canStartSelection 1107 Source/core/dom/Node.cpp     return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true;
canStartSelection  490 Source/core/dom/Node.h     virtual bool canStartSelection() const;
canStartSelection   47 Source/core/dom/PseudoElement.h     virtual bool canStartSelection() const OVERRIDE { return false; }
canStartSelection  312 Source/core/html/HTMLAnchorElement.cpp         return HTMLElement::canStartSelection();
canStartSelection  101 Source/core/html/HTMLAnchorElement.h     virtual bool canStartSelection() const OVERRIDE FINAL;
canStartSelection   71 Source/core/html/HTMLButtonElement.h     virtual bool canStartSelection() const OVERRIDE { return false; }
canStartSelection  205 Source/core/html/HTMLImageElement.cpp         return HTMLElement::canStartSelection();
canStartSelection  109 Source/core/html/HTMLImageElement.h     virtual bool canStartSelection() const OVERRIDE;
canStartSelection  512 Source/core/html/HTMLInputElement.cpp     return HTMLTextFormControlElement::canStartSelection();
canStartSelection  316 Source/core/html/HTMLInputElement.h     virtual bool canStartSelection() const OVERRIDE FINAL;
canStartSelection   47 Source/core/html/HTMLKeygenElement.h     virtual bool canStartSelection() const OVERRIDE { return false; }
canStartSelection  130 Source/core/html/HTMLSelectElement.h     virtual bool canStartSelection() const OVERRIDE { return false; }
canStartSelection  640 Source/core/page/DragController.cpp         if (dragType != DragSourceActionSelection && node->isTextNode() && node->canStartSelection()) {
canStartSelection  622 Source/core/page/EventHandler.cpp     if (!node->canStartSelection())
canStartSelection 1283 Source/core/page/EventHandler.cpp     if ((editable || (renderer && renderer->isText() && node->canStartSelection())) && !inResizer && !result.scrollbar())
canStartSelection  618 Source/core/page/FocusController.cpp         if (mousePressNode->renderer() && !mousePressNode->canStartSelection()) {