Home
last modified time | relevance | path

Searched refs:executeJustifyLeft (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DEditorCommand.cpp557 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/
DChangeLog-2008-08-1066325 (WebCore::executeJustifyLeft):