Home
last modified time | relevance | path

Searched refs:m_endingRootEditableElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.h57 Element* endingRootEditableElement() const { return m_endingRootEditableElement.get(); } in endingRootEditableElement()
67 RefPtr<Element> m_endingRootEditableElement; variable
DCompositeEditCommand.cpp105 , m_endingRootEditableElement(endingSelection.rootEditableElement()) in EditCommandComposition()
170 m_endingRootEditableElement = selection.rootEditableElement(); in setEndingSelection()