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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.h 56 bool isTopLevelCommand() const { return !m_parent; }
EditCommand.cpp 77 ASSERT(cmd->isTopLevelCommand());
90 ASSERT(cmd->isTopLevelCommand());
TypingCommand.h 106 ASSERT(isTopLevelCommand());
CompositeEditCommand.cpp 180 ASSERT(isTopLevelCommand() || !m_composition);
    [all...]

Completed in 38 milliseconds