HomeSort by relevance Sort by last modified time
    Searched refs:canStartSelection (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLKeygenElement.h 47 virtual bool canStartSelection() const OVERRIDE { return false; }
HTMLButtonElement.h 69 virtual bool canStartSelection() const { return false; }
HTMLImageElement.h 97 virtual bool canStartSelection() const;
HTMLAnchorElement.h 118 virtual bool canStartSelection() const;
HTMLSelectElement.h 126 virtual bool canStartSelection() const { return false; }
HTMLImageElement.cpp 151 bool HTMLImageElement::canStartSelection() const
154 return HTMLElement::canStartSelection();
HTMLAnchorElement.cpp 322 bool HTMLAnchorElement::canStartSelection() const
326 return HTMLElement::canStartSelection();
HTMLInputElement.h 328 virtual bool canStartSelection() const;
HTMLInputElement.cpp 538 bool HTMLInputElement::canStartSelection() const
542 return HTMLTextFormControlElement::canStartSelection();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.h 52 virtual bool canStartSelection() const OVERRIDE { return false; }
Node.h 528 virtual bool canStartSelection() const;
    [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 625 if (!(state.m_dragType & DragSourceActionSelection) && node->isTextNode() && node->canStartSelection())
    [all...]
FocusController.cpp 577 if (mousePressNode->renderer() && !mousePressNode->canStartSelection()) {
    [all...]
EventHandler.cpp 606 if (!node->canStartSelection())
    [all...]

Completed in 593 milliseconds