Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DInputElement.cpp52 const int InputElement::s_maximumLength = 524288;
53 const int InputElement::s_defaultSize = 20;
55 void InputElement::dispatchFocusEvent(InputElementData& data, Document* document) in dispatchFocusEvent()
66 void InputElement::dispatchBlurEvent(InputElementData& data, Document* document) in dispatchBlurEvent()
83 void InputElement::updatePlaceholderVisibility(InputElementData& data, Document* document, bool pla… in updatePlaceholderVisibility()
98 void InputElement::updateFocusAppearance(InputElementData& data, Document* document, bool restorePr… in updateFocusAppearance()
112 void InputElement::updateSelectionRange(InputElementData& data, int start, int end) in updateSelectionRange()
121 void InputElement::aboutToUnload(InputElementData& data, Document* document) in aboutToUnload()
129 void InputElement::setValueFromRenderer(InputElementData& data, Document* document, const String& v… in setValueFromRenderer()
172 String InputElement::constrainValue(const InputElementData& data, const String& proposedValue, int … in constrainValue()
[all …]
DInputElement.h35 class InputElement {
37 virtual ~InputElement() { } in ~InputElement()
61 InputElement() { } in InputElement() function
82 InputElementData(InputElement*, Element*);
85 InputElement* inputElement() const { return m_inputElement; } in inputElement()
110 InputElement* m_inputElement;
121 InputElement* toInputElement(Element*);
/external/webkit/WebCore/wml/
DWMLInputElement.cpp78 InputElement::dispatchFocusEvent(m_data, document()); in dispatchFocusEvent()
84 InputElement::dispatchBlurEvent(m_data, document()); in dispatchBlurEvent()
90 InputElement::updateFocusAppearance(m_data, document(), restorePreviousSelection); in updateFocusAppearance()
95 InputElement::aboutToUnload(m_data, document()); in aboutToUnload()
131 InputElement::updatePlaceholderVisibility(m_data, document()); in setValue()
142 InputElement::updateSelectionRange(m_data, max, max); in setValue()
146 InputElement::notifyFormStateChanged(m_data, document()); in setValue()
151 InputElement::setValueFromRenderer(m_data, document(), value); in setValueFromRenderer()
194 InputElement::parseMaxLengthAttribute(m_data, attr); in parseMappedAttribute()
196 InputElement::parseSizeAttribute(m_data, attr); in parseMappedAttribute()
[all …]
DWMLInputElement.h32 class WMLInputElement : public WMLFormControlElementWithState, public InputElement {
/external/webkit/WebCore/html/
DHTMLInputElement.cpp170 InputElement::updateFocusAppearance(m_data, document(), restorePreviousSelection); in updateFocusAppearance()
177 InputElement::aboutToUnload(m_data, document()); in aboutToUnload()
187 InputElement::dispatchFocusEvent(m_data, document()); in dispatchFocusEvent()
197 InputElement::dispatchBlurEvent(m_data, document()); in dispatchBlurEvent()
284 InputElement::updateValueIfNeeded(m_data); in setInputType()
310 InputElement::notifyFormStateChanged(m_data, document()); in setInputType()
493 InputElement::updateSelectionRange(m_data, start, end); in setSelectionRange()
576 InputElement::parseMaxLengthAttribute(m_data, attr); in parseMappedAttribute()
578 InputElement::parseSizeAttribute(m_data, attr); in parseMappedAttribute()
633 InputElement::updatePlaceholderVisibility(m_data, document(), true); in parseMappedAttribute()
[all …]
DHTMLInputElement.h38 class HTMLInputElement : public HTMLFormControlElementWithState, public InputElement {
/external/webkit/WebCore/rendering/
DRenderTextControlSingleLine.h30 class InputElement; variable
108 InputElement* inputElement() const;
DRenderTextControlSingleLine.cpp174 InputElement* input = inputElement(); in subtreeHasChanged()
782 InputElement* RenderTextControlSingleLine::inputElement() const in inputElement()
/external/webkit/WebCore/
DAndroid.mk293 dom/InputElement.cpp \
DWebCore.scons100 'dom/InputElement.cpp',
DChangeLog3396 * dom/InputElement.cpp:
3397 (WebCore::InputElement::setValueFromRenderer):
3399 * dom/InputElement.h:
4515 to be consistent with FormControlElement/InputElement/OptionElement/OptionGroupElement.
4518 … 'formControlElementForElement' to 'toFormControlElement' (analogous changes for InputElement etc.)
4744 * dom/InputElement.cpp: Ditto.
4884 * dom/InputElement.cpp:
4885 (WebCore::InputElement::parseMaxLengthAttribute):
4893 Add InputElement abstraction, similar to the FormControlElement refactorization
4897 …depends on HTMLInputElement directly -> change that and make it use the new InputElement abstracti…
[all …]
DGNUmakefile.am602 WebCore/dom/InputElement.cpp \
603 WebCore/dom/InputElement.h \
DWebCore.pro588 dom/InputElement.cpp \
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj67 …91AA50F085C4E009BACB1 /* InputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 08591AA40F0…
74 …0BE70F086C5300919419 /* InputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08700BE60F…
4920 …85C4E009BACB1 /* InputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
4927 …5300919419 /* InputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
14290 08700BE60F086C5300919419 /* InputElement.cpp */,
14291 08591AA40F085C4E009BACB1 /* InputElement.h */,
15578 08591AA50F085C4E009BACB1 /* InputElement.h in Headers */,
17554 08700BE70F086C5300919419 /* InputElement.cpp in Sources */,