Home
last modified time | relevance | path

Searched refs:isTextFormControl (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp187 if (!isTextFormControl()) in selectedText()
341 if (!isTextFormControl()) in selectionStart()
351 ASSERT(isTextFormControl()); in computeSelectionStart()
361 if (!isTextFormControl()) in selectionEnd()
370 ASSERT(isTextFormControl()); in computeSelectionEnd()
399 if (!isTextFormControl()) in selectionDirection()
409 ASSERT(isTextFormControl()); in computeSelectionDirection()
431 if (!renderer() || !isTextFormControl() || !hasCachedSelection()) in selection()
477 if (!renderer() || !isTextFormControl()) in selectionChanged()
500 if (!isTextFormControl()) in lastChangeWasUserEdit()
[all …]
DHTMLTextFormControlElement.h142 return node->isElementNode() && toElement(node)->isTextFormControl(); in isHTMLTextFormControlElement()
147 return node.isElementNode() && toElement(node).isTextFormControl(); in isHTMLTextFormControlElement()
DHTMLTextAreaElement.h99 virtual bool isTextFormControl() const { return true; } in isTextFormControl() function
DHTMLInputElement.h309 virtual bool isTextFormControl() const { return isTextField(); } in isTextFormControl() function
DHTMLElement.cpp758 || (node->isElementNode() && toElement(node)->isTextFormControl())) { in directionality()
988 if (isTextFormControl() || isContentEditable()) in handleKeypressEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebElement.cpp56 return constUnwrap<Element>()->isTextFormControl(); in isTextFormControlElement()
DWebViewImpl.cpp2017 if (element->isTextFormControl()) { in setFocus()
2672 if (oldFocusedElement->isContentEditable() || oldFocusedElement->isTextFormControl()) in clearFocusedNode()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h446 virtual bool isTextFormControl() const { return false; } in isTextFormControl() function