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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.cpp213 bool SVGAElement::canStartSelection() const function in class:WebCore::SVGAElement
216 return SVGElement::canStartSelection();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.cpp263 bool HTMLAnchorElement::canStartSelection() const function in class:WebCore::HTMLAnchorElement
266 return HTMLElement::canStartSelection();
H A DHTMLImageElement.cpp273 bool HTMLImageElement::canStartSelection() const function in class:WebCore::HTMLImageElement
276 return HTMLElement::canStartSelection();
H A DHTMLInputElement.cpp504 bool HTMLInputElement::canStartSelection() const function in class:WebCore::HTMLInputElement
508 return HTMLTextFormControlElement::canStartSelection();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1120 bool Node::canStartSelection() const function in class:WebCore::Node
1132 return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true;

Completed in 1377 milliseconds