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

/external/webkit/WebCore/html/
H A DHTMLButtonElement.h52 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLButtonElement
H A DHTMLAnchorElement.h109 virtual bool canStartSelection() const;
H A DHTMLImageElement.h49 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLImageElement
H A DHTMLSelectElement.h99 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLSelectElement
H A DHTMLAnchorElement.cpp309 bool HTMLAnchorElement::canStartSelection() const function in class:WebCore::HTMLAnchorElement
313 return HTMLElement::canStartSelection();
H A DHTMLInputElement.h166 virtual bool canStartSelection() const;
H A DHTMLInputElement.cpp994 bool HTMLInputElement::canStartSelection() const function in class:WebCore::HTMLInputElement
998 return HTMLFormControlElementWithState::canStartSelection();
/external/webkit/WebCore/wml/
H A DWMLSelectElement.h48 virtual bool canStartSelection() const { return false; } function in class:WebCore::WMLSelectElement
/external/webkit/WebCore/page/
H A DFocusController.cpp294 if (mousePressNode->renderer() && !mousePressNode->canStartSelection())
H A DEventHandler.cpp1064 if ((editable || (renderer && renderer->isText() && node->canStartSelection())) && !inResizer && !scrollbar)
1940 if (!node->canStartSelection())
/external/webkit/WebCore/dom/
H A DNode.h413 virtual bool canStartSelection() const;
H A DNode.cpp1462 bool Node::canStartSelection() const function in class:WebCore::Node
1474 return parent() ? parent()->canStartSelection() : true;
/external/webkit/WebCore/rendering/
H A DRenderObject.cpp1454 if (elt->canStartSelection())

Completed in 71 milliseconds