Searched defs:isTextFormControl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h427 virtual bool isTextFormControl() const { return false; } function in class:blink::Element
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1224 static bool isTextFormControl(const VisibleSelection& selection) function in namespace:blink
1236 if (isTextFormControl(m_selection))
1572 if (isTextFormControl(m_selection)) {

Completed in 210 milliseconds