HomeSort by relevance Sort by last modified time
    Searched defs:canDecreaseSelectionListLevel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ModifySelectionListLevel.cpp 48 // This needs to be static so it can be called by canIncreaseSelectionListLevel and canDecreaseSelectionListLevel
240 // This needs to be static so it can be called by canDecreaseSelectionListLevel
280 bool DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(Document& document)
Editor.cpp 604 bool Editor::canDecreaseSelectionListLevel()
607 return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(*m_frame.document());
    [all...]

Completed in 1251 milliseconds