#include "third_party/blink/renderer/core/html/forms/text_control_inner_elements.h"
#include "third_party/blink/public/common/input/web_pointer_properties.h"
#include "third_party/blink/public/strings/grit/blink_strings.h"
#include "third_party/blink/renderer/core/css/resolver/style_adjuster.h"
#include "third_party/blink/renderer/core/css/resolver/style_resolver.h"
#include "third_party/blink/renderer/core/css/style_change_reason.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/dom_token_list.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/events/mouse_event.h"
#include "third_party/blink/renderer/core/html/forms/html_input_element.h"
#include "third_party/blink/renderer/core/html/forms/html_text_area_element.h"
#include "third_party/blink/renderer/core/html/shadow/shadow_element_names.h"
#include "third_party/blink/renderer/core/html_names.h"
#include "third_party/blink/renderer/core/layout/forms/layout_text_control_inner_editor.h"
#include "third_party/blink/renderer/platform/text/platform_locale.h"
namespace blink {
EditingViewPortElement::EditingViewPortElement(Document& document)
: … { … }
const ComputedStyle* EditingViewPortElement::CustomStyleForLayoutObject(
const StyleRecalcContext&) { … }
TextControlInnerEditorElement::TextControlInnerEditorElement(Document& document)
: … { … }
void TextControlInnerEditorElement::DefaultEventHandler(Event& event) { … }
void TextControlInnerEditorElement::SetVisibility(bool is_visible) { … }
void TextControlInnerEditorElement::FocusChanged() { … }
LayoutObject* TextControlInnerEditorElement::CreateLayoutObject(
const ComputedStyle&) { … }
const ComputedStyle* TextControlInnerEditorElement::CustomStyleForLayoutObject(
const StyleRecalcContext&) { … }
SearchFieldCancelButtonElement::SearchFieldCancelButtonElement(
Document& document)
: … { … }
void SearchFieldCancelButtonElement::DefaultEventHandler(Event& event) { … }
bool SearchFieldCancelButtonElement::WillRespondToMouseClickEvents() { … }
PasswordRevealButtonElement::PasswordRevealButtonElement(Document& document)
: … { … }
void PasswordRevealButtonElement::DefaultEventHandler(Event& event) { … }
bool PasswordRevealButtonElement::WillRespondToMouseClickEvents() { … }
PasswordStrongLabelElement::PasswordStrongLabelElement(Document& document)
: … { … }
}