Searched refs:canStartSelection (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPseudoElement.h46 virtual bool canStartSelection() const OVERRIDE { return false; }
H A DNode.h487 virtual bool canStartSelection() const;
H A DNode.cpp1099 bool Node::canStartSelection() const function in class:blink::Node
1111 return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLKeygenElement.h45 virtual bool canStartSelection() const OVERRIDE { return false; }
H A DHTMLButtonElement.h74 virtual bool canStartSelection() const OVERRIDE { return false; }
H A DHTMLAnchorElement.h105 virtual bool canStartSelection() const OVERRIDE FINAL;
H A DHTMLImageElement.h117 virtual bool canStartSelection() const OVERRIDE;
H A DHTMLAnchorElement.cpp237 bool HTMLAnchorElement::canStartSelection() const function in class:blink::HTMLAnchorElement
240 return HTMLElement::canStartSelection();
H A DHTMLSelectElement.h141 virtual bool canStartSelection() const OVERRIDE { return false; }
H A DHTMLImageElement.cpp326 bool HTMLImageElement::canStartSelection() const function in class:blink::HTMLImageElement
329 return HTMLElement::canStartSelection();
H A DHTMLInputElement.h288 virtual bool canStartSelection() const OVERRIDE FINAL;
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/svg/
H A DSVGAElement.cpp198 bool SVGAElement::canStartSelection() const function in class:blink::SVGAElement
201 return SVGElement::canStartSelection();
H A DSVGAElement.h58 virtual bool canStartSelection() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp640 if (dragType != DragSourceActionSelection && node->isTextNode() && node->canStartSelection()) {
H A DEventHandler.cpp566 if (!node->canStartSelection())
1188 if ((editable || (renderer && renderer->isText() && node->canStartSelection())) && !inResizer && !result.scrollbar())

Completed in 1640 milliseconds