Home
last modified time | relevance | path

Searched refs:toInputElement (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/dom/
DCheckedRadioButtons.cpp80 InputElement* inputElement = element->toInputElement(); in removeButton()
DNode.h533 virtual InputElement* toInputElement();
DNode.cpp565 InputElement* Node::toInputElement() in toInputElement() function in WebCore::Node
/external/webkit/Source/WebKit/chromium/src/
DWebInputElement.cpp176 InputElement* inputElement = webElement->unwrap<Element>()->toInputElement(); in toWebInputElement()
/external/webkit/Source/WebCore/wml/
DWMLInputElement.h39 virtual InputElement* toInputElement() { return this; } in toInputElement() function
/external/webkit/Source/WebCore/html/
DHTMLInputElement.h45 virtual InputElement* toInputElement() { return this; } in toInputElement() function
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.cpp729 InputElement* inputElement = element->toInputElement(); in setAutofilled()
742 InputElement* inputElement = element->toInputElement(); in setValueForUser()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp477 InputElement* input = element->toInputElement(); in paintRadio()
613 InputElement* input = element->toInputElement(); in paintCombo()
/external/webkit/Source/WebCore/rendering/
DRenderTheme.cpp758 InputElement* inputElement = o->node()->toInputElement(); in isChecked()
770 InputElement* inputElement = o->node()->toInputElement(); in isIndeterminate()
DRenderTextControlSingleLine.cpp1110 return node()->toInputElement(); in inputElement()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.cpp619 InputElement* inputElement = domNode->toInputElement(); in textMarkerDataForVisiblePosition()
DAccessibilityRenderObject.cpp499 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()
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DFormManagerAndroid.cpp77 InputElement* input_element = node->toInputElement(); in HTMLFormControlElementToHTMLInputElement()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1048 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()
/external/webkit/Source/WebKit/chromium/
DChangeLog264 Follow the return type change of Node::toInputElement().
4292 Add a virtual function toInputElement() to Node that has a default
4296 Change all calling sites of the old toInputElement to use the new member
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp2248 if (WebCore::InputElement* inputElement = element->toInputElement()) in setSelection()
/external/webkit/Source/WebCore/
DChangeLog2785 - 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 default
48366 Change all calling sites of the old toInputElement to use the new member
48387 (WebCore::Node::toInputElement):
[all …]
DChangeLog-2009-06-1646765 …Querying these methods requires using the toInputElement/toFormControlElement casting helper funct…
50425 inputElementForElement -> toInputElement
50437 (WebCore::toInputElement):
/external/webkit/Source/WebKit/gtk/
DChangeLog511 Add a virtual function toInputElement() to Node that has a default
515 Change all calling sites of the old toInputElement to use the new member