Home
last modified time | relevance | path

Searched refs:hasVisibleTextArea (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTextControl.h105 bool hasVisibleTextArea() const;
DRenderTextControl.cpp229 bool RenderTextControl::hasVisibleTextArea() const in hasVisibleTextArea() function in WebCore::RenderTextControl
247 if (control->hasVisibleTextArea()) { in setSelectionRange()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0622533 (WebCore::RenderTextControl::hasVisibleTextArea): Added.