HomeSort by relevance Sort by last modified time
    Searched refs:EditActionAlignLeft (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/editing/
EditAction.h 46 EditActionAlignLeft,
EditorCommand.cpp 573 return executeApplyParagraphStyle(frame, source, EditActionAlignLeft, CSSPropertyTextAlign, "left");
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 104 case EditActionAlignLeft:
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 503 case EditActionAlignLeft: return WEB_UI_STRING_KEY("Align Left", "Align Left (Undo action name)", "Undo action name");
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 506 case EditActionAlignLeft: return UI_STRING_KEY_INTERNAL("Align Left", "Align Left (Undo action name)", "Undo action name");
    [all...]

Completed in 120 milliseconds