HomeSort by relevance Sort by last modified time
    Searched defs:editAction (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.h 30 #include <WebCore/EditAction.h>
41 static PassRefPtr<WebEditCommandProxy> create(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page)
43 return adoptRef(new WebEditCommandProxy(commandID, editAction, page));
48 WebCore::EditAction editAction() const { return m_editAction; }
55 static String nameForEditAction(WebCore::EditAction);
58 WebEditCommandProxy(uint64_t commandID, WebCore::EditAction, WebPageProxy*);
63 WebCore::EditAction m_editAction;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 232 uint32_t editAction = static_cast<uint32_t>(webCommand->command()->editingAction());
234 m_page->send(Messages::WebPageProxy::RegisterEditCommandForUndo(webCommand->commandID(), editAction));

Completed in 545 milliseconds