Searched refs:canStartSelection (Results 1 – 20 of 20) sorted by relevance
42 virtual bool canStartSelection() const { return false; } in canStartSelection() function
59 virtual bool canStartSelection() const { return false; } in canStartSelection() function
89 virtual bool canStartSelection() const { return false; } in canStartSelection() function
111 virtual bool canStartSelection() const;
107 virtual bool canStartSelection() const { return false; } in canStartSelection() function
245 bool HTMLAnchorElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLAnchorElement249 return HTMLElement::canStartSelection(); in canStartSelection()
244 virtual bool canStartSelection() const;
532 bool HTMLInputElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLInputElement536 return HTMLFormControlElementWithState::canStartSelection(); in canStartSelection()
50 virtual bool canStartSelection() const { return false; } in canStartSelection() function
343 if (mousePressNode->renderer() && !mousePressNode->canStartSelection()) { in clearSelectionIfNeeded()
1241 …if ((editable || (renderer && renderer->isText() && node->canStartSelection())) && !inResizer && !… in selectCursor()2369 if (!node->canStartSelection()) in canMouseDownStartSelect()
431 virtual bool canStartSelection() const;
1595 bool Node::canStartSelection() const in canStartSelection() function in WebCore::Node1607 return parentOrHostNode() ? parentOrHostNode()->canStartSelection() : true; in canStartSelection()
1502 if (elt->canStartSelection()) in draggableNode()
6434 …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 …]
7259 (WebCore::HTMLKeygenElement::canStartSelection):45098 (WebCore::Node::canStartSelection): Ditto.
37580 (WebCore::Node::canStartSelection):37682 (WebCore::HTMLAnchorElement::canStartSelection):
125975 … (WebCore::clearSelectionIfNeeded): Make sure we do not clear selection when canStartSelection126061 We should not clear the selection when canStartSelection returns false.126066 … (WebCore::clearSelectionIfNeeded): Make sure we do not clear selection when canStartSelection
4821 (WebCore::WMLSelectElement::canStartSelection):
96482 (WebCore::Node::canStartSelection):