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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.cpp198 bool SVGAElement::canStartSelection() const function in class:blink::SVGAElement
201 return SVGElement::canStartSelection();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.cpp237 bool HTMLAnchorElement::canStartSelection() const function in class:blink::HTMLAnchorElement
240 return HTMLElement::canStartSelection();
H A DHTMLImageElement.cpp326 bool HTMLImageElement::canStartSelection() const function in class:blink::HTMLImageElement
329 return HTMLElement::canStartSelection();
H A DHTMLInputElement.cpp505 bool HTMLInputElement::canStartSelection() const function in class:blink::HTMLInputElement
509 return HTMLTextFormControlElement::canStartSelection();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1099 bool Node::canStartSelection() const function in class:blink::Node
1111 return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true;

Completed in 1466 milliseconds