Searched refs:isTopLevelCommand (Results 1 – 4 of 4) sorted by relevance
64 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()
60 bool isTopLevelCommand() const { return !m_parent; } in isTopLevelCommand() function
414 if (command->isTopLevelCommand() && !command->shouldRetainAutocorrectionIndicator()) in respondToAppliedEditing()
14276 Replaced !m_parent checks in EditCommand.cpp by the more descriptive isTopLevelCommand().14286 (WebCore::EditCommand::isTopLevelCommand):