Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.h74 void setSelectionDirection(const String&);
DHTMLTextFormControlElement.cpp181 void HTMLTextFormControlElement::setSelectionDirection(const String& direction) in setSelectionDirection() function in blink::HTMLTextFormControlElement
DHTMLInputElement.cpp563 HTMLTextFormControlElement::setSelectionDirection(direction); in setSelectionDirectionForBinding()