Home
last modified time | relevance | path

Searched refs:isTopLevelCommand (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditCommand.cpp64 if (isTopLevelCommand()) { in apply()
85 if (isTopLevelCommand()) in apply()
96 if (isTopLevelCommand()) { in apply()
117 if (isTopLevelCommand()) in unapply()
125 if (isTopLevelCommand()) in unapply()
140 if (isTopLevelCommand()) in reapply()
148 if (isTopLevelCommand()) in reapply()
DEditCommand.h60 bool isTopLevelCommand() const { return !m_parent; } in isTopLevelCommand() function
DSpellingCorrectionController.cpp414 if (command->isTopLevelCommand() && !command->shouldRetainAutocorrectionIndicator()) in respondToAppliedEditing()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2414276 Replaced !m_parent checks in EditCommand.cpp by the more descriptive isTopLevelCommand().
14286 (WebCore::EditCommand::isTopLevelCommand):