Searched refs:isPasswordField (Results 1 – 16 of 16) sorted by relevance
63 if (inputElement->isPasswordField() && document->frame()) in dispatchFocusEvent()79 if (inputElement->isPasswordField()) in dispatchBlurEvent()
43 virtual bool isPasswordField() const = 0;
53 virtual bool isPasswordField() const { return m_isPasswordField; } in isPasswordField() function
247 bool AccessibilityRenderObject::isPasswordField() const in isPasswordField() function in WebCore::AccessibilityRenderObject259 return inputElement->isPasswordField(); in isPasswordField()732 if (!m_renderer || isPasswordField()) in intValue()788 if (!m_renderer || isPasswordField()) in stringValue()1379 if (!isTextControl() || isPasswordField()) in text()1398 if (isPasswordField()) in textLength()1439 if (isPasswordField()) in selectedText()1475 if (isPasswordField()) in selectedTextRange()2023 if (isPasswordField()) in doAXStringForRange()
74 virtual bool isPasswordField() const;
388 if (inputElement && inputElement->isPasswordField()) in textMarkerDataForVisiblePosition()
217 virtual bool isPasswordField() const { return false; }; in isPasswordField() function
101 virtual bool isPasswordField() const { return m_type == PASSWORD; } in isPasswordField() function
354 bool isPasswordField = inputType() == PASSWORD; in setInputType() local366 if (wasPasswordField && !isPasswordField) in setInputType()368 else if (!wasPasswordField && isPasswordField) in setInputType()
249 if (childObj->isPasswordField()) in get_accState()
783 if (m_object->isPasswordField())1004 if (m_object->isPasswordField())1210 …return m_object->isPasswordField() ? nil : [NSValue valueWithRange: NSMakeRange(0, m_object->textL…1213 if (m_object->isPasswordField() || m_object->selectionEnd() > 0)1608 if (m_object->isPasswordField())
376 shouldDrawCapsLockIndicator = inputElement()->isPasswordField() in capsLockStateMayHaveChanged()
289 if (AXObject->isPasswordField()) in webkit_accessible_get_role()
11068 (-[WebCoreAXObject isPasswordField]):22072 (-[WebCoreAXObject isPasswordField]):22076 Returns NSAccessibilitySecureTextFieldSubrole if [self isPasswordField].22082 Return nil if [self isPasswordField].22085 Return generic attributes if [self isPasswordField].22088 Return empty array if [self isPasswordField].
23083 (WebCore::AccessibilityObject::isPasswordField):23128 (WebCore::AccessibilityRenderObject::isPasswordField):25083 (WebCore::AccessibilityObject::isPasswordField):30013 (WebCore::AccessibilityObject::isPasswordField): Refactored to use early34783 (WebCore::Element::isPasswordField):34785 (WebCore::HTMLInputElement::isPasswordField):34789 (WebCore::AccessibilityObject::isPasswordField):35758 (WebCore::AccessibilityObject::isPasswordField):
38675 (WebCore::AccessibilityRenderObject::isPasswordField):46763 Move isInputTypeHidden() / isPasswordField() from Element to InputElement.46788 (WebCore::AccessibilityRenderObject::isPasswordField):51829 (WebCore::WMLInputElement::isPasswordField):