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

/external/webkit/Source/WebCore/html/
H A DHTMLKeygenElement.h42 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLKeygenElement
H A DHTMLButtonElement.h59 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLButtonElement
H A DHTMLAnchorElement.h111 virtual bool canStartSelection() const;
H A DHTMLImageElement.h89 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLImageElement
H A DHTMLSelectElement.h107 virtual bool canStartSelection() const { return false; } function in class:WebCore::HTMLSelectElement
H A DHTMLAnchorElement.cpp245 bool HTMLAnchorElement::canStartSelection() const function in class:WebCore::HTMLAnchorElement
249 return HTMLElement::canStartSelection();
H A DHTMLInputElement.h240 virtual bool canStartSelection() const;
H A DHTMLInputElement.cpp536 bool HTMLInputElement::canStartSelection() const function in class:WebCore::HTMLInputElement
540 return HTMLFormControlElementWithState::canStartSelection();
/external/webkit/Source/WebCore/wml/
H A DWMLSelectElement.h50 virtual bool canStartSelection() const { return false; } function in class:WebCore::WMLSelectElement
/external/webkit/Source/WebCore/dom/
H A DNode.h431 virtual bool canStartSelection() const;
H A DNode.cpp1595 bool Node::canStartSelection() const function in class:WebCore::Node
1607 return parentOrHostNode() ? parentOrHostNode()->canStartSelection() : true;
/external/webkit/Source/WebCore/page/
H A DFocusController.cpp343 if (mousePressNode->renderer() && !mousePressNode->canStartSelection()) {
H A DEventHandler.cpp1241 if ((editable || (renderer && renderer->isText() && node->canStartSelection())) && !inResizer && !scrollbar)
2369 if (!node->canStartSelection())
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp1502 if (elt->canStartSelection())

Completed in 237 milliseconds