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

  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 126 RefPtr<Element> m_rootEditableElementForSelectionOnMouseDown;
HTMLAnchorElement.cpp 161 m_rootEditableElementForSelectionOnMouseDown = document()->frame()->selection()->rootEditableElement();
166 m_rootEditableElementForSelectionOnMouseDown = 0;
525 return eventType == MouseEventWithShiftKey || (eventType == MouseEventWithoutShiftKey && m_rootEditableElementForSelectionOnMouseDown != rootEditableElement());

Completed in 95 milliseconds