Searched defs:canStartSelection (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLKeygenElement.h42 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLKeygenElement
H A DHTMLButtonElement.h59 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLButtonElement
H A DHTMLSelectElement.h107 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLSelectElement
H A DHTMLImageElement.h89 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLImageElement
H A DHTMLAnchorElement.cpp245 bool HTMLAnchorElement::canStartSelection() const function in class:WebCore::HTMLAnchorElement
249 return HTMLElement::canStartSelection();
H A DHTMLInputElement.cpp532 bool HTMLInputElement::canStartSelection() const function in class:WebCore::HTMLInputElement
536 return HTMLFormControlElementWithState::canStartSelection();
/external/webkit/Source/WebCore/wml/
H A DWMLSelectElement.h50 virtual bool canStartSelection() const { return false; } function in class:WebCore::WMLSelectElement
/external/webkit/Source/WebCore/dom/
H A DNode.cpp1595 bool Node::canStartSelection() const function in class:WebCore::Node
1607 return parentOrHostNode() ? parentOrHostNode()->canStartSelection() : true;

Completed in 157 milliseconds