HomeSort by relevance Sort by last modified time
    Searched full:rooteditableelementforselectiononmousedown (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h 118 Element* rootEditableElementForSelectionOnMouseDown() const;
HTMLAnchorElement.cpp 470 return eventType == MouseEventWithShiftKey || (eventType == MouseEventWithoutShiftKey && rootEditableElementForSelectionOnMouseDown() != rootEditableElement());
503 Element* HTMLAnchorElement::rootEditableElementForSelectionOnMouseDown() const

Completed in 66 milliseconds