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.cpp 44 setEndingSelection(m_startingSelection);
80 command->m_startingSelection = selection;
113 m_startingSelection = parent->m_endingSelection;
126 visitor->trace(m_startingSelection);
EditCommand.h 51 const VisibleSelection& startingSelection() const { return m_startingSelection; }
75 VisibleSelection m_startingSelection;
CompositeEditCommand.h 52 const VisibleSelection& startingSelection() const { return m_startingSelection; }
65 VisibleSelection m_startingSelection;
CompositeEditCommand.cpp 84 , m_startingSelection(startingSelection)
145 m_startingSelection = selection;
158 visitor->trace(m_startingSelection);
    [all...]

Completed in 283 milliseconds