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

  /external/webkit/Source/WebCore/editing/
EditCommand.cpp 64 if (isTopLevelCommand()) {
85 if (isTopLevelCommand())
96 if (isTopLevelCommand()) {
117 if (isTopLevelCommand())
125 if (isTopLevelCommand())
140 if (isTopLevelCommand())
148 if (isTopLevelCommand())
EditCommand.h 60 bool isTopLevelCommand() const { return !m_parent; }
SpellingCorrectionController.cpp 414 if (command->isTopLevelCommand() && !command->shouldRetainAutocorrectionIndicator())

Completed in 225 milliseconds