Home
last modified time | relevance | path

Searched defs:canStartSelection (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLKeygenElement.h45 virtual bool canStartSelection() const OVERRIDE { return false; } in canStartSelection() function
DHTMLButtonElement.h74 virtual bool canStartSelection() const OVERRIDE { return false; } in canStartSelection() function
DHTMLSelectElement.h141 virtual bool canStartSelection() const OVERRIDE { return false; } in canStartSelection() function
DHTMLAnchorElement.cpp237 bool HTMLAnchorElement::canStartSelection() const in canStartSelection() function in blink::HTMLAnchorElement
DHTMLImageElement.cpp326 bool HTMLImageElement::canStartSelection() const in canStartSelection() function in blink::HTMLImageElement
DHTMLInputElement.cpp505 bool HTMLInputElement::canStartSelection() const in canStartSelection() function in blink::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPseudoElement.h46 virtual bool canStartSelection() const OVERRIDE { return false; } in canStartSelection() function
DNode.cpp1099 bool Node::canStartSelection() const in canStartSelection() function in blink::Node
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAElement.cpp198 bool SVGAElement::canStartSelection() const in canStartSelection() function in blink::SVGAElement