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

  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 27 #include "WebEditCommandProxy.h"
39 WebEditCommandProxy::WebEditCommandProxy(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page)
47 WebEditCommandProxy::~WebEditCommandProxy()
53 void WebEditCommandProxy::unapply()
62 void WebEditCommandProxy::reapply()
71 String WebEditCommandProxy::nameForEditAction(EditAction editAction)
WebEditCommandProxy.h 39 class WebEditCommandProxy : public APIObject {
41 static PassRefPtr<WebEditCommandProxy> create(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page)
43 return adoptRef(new WebEditCommandProxy(commandID, editAction, page));
45 ~WebEditCommandProxy();
58 WebEditCommandProxy(uint64_t commandID, WebCore::EditAction, WebPageProxy*);

Completed in 21 milliseconds