Home
last modified time | relevance | path

Searched refs:InputElement (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/Source/WebCore/dom/
DInputElement.cpp52 const int InputElement::s_maximumLength = 524288;
53 const int InputElement::s_defaultSize = 20;
55 void InputElement::dispatchFocusEvent(InputElement* inputElement, Element* element) in dispatchFocusEvent()
65 void InputElement::dispatchBlurEvent(InputElement* inputElement, Element* element) in dispatchBlurEvent()
81 void InputElement::updateFocusAppearance(InputElementData& data, InputElement* inputElement, Elemen… in updateFocusAppearance()
96 void InputElement::updateSelectionRange(InputElement* inputElement, Element* element, int start, in… in updateSelectionRange()
104 void InputElement::aboutToUnload(InputElement* inputElement, Element* element) in aboutToUnload()
117 void InputElement::setValueFromRenderer(InputElementData& data, InputElement* inputElement, Element… in setValueFromRenderer()
138 static String replaceEOLAndLimitLength(const InputElement* inputElement, const String& proposedValu… in replaceEOLAndLimitLength()
159 String InputElement::sanitizeValueForTextField(const InputElement* inputElement, const String& prop… in sanitizeValueForTextField()
[all …]
DInputElement.h35 class InputElement {
37 virtual ~InputElement() { } in ~InputElement()
85 static String sanitizeValueForTextField(const InputElement*, const String&);
88 static void dispatchFocusEvent(InputElement*, Element*);
89 static void dispatchBlurEvent(InputElement*, Element*);
90 …static void updateFocusAppearance(InputElementData&, InputElement*, Element*, bool restorePrevious…
91 static void updateSelectionRange(InputElement*, Element*, int start, int end);
92 static void aboutToUnload(InputElement*, Element*);
93 static void setValueFromRenderer(InputElementData&, InputElement*, Element*, const String&);
97 static String sanitizeUserInputValue(const InputElement*, const String&, int);
[all …]
DCheckedRadioButtons.cpp80 InputElement* inputElement = element->toInputElement(); in removeButton()
DNode.h56 class InputElement; variable
533 virtual InputElement* toInputElement();
DNode.cpp565 InputElement* Node::toInputElement() in toInputElement()
/external/webkit/Source/WebCore/wml/
DWMLInputElement.cpp78 InputElement::dispatchFocusEvent(this, this); in dispatchFocusEvent()
96 InputElement::dispatchBlurEvent(this, this); in dispatchBlurEvent()
102 InputElement::updateFocusAppearance(m_data, this, this, restorePreviousSelection); in updateFocusAppearance()
107 InputElement::aboutToUnload(this, this); in aboutToUnload()
158 InputElement::updateSelectionRange(this, this, max, max); in setValue()
162 InputElement::notifyFormStateChanged(this); in setValue()
174 InputElement::setValueFromRenderer(m_data, this, this, value); in setValueFromRenderer()
227 InputElement::parseMaxLengthAttribute(m_data, this, this, attr); in parseMappedAttribute()
229 InputElement::parseSizeAttribute(m_data, this, attr); in parseMappedAttribute()
320 InputElement::handleBeforeTextInsertedEvent(m_data, this, this, evt); in defaultEventHandler()
[all …]
DWMLInputElement.h32 class WMLInputElement : public WMLFormControlElement, public InputElement {
39 virtual InputElement* toInputElement() { return this; } in toInputElement()
/external/webkit/Source/WebCore/html/
DHTMLInputElement.cpp405 InputElement::updateFocusAppearance(m_data, this, this, restorePreviousSelection); in updateFocusAppearance()
412 InputElement::aboutToUnload(this, this); in aboutToUnload()
422 InputElement::dispatchFocusEvent(this, this); in handleFocusEvent()
428 InputElement::dispatchBlurEvent(this, this); in handleBlurEvent()
484 InputElement::updateValueIfNeeded(m_data, this); in updateType()
513 InputElement::notifyFormStateChanged(this); in updateType()
607 InputElement::parseMaxLengthAttribute(m_data, this, this, attr); in parseMappedAttribute()
610 InputElement::parseSizeAttribute(m_data, this, attr); in parseMappedAttribute()
914 InputElement::updateSelectionRange(this, this, max, max); in setValue()
933 InputElement::notifyFormStateChanged(this); in setValue()
[all …]
DHTMLInputElement.h38 class HTMLInputElement : public HTMLTextFormControlElement, public InputElement {
45 virtual InputElement* toInputElement() { return this; } in toInputElement()
DTextFieldInputType.cpp124 return InputElement::sanitizeValueForTextField(element(), proposedValue); in sanitizeValue()
/external/webkit/Source/WebCore/rendering/
DRenderTextControlSingleLine.h33 class InputElement; variable
145 InputElement* inputElement() const;
DRenderTheme.cpp758 InputElement* inputElement = o->node()->toInputElement(); in isChecked()
770 InputElement* inputElement = o->node()->toInputElement(); in isIndeterminate()
DRenderTextControlSingleLine.cpp191 InputElement* input = inputElement(); in subtreeHasChanged()
1108 InputElement* RenderTextControlSingleLine::inputElement() const in inputElement()
/external/webkit/Source/WebKit/chromium/src/
DWebInputElement.cpp176 InputElement* inputElement = webElement->unwrap<Element>()->toInputElement(); in toWebInputElement()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.cpp729 InputElement* inputElement = element->toInputElement(); in setAutofilled()
742 InputElement* inputElement = element->toInputElement(); in setValueForUser()
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DFormManagerAndroid.cpp66 using WebCore::InputElement;
77 InputElement* input_element = node->toInputElement(); in HTMLFormControlElementToHTMLInputElement()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp477 InputElement* input = element->toInputElement(); in paintRadio()
613 InputElement* input = element->toInputElement(); in paintCombo()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.cpp619 InputElement* inputElement = domNode->toInputElement(); in textMarkerDataForVisiblePosition()
DAccessibilityRenderObject.cpp499 InputElement* inputElement = m_renderer->node()->toInputElement(); in isPasswordField()
592 InputElement* inputElement = m_renderer->node()->toInputElement(); in isIndeterminate()
603 InputElement* input = elementNode->toInputElement(); in isNativeCheckboxOrRadio()
618 InputElement* inputElement = m_renderer->node()->toInputElement(); in isChecked()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1048 InputElement* thisInputElement = element->toInputElement(); in canShareStyleWithElement()
1049 InputElement* otherInputElement = m_element->toInputElement(); in canShareStyleWithElement()
2787 if (InputElement* inputElement = e->toInputElement()) in checkOneSelector()
2880 InputElement* inputElement = e->toInputElement(); in checkOneSelector()
2888 InputElement* inputElement = e->toInputElement(); in checkOneSelector()
/external/webkit/Source/WebCore/
DAndroid.mk152 dom/InputElement.cpp \
DChangeLog-2009-06-165326 * dom/InputElement.cpp:
5327 * dom/InputElement.h:
5338 … introduced SelectElement abstract base class. Follow the same design sheme that InputElement uses.
5780 to invoke InputElement::updatePlaceholderVisibility().
5893 * dom/InputElement.h:
5936 * dom/InputElement.cpp:
5937 (WebCore::InputElement::dispatchFocusEvent):
5938 (WebCore::InputElement::dispatchBlurEvent):
5939 (WebCore::InputElement::updatePlaceholderVisibility):
5940 (WebCore::InputElement::updateFocusAppearance):
[all …]
DWebCore.pro499 dom/InputElement.cpp \
1481 dom/InputElement.h \
/external/webkit/Source/WebKit/chromium/
DChangeLog257 Eliminate WebCore/dom/InputElement.{cpp,h}
262 Replace InputElement::s_maximumLength with HTMLInputElement::maximumLength.
4289 Bug 55570 - Remove dependency of dom/InputElement.cpp on html/ and wml/
4294 For HTMLInputElement and WMLInputElement (which derive from InputElement)
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1450 return QVariant(InputElement::s_maximumLength); in inputMethodQuery()

12