Home
last modified time | relevance | path

Searched refs:canDecreaseSelectionListLevel (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/editing/
DModifySelectionListLevel.h70 static bool canDecreaseSelectionListLevel(Document*);
DModifySelectionListLevel.cpp281 bool DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(Document* document) in canDecreaseSelectionListLevel() function in WebCore::DecreaseSelectionListLevelCommand
DEditor.h125 bool canDecreaseSelectionListLevel();
DEditor.cpp638 bool Editor::canDecreaseSelectionListLevel() in canDecreaseSelectionListLevel() function in WebCore::Editor
640 …return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame… in canDecreaseSelectionListLevel()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm1895 return coreFrame && coreFrame->editor()->canDecreaseSelectionListLevel();
/external/webkit/WebCore/
DChangeLog-2006-05-1014381 (WebCore::ModifySelectionListLevelCommand::canDecreaseSelectionListLevel):
16943 (-[WebCoreFrameBridge canDecreaseSelectionListLevel]):
16982 (-[WebCoreFrameBridge canDecreaseSelectionListLevel]):
17000 (WebCore::ModifySelectionListLevelCommand::canDecreaseSelectionListLevel):
DChangeLog-2006-12-3133337 (WebCore::DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel):
36522 (WebCore::DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel): Ditto.
52121 (-[WebCoreFrameBridge canDecreaseSelectionListLevel]):
52158 (WebCore::DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel):
DChangeLog-2007-10-1441763 (WebCore::Editor::canDecreaseSelectionListLevel):
DChangeLog-2008-08-1011821 (WebCore::DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel):