Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLKeygenElement.h47 virtual bool canStartSelection() const OVERRIDE { return false; } in canStartSelection() function
DHTMLButtonElement.h70 virtual bool canStartSelection() const { return false; } in canStartSelection() function
DHTMLImageElement.cpp174 bool HTMLImageElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLImageElement
177 return HTMLElement::canStartSelection(); in canStartSelection()
DHTMLImageElement.h101 virtual bool canStartSelection() const;
DHTMLAnchorElement.h100 virtual bool canStartSelection() const;
DHTMLSelectElement.h128 virtual bool canStartSelection() const { return false; } in canStartSelection() function
DHTMLAnchorElement.cpp306 bool HTMLAnchorElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLAnchorElement
310 return HTMLElement::canStartSelection(); in canStartSelection()
DHTMLInputElement.h319 virtual bool canStartSelection() const;
DHTMLInputElement.cpp510 bool HTMLInputElement::canStartSelection() const in canStartSelection() function in WebCore::HTMLInputElement
514 return HTMLTextFormControlElement::canStartSelection(); in canStartSelection()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPseudoElement.h51 virtual bool canStartSelection() const OVERRIDE { return false; } in canStartSelection() function
DNode.h514 virtual bool canStartSelection() const;
DNode.cpp1184 bool Node::canStartSelection() const in canStartSelection() function in WebCore::Node
1196 return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true; in canStartSelection()
/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp605 if (mousePressNode->renderer() && !mousePressNode->canStartSelection()) { in clearSelectionIfNeeded()
DDragController.cpp641 … if (dragType != DragSourceActionSelection && node->isTextNode() && node->canStartSelection()) { in draggableNode()
DEventHandler.cpp647 if (!node->canStartSelection()) in canMouseDownStartSelect()
1286 …if ((editable || (renderer && renderer->isText() && node->canStartSelection())) && !inResizer && !… in selectAutoCursor()
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm684 0000000003c6d1c0 t WebCore::PseudoElement::canStartSelection() const<0000000003c6d1c0>