Searched refs:executeJustifyLeft (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditorCommand.cpp | 571 static bool executeJustifyLeft(Frame* frame, Event*, EditorCommandSource source, const String&) in executeJustifyLeft() function 1405 …{ "AlignLeft", { executeJustifyLeft, supportedFromMenuOrKeyBinding, enabledInRichlyEditableText, s… in createCommandMap() 1449 …{ "JustifyLeft", { executeJustifyLeft, supported, enabledInRichlyEditableText, stateJustifyLeft, v… in createCommandMap() 1450 …{ "JustifyNone", { executeJustifyLeft, supported, enabledInRichlyEditableText, stateNone, valueNul… in createCommandMap()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 66325 (WebCore::executeJustifyLeft):
|