Home
last modified time | relevance | path

Searched refs:setInputType (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedInput.h56 void setInputType(WebCore::HTMLInputElement::InputType type) { mInputType = type; } in setInputType() function
DCacheBuilder.cpp1188 cachedInput.setInputType(inputType); in BuildFrame()
1203 cachedInput.setInputType(HTMLInputElement::TEXT); in BuildFrame()
/external/webkit/WebCore/html/
DHTMLInputElement.h189 void setInputType(const String&);
DHTMLInputElement.cpp799 void HTMLInputElement::setInputType(const String& t) in setInputType() function in WebCore::HTMLInputElement
1088 setInputType(attr->value()); in parseMappedAttribute()
1218 setInputType(getAttribute(typeAttr)); in attach()
/external/webkit/WebCore/rendering/
DRenderFileUploadControl.cpp135 m_button->setInputType("button"); in updateFromElement()
DMediaControlElements.cpp320 setInputType(type); in MediaControlInputElement()
/external/webkit/WebCore/
DChangeLog-2006-05-101652 (WebCore::HTMLInputElement::setInputType): Ditto. Also call inputType() != PASSWORD
6603 (WebCore::HTMLInputElement::setInputType): Added code to call constrainValue or recheckValue
8804 (WebCore::HTMLInputElement::setInputType):
9292 (WebCore::HTMLInputElement::setInputType):
15897 (WebCore::HTMLInputElementImpl::setInputType):
37501 (DOM::HTMLInputElementImpl::setInputType):
DChangeLog4501 (WebCore::HTMLInputElement::setInputType):
DChangeLog-2007-10-1414540 (WebCore::HTMLInputElement::setInputType):
16133 (WebCore::HTMLInputElement::setInputType): Removed calls to registerFormElementWithState
38800 …(WebCore::HTMLInputElement::setInputType): Change registration with the document only if we're in …
38802 handled by setInputType() or by a change in owner document
39021 …(WebCore::HTMLInputElement::setInputType): If changing to/from PASSWORD, register/deregister in th…
43246 2) The code in setInputType() should do the right thing given this new value, according to
62135 RenderButton and calling setText directly. Put setInputType call here.
62143 Moved the setInputType call to the caller; concept here is that this class is
70328 (WebCore::HTMLInputElement::setInputType):
DChangeLog-2005-12-195985 (DOM::HTMLInputElementImpl::setInputType):
6938 (DOM::HTMLInputElementImpl::setInputType): ditto.
17462 (DOM::HTMLInputElementImpl::setInputType):
22153 (DOM::HTMLInputElementImpl::setInputType):
DChangeLog-2009-06-165958 (WebCore::HTMLInputElement::setInputType):
12608 (WebCore::HTMLInputElement::setInputType):
12808 HTMLInputElement::setInputType also doesn't NULL check, but I was not
12812 (WebCore::HTMLInputElement::setInputType):
63347 (WebCore::HTMLInputElement::setInputType):
84836 (WebCore::HTMLInputElement::setInputType):
85328 (WebCore::HTMLInputElement::setInputType):
DChangeLog-2005-08-235400 (DOM::HTMLInputElementImpl::setInputType):
5522 (DOM::HTMLInputElementImpl::setInputType):
5525 setInputType is the one called internally, e.g., when the attribute is
5532 Make the attribute parsing code call the internal setInputType now.
5544 Added the setInputType method (see above).
DChangeLog-2008-08-102296 (WebCore::HTMLInputElement::setInputType):
3305 (WebCore::HTMLInputElement::setInputType):
9607 (WebCore::HTMLInputElement::setInputType):
22332 (WebCore::HTMLInputElement::setInputType): If the current node has
75525 (WebCore::HTMLInputElement::setInputType):
77178 (WebCore::HTMLInputElement::setInputType):
DChangeLog-2010-01-2932112 - Clean up setInputType() and formControlType() of HTMLInputElement.
32122 (WebCore::HTMLInputElement::setInputType):
50678 (WebCore::HTMLInputElement::setInputType):
58082 (WebCore::HTMLInputElement::setInputType):
62696 (WebCore::HTMLInputElement::setInputType):
DChangeLog-2006-12-3146775 (WebCore::HTMLInputElement::setInputType):