Searched defs:canIncreaseSelectionListLevel (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DModifySelectionListLevel.cpp48 // This needs to be static so it can be called by canIncreaseSelectionListLevel and canDecreaseSelectionListLevel
143 // This needs to be static so it can be called by canIncreaseSelectionListLevel
205 bool IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(Document* document) function in class:WebCore::IncreaseSelectionListLevelCommand
H A DEditor.cpp729 bool Editor::canIncreaseSelectionListLevel() function in class:WebCore::Editor
731 return canEditRichly() && IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(m_frame->document());

Completed in 48 milliseconds