Searched refs:toInputElement (Results 1 – 19 of 19) sorted by relevance
80 InputElement* inputElement = element->toInputElement(); in removeButton()
533 virtual InputElement* toInputElement();
565 InputElement* Node::toInputElement() in toInputElement() function in WebCore::Node
176 InputElement* inputElement = webElement->unwrap<Element>()->toInputElement(); in toWebInputElement()
39 virtual InputElement* toInputElement() { return this; } in toInputElement() function
45 virtual InputElement* toInputElement() { return this; } in toInputElement() function
729 InputElement* inputElement = element->toInputElement(); in setAutofilled()742 InputElement* inputElement = element->toInputElement(); in setValueForUser()
477 InputElement* input = element->toInputElement(); in paintRadio()613 InputElement* input = element->toInputElement(); in paintCombo()
758 InputElement* inputElement = o->node()->toInputElement(); in isChecked()770 InputElement* inputElement = o->node()->toInputElement(); in isIndeterminate()
1110 return node()->toInputElement(); in inputElement()
619 InputElement* inputElement = domNode->toInputElement(); in textMarkerDataForVisiblePosition()
499 InputElement* inputElement = m_renderer->node()->toInputElement(); in isPasswordField()592 InputElement* inputElement = m_renderer->node()->toInputElement(); in isIndeterminate()603 InputElement* input = elementNode->toInputElement(); in isNativeCheckboxOrRadio()618 InputElement* inputElement = m_renderer->node()->toInputElement(); in isChecked()
77 InputElement* input_element = node->toInputElement(); in HTMLFormControlElementToHTMLInputElement()
1048 InputElement* thisInputElement = element->toInputElement(); in canShareStyleWithElement()1049 InputElement* otherInputElement = m_element->toInputElement(); in canShareStyleWithElement()2787 if (InputElement* inputElement = e->toInputElement()) in checkOneSelector()2880 InputElement* inputElement = e->toInputElement(); in checkOneSelector()2888 InputElement* inputElement = e->toInputElement(); in checkOneSelector()
264 Follow the return type change of Node::toInputElement().4292 Add a virtual function toInputElement() to Node that has a default4296 Change all calling sites of the old toInputElement to use the new member
2248 if (WebCore::InputElement* inputElement = element->toInputElement()) in setSelection()
2785 - Change the return type of Node::toInputElement():2799 Follow the return type change of Node::toInputElement().2814 (WebCore::Node::toInputElement):2851 (WebCore::HTMLInputElement::toInputElement):2852 Follow the return type change of Node::toInputElement().2895 Follow the return type change of Node::toInputElement().8027 (WebCore::Node::toInputElement):48362 Add a virtual function toInputElement() to Node that has a default48366 Change all calling sites of the old toInputElement to use the new member48387 (WebCore::Node::toInputElement):[all …]
46765 …Querying these methods requires using the toInputElement/toFormControlElement casting helper funct…50425 inputElementForElement -> toInputElement50437 (WebCore::toInputElement):
511 Add a virtual function toInputElement() to Node that has a default515 Change all calling sites of the old toInputElement to use the new member