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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.h 50 const VisibleSelection& startingSelection() const { return m_startingSelection; }
71 VisibleSelection m_startingSelection;
EditCommand.cpp 44 setEndingSelection(m_startingSelection);
80 cmd->m_startingSelection = s;
103 m_startingSelection = parent->m_endingSelection;
CompositeEditCommand.h 52 const VisibleSelection& startingSelection() const { return m_startingSelection; }
63 VisibleSelection m_startingSelection;
CompositeEditCommand.cpp 102 , m_startingSelection(startingSelection)
163 m_startingSelection = selection;
    [all...]

Completed in 26 milliseconds