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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h 57 Element* endingRootEditableElement() const { return m_endingRootEditableElement.get(); }
69 RefPtrWillBeMember<Element> m_endingRootEditableElement;
CompositeEditCommand.cpp 87 , m_endingRootEditableElement(endingSelection.rootEditableElement())
152 m_endingRootEditableElement = selection.rootEditableElement();
162 visitor->trace(m_endingRootEditableElement);
    [all...]

Completed in 490 milliseconds