Searched refs:canStartSelection (Results 1 – 16 of 16) sorted by relevance
47 virtual bool canStartSelection() const OVERRIDE { return false; } in canStartSelection() function
70 virtual bool canStartSelection() const { return false; } in canStartSelection() function
174 bool HTMLImageElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLImageElement177 return HTMLElement::canStartSelection(); in canStartSelection()
101 virtual bool canStartSelection() const;
100 virtual bool canStartSelection() const;
128 virtual bool canStartSelection() const { return false; } in canStartSelection() function
306 bool HTMLAnchorElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLAnchorElement310 return HTMLElement::canStartSelection(); in canStartSelection()
319 virtual bool canStartSelection() const;
510 bool HTMLInputElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLInputElement514 return HTMLTextFormControlElement::canStartSelection(); in canStartSelection()
51 virtual bool canStartSelection() const OVERRIDE { return false; } in canStartSelection() function
514 virtual bool canStartSelection() const;
1184 bool Node::canStartSelection() const in canStartSelection() function in WebCore::Node1196 return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true; in canStartSelection()
605 if (mousePressNode->renderer() && !mousePressNode->canStartSelection()) { in clearSelectionIfNeeded()
641 … if (dragType != DragSourceActionSelection && node->isTextNode() && node->canStartSelection()) { in draggableNode()
647 if (!node->canStartSelection()) in canMouseDownStartSelect()1286 …if ((editable || (renderer && renderer->isText() && node->canStartSelection())) && !inResizer && !… in selectAutoCursor()
684 0000000003c6d1c0 t WebCore::PseudoElement::canStartSelection() const<0000000003c6d1c0>