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