Home
last modified time | relevance | path

Searched refs:inputType (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebCore/html/
DHTMLInputElement.cpp127 switch (inputType()) { in valueMissing()
157 switch (inputType()) { in patternMismatch()
213 if (inputType() == RADIO) { in isKeyboardFocusable()
220 if (focusedInput->inputType() == RADIO && focusedInput->form() == form() && in isKeyboardFocusable()
334 if (inputType() != newType) { in setInputType()
350 bool wasPasswordField = inputType() == PASSWORD; in setInputType()
354 bool isPasswordField = inputType() == PASSWORD; in setInputType()
395 if (inputType() != IMAGE && m_imageLoader) in setInputType()
402 switch (inputType()) { in formControlType()
478 switch (inputType()) { in saveFormControlState()
[all …]
DHTMLInputElement.h74 virtual bool isEnumeratable() const { return inputType() != IMAGE; } in isEnumeratable()
86 …virtual bool isChecked() const { return checked() && (inputType() == CHECKBOX || inputType() == RA… in isChecked()
154 InputType inputType() const { return static_cast<InputType>(m_type); } in inputType() function
158 … bool respectHeightAndWidthAttrs() const { return inputType() == IMAGE || inputType() == HIDDEN; } in respectHeightAndWidthAttrs()
/external/webkit/WebCore/page/
DChrome.cpp330 if (input->inputType() == HTMLInputElement::SUBMIT) in setToolTip()
359 if (input->inputType() == HTMLInputElement::FILE) { in setToolTip()
DDragController.cpp243 …utTag) && node->isShadowNode() && static_cast<HTMLInputElement*>(node)->inputType() != HTMLInputEl… in asFileInput()
250 if (inputElem->inputType() == HTMLInputElement::FILE) in asFileInput()
DEventHandler.cpp939 && static_cast<HTMLInputElement*>(node)->inputType() == HTMLInputElement::IMAGE; in isSubmitImage()
/external/webkit/WebKit/android/jni/
DWebCoreFrameBridge.cpp1213 if (((WebCore::HTMLInputElement*)e)->inputType() == in HasPasswordField()
1246 if (input->inputType() == WebCore::HTMLInputElement::PASSWORD) in GetUsernamePassword()
1248 else if (input->inputType() == WebCore::HTMLInputElement::TEXT) in GetUsernamePassword()
1291 if (input->inputType() == WebCore::HTMLInputElement::PASSWORD) in SetUsernamePassword()
1293 else if (input->inputType() == WebCore::HTMLInputElement::TEXT) in SetUsernamePassword()
/external/webkit/WebKit/mac/WebView/
DWebHTMLRepresentation.mm297 && inputElement->inputType() == HTMLInputElement::TEXT
305 && inputElement->inputType() == HTMLInputElement::PASSWORD;
/external/webkit/WebCore/rendering/
DRenderFileUploadControl.cpp120 ASSERT(inputElement->inputType() == HTMLInputElement::FILE); in updateFromElement()
/external/webkit/WebCore/accessibility/
DAccessibilityRenderObject.cpp272 return input->inputType() == HTMLInputElement::FILE; in isFileUploadButton()
282 return input->inputType() == HTMLInputElement::IMAGE; in isInputImage()
2340 if (input->inputType() == HTMLInputElement::CHECKBOX) in determineAccessibilityRole()
2342 if (input->inputType() == HTMLInputElement::RADIO) in determineAccessibilityRole()
/external/webkit/WebKit/win/
DWebFrame.cpp1055 … *result = (inputElement->inputType() == HTMLInputElement::TEXT && inputElement->autoComplete()); in elementDoesAutoComplete()
1173 && inputElement->inputType() == HTMLInputElement::PASSWORD; in elementIsPassword()
/external/webkit/WebCore/editing/
DReplaceSelectionCommand.cpp971 …if (start->hasTagName(inputTag) && static_cast<HTMLInputElement*>(start)->inputType() == HTMLInput… in doApply()
DSelectionController.cpp1236 return static_cast<HTMLInputElement*>(startNode)->inputType() == HTMLInputElement::PASSWORD; in isInPasswordField()
DEditor.cpp1297 …->hasTagName(inputTag) && (static_cast<HTMLInputElement*>(focusedNode)->inputType() == HTMLInputEl… in setBaseWritingDirection()
1298 … || static_cast<HTMLInputElement*>(focusedNode)->inputType() == HTMLInputElement::SEARCH)))) { in setBaseWritingDirection()
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp1099 if (input->inputType() == HTMLInputElement::FILE) in BuildFrame()
1104 isPassword = input->inputType() == HTMLInputElement::PASSWORD; in BuildFrame()
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp1611 …if (!e->hasTagName(inputTag) || static_cast<HTMLInputElement*>(e)->inputType() != HTMLInputElement… in adjustRenderStyle()
/external/webkit/WebCore/
DChangeLog-2006-05-101652 (WebCore::HTMLInputElement::setInputType): Ditto. Also call inputType() != PASSWORD
5642 …TMLInputElement::isKeyboardFocusable): Uses isNonWidgetTextField instead of checking the inputType.
5645 (WebCore::HTMLInputElement::constrainValue): Uses isTextField instead of checking inputType.
5652 …eldInnerElement::defaultEventHandler): Uses isNonWidgetTextField instead of checking the inputType.
6599 (WebCore::HTMLInputElement::isKeyboardFocusable): Use inputType() instead of using m_type
6619 (WebCore::HTMLInputElement::parseMappedAttribute): Use inputType() instead of using m_type
6626 (WebCore::HTMLInputElement::isSuccessfulSubmitButton): Use inputType() instead of using
6633 (WebCore::HTMLInputElement::valueWithDefault): Use inputType() instead of using
6638 (WebCore::HTMLInputElement::storesValueSeparateFromAttribute): Use inputType() instead of
15899 (DOM::HTMLInputElementImpl::inputType):
DChangeLog-2006-12-3122073 New. Checks for input with inputType() of PASSWORD.
DChangeLog-2007-10-1439018 …(WebCore::HTMLInputElement::~HTMLInputElement): Deregister from the document if inputType == PASSW…