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

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLKeygenElement.h44 virtual bool canStartSelection() const { return false; } function in class:WebCore::FINAL
H A DHTMLButtonElement.h69 virtual bool canStartSelection() const { return false; } function in class:WebCore::FINAL
H A DHTMLImageElement.h94 virtual bool canStartSelection() const;
H A DHTMLAnchorElement.h118 virtual bool canStartSelection() const;
H A DHTMLCanvasElement.h154 virtual bool canStartSelection() const OVERRIDE;
H A DHTMLSelectElement.h120 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLSelectElement
H A DHTMLImageElement.cpp167 bool HTMLImageElement::canStartSelection() const function in class:WebCore::HTMLImageElement
170 return HTMLElement::canStartSelection();
H A DHTMLAnchorElement.cpp277 bool HTMLAnchorElement::canStartSelection() const function in class:WebCore::HTMLAnchorElement
281 return HTMLElement::canStartSelection();
H A DHTMLInputElement.h343 virtual bool canStartSelection() const;
H A DHTMLCanvasElement.cpp140 bool HTMLCanvasElement::canStartSelection() const function in class:WebCore::HTMLCanvasElement
H A DHTMLInputElement.cpp582 bool HTMLInputElement::canStartSelection() const function in class:WebCore::HTMLInputElement
586 return HTMLTextFormControlElement::canStartSelection();
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DPseudoElement.h53 virtual bool canStartSelection() const OVERRIDE { return false; }
H A DNode.h456 virtual bool canStartSelection() const;
H A DNode.cpp1107 bool Node::canStartSelection() const function in class:WebCore::Node
1119 return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp2155 if (linkNode->parentNode() && linkNode->parentNode()->canStartSelection())
2218 bool canStartSelection = node->canStartSelection(); local
2224 if (!canStartSelection) {
2229 canStartSelection = nodeUnderFinger->canStartSelection();
2247 if (!nodeAllowSelectionOverride && !canStartSelection)
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDragController.cpp649 if (!(state.type & DragSourceActionSelection) && node->isTextNode() && node->canStartSelection())
H A DFocusController.cpp579 if (mousePressNode->renderer() && !mousePressNode->canStartSelection()) {
H A DEventHandler.cpp646 return node->canStartSelection() || Position::nodeIsUserSelectAll(node);
1387 if ((editable || (renderer && renderer->isText() && node->canStartSelection())) && !inResizer && !result.scrollbar())

Completed in 379 milliseconds