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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h 56 Element* startingRootEditableElement() const { return m_startingRootEditableElement.get(); }
Editor.cpp 770 dispatchEditableContentChangedEvents(composition->startingRootEditableElement(), composition->endingRootEditableElement());
798 dispatchEditableContentChangedEvents(cmd->startingRootEditableElement(), cmd->endingRootEditableElement());
814 dispatchEditableContentChangedEvents(cmd->startingRootEditableElement(), cmd->endingRootEditableElement());
    [all...]

Completed in 63 milliseconds