Searched refs:inputType (Results 1 – 18 of 18) sorted by relevance
127 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 …]
74 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() function158 … bool respectHeightAndWidthAttrs() const { return inputType() == IMAGE || inputType() == HIDDEN; } in respectHeightAndWidthAttrs()
330 if (input->inputType() == HTMLInputElement::SUBMIT) in setToolTip()359 if (input->inputType() == HTMLInputElement::FILE) { in setToolTip()
243 …utTag) && node->isShadowNode() && static_cast<HTMLInputElement*>(node)->inputType() != HTMLInputEl… in asFileInput()250 if (inputElem->inputType() == HTMLInputElement::FILE) in asFileInput()
939 && static_cast<HTMLInputElement*>(node)->inputType() == HTMLInputElement::IMAGE; in isSubmitImage()
1213 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()
297 && inputElement->inputType() == HTMLInputElement::TEXT305 && inputElement->inputType() == HTMLInputElement::PASSWORD;
120 ASSERT(inputElement->inputType() == HTMLInputElement::FILE); in updateFromElement()
272 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()
1055 … *result = (inputElement->inputType() == HTMLInputElement::TEXT && inputElement->autoComplete()); in elementDoesAutoComplete()1173 && inputElement->inputType() == HTMLInputElement::PASSWORD; in elementIsPassword()
971 …if (start->hasTagName(inputTag) && static_cast<HTMLInputElement*>(start)->inputType() == HTMLInput… in doApply()
1236 return static_cast<HTMLInputElement*>(startNode)->inputType() == HTMLInputElement::PASSWORD; in isInPasswordField()
1297 …->hasTagName(inputTag) && (static_cast<HTMLInputElement*>(focusedNode)->inputType() == HTMLInputEl… in setBaseWritingDirection()1298 … || static_cast<HTMLInputElement*>(focusedNode)->inputType() == HTMLInputElement::SEARCH)))) { in setBaseWritingDirection()
1099 if (input->inputType() == HTMLInputElement::FILE) in BuildFrame()1104 isPassword = input->inputType() == HTMLInputElement::PASSWORD; in BuildFrame()
1611 …if (!e->hasTagName(inputTag) || static_cast<HTMLInputElement*>(e)->inputType() != HTMLInputElement… in adjustRenderStyle()
1652 (WebCore::HTMLInputElement::setInputType): Ditto. Also call inputType() != PASSWORD5642 …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_type6619 (WebCore::HTMLInputElement::parseMappedAttribute): Use inputType() instead of using m_type6626 (WebCore::HTMLInputElement::isSuccessfulSubmitButton): Use inputType() instead of using6633 (WebCore::HTMLInputElement::valueWithDefault): Use inputType() instead of using6638 (WebCore::HTMLInputElement::storesValueSeparateFromAttribute): Use inputType() instead of15899 (DOM::HTMLInputElementImpl::inputType):
22073 New. Checks for input with inputType() of PASSWORD.
39018 …(WebCore::HTMLInputElement::~HTMLInputElement): Deregister from the document if inputType == PASSW…