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

  /external/webkit/Source/WebCore/editing/
CreateLinkCommand.h 44 virtual EditAction editingAction() const { return EditActionCreateLink; }
EditAction.h 62 EditActionCreateLink,
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 136 case EditActionCreateLink:
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 519 case EditActionCreateLink: return WEB_UI_STRING_KEY("Create Link", "Create Link (Undo action name)", "Undo action name");
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 522 case EditActionCreateLink: return UI_STRING_KEY_INTERNAL("Create Link", "Create Link (Undo action name)", "Undo action name");
    [all...]

Completed in 53 milliseconds