Home
last modified time | relevance | path

Searched refs:canStartSelection (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLKeygenElement.h42 virtual bool canStartSelection() const { return false; } in canStartSelection() function
DHTMLButtonElement.h59 virtual bool canStartSelection() const { return false; } in canStartSelection() function
DHTMLImageElement.h89 virtual bool canStartSelection() const { return false; } in canStartSelection() function
DHTMLAnchorElement.h111 virtual bool canStartSelection() const;
DHTMLSelectElement.h107 virtual bool canStartSelection() const { return false; } in canStartSelection() function
DHTMLAnchorElement.cpp245 bool HTMLAnchorElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLAnchorElement
249 return HTMLElement::canStartSelection(); in canStartSelection()
DHTMLInputElement.h244 virtual bool canStartSelection() const;
DHTMLInputElement.cpp532 bool HTMLInputElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLInputElement
536 return HTMLFormControlElementWithState::canStartSelection(); in canStartSelection()
/external/webkit/Source/WebCore/wml/
DWMLSelectElement.h50 virtual bool canStartSelection() const { return false; } in canStartSelection() function
/external/webkit/Source/WebCore/page/
DFocusController.cpp343 if (mousePressNode->renderer() && !mousePressNode->canStartSelection()) { in clearSelectionIfNeeded()
DEventHandler.cpp1241 …if ((editable || (renderer && renderer->isText() && node->canStartSelection())) && !inResizer && !… in selectCursor()
2369 if (!node->canStartSelection()) in canMouseDownStartSelect()
/external/webkit/Source/WebCore/dom/
DNode.h431 virtual bool canStartSelection() const;
DNode.cpp1595 bool Node::canStartSelection() const in canStartSelection() function in WebCore::Node
1607 return parentOrHostNode() ? parentOrHostNode()->canStartSelection() : true; in canStartSelection()
/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1502 if (elt->canStartSelection()) in draggableNode()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-146434 …y. We now decide when to prevent selection from starting by calling canStartSelection on the node.
6435 …2) Implements canStartSelection which returns false for all elements that used to have -webkit-use…
6437 …tarting within -webkit-user-select:none blocks, but now we only use canStartSelection for that. T…
6442 …all usage of -webkit-user-select: ignore. This is now handled internally with canStartSelection().
6450 …* dom/Node.cpp: (WebCore::Node::canStartSelection): Added. Always allows selection to be started i…
6453 …* html/HTMLAnchorElement.cpp: (WebCore::HTMLAnchorElement::canStartSelection): Added. If its not a…
6456 …* html/HTMLButtonElement.h: (WebCore::HTMLButtonElement::canStartSelection): Added. Disallows sele…
6457 …* html/HTMLImageElement.h: (WebCore::HTMLImageElement::canStartSelection): Added. Disallows select…
6459 …* html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::canStartSelection): Added. Disallows sele…
6461 …* html/HTMLSelectElement.h: (WebCore::HTMLSelectElement::canStartSelection): Added. Disallows sele…
[all …]
DChangeLog-2011-02-167259 (WebCore::HTMLKeygenElement::canStartSelection):
45098 (WebCore::Node::canStartSelection): Ditto.
DChangeLog37580 (WebCore::Node::canStartSelection):
37682 (WebCore::HTMLAnchorElement::canStartSelection):
DChangeLog-2010-12-06125975 … (WebCore::clearSelectionIfNeeded): Make sure we do not clear selection when canStartSelection
126061 We should not clear the selection when canStartSelection returns false.
126066 … (WebCore::clearSelectionIfNeeded): Make sure we do not clear selection when canStartSelection
DChangeLog-2009-06-164821 (WebCore::WMLSelectElement::canStartSelection):
DChangeLog-2010-01-2996482 (WebCore::Node::canStartSelection):