Searched refs:WebEditCommandProxy (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebUndoClient.h36 class WebEditCommandProxy;
40 void registerEditCommand(WebView*, PassRefPtr<WebEditCommandProxy>, WebPageProxy::UndoOrRedo);
H A DWebUndoClient.cpp30 #include "WebEditCommandProxy.h"
35 void WebUndoClient::registerEditCommand(WebView* view, PassRefPtr<WebEditCommandProxy> prpCommand, WebPageProxy::UndoOrRedo undoOrRedo)
40 RefPtr<WebEditCommandProxy> command = prpCommand;
H A DWebView.h72 void reapplyEditCommand(WebEditCommandProxy*);
73 void unapplyEditCommand(WebEditCommandProxy*);
163 virtual void registerEditCommand(PassRefPtr<WebEditCommandProxy>, WebPageProxy::UndoOrRedo);
H A DWebView.cpp40 #include "WebEditCommandProxy.h"
1063 void WebView::registerEditCommand(PassRefPtr<WebEditCommandProxy> prpCommand, WebPageProxy::UndoOrRedo undoOrRedo)
1065 RefPtr<WebEditCommandProxy> command = prpCommand;
1084 void WebView::reapplyEditCommand(WebEditCommandProxy* command)
1092 void WebView::unapplyEditCommand(WebEditCommandProxy* command)
/external/webkit/Source/WebKit2/UIProcess/
H A DWebEditCommandProxy.h39 class WebEditCommandProxy : public APIObject { class in namespace:WebKit
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*);
H A DWebEditCommandProxy.cpp27 #include "WebEditCommandProxy.h"
39 WebEditCommandProxy::WebEditCommandProxy(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page) function in class:WebKit::WebEditCommandProxy
47 WebEditCommandProxy::~WebEditCommandProxy()
53 void WebEditCommandProxy::unapply()
62 void WebEditCommandProxy::reapply()
71 String WebEditCommandProxy::nameForEditAction(EditAction editAction)
H A DPageClient.h46 class WebEditCommandProxy;
97 virtual void registerEditCommand(PassRefPtr<WebEditCommandProxy>, WebPageProxy::UndoOrRedo) = 0;
H A DWebPageProxy.h89 class WebEditCommandProxy;
421 void addEditCommand(WebEditCommandProxy*);
422 void removeEditCommand(WebEditCommandProxy*);
423 bool isValidEditCommand(WebEditCommandProxy*);
424 void registerEditCommand(PassRefPtr<WebEditCommandProxy>, UndoOrRedo);
744 HashSet<WebEditCommandProxy*> m_editCommandSet;
H A DWebPageProxy.cpp53 #include "WebEditCommandProxy.h"
338 Vector<WebEditCommandProxy*> editCommandVector;
2184 registerEditCommand(WebEditCommandProxy::create(commandID, static_cast<EditAction>(editAction), this), Undo);
2422 void WebPageProxy::registerEditCommand(PassRefPtr<WebEditCommandProxy> commandProxy, UndoOrRedo undoOrRedo)
2427 void WebPageProxy::addEditCommand(WebEditCommandProxy* command)
2432 void WebPageProxy::removeEditCommand(WebEditCommandProxy* command)
2441 bool WebPageProxy::isValidEditCommand(WebEditCommandProxy* command)
2771 Vector<WebEditCommandProxy*> editCommandVector;
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKAPICastWin.h39 class WebEditCommandProxy;
43 WK_ADD_API_MAPPING(WKEditCommandRef, WebEditCommandProxy)
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.mm37 #import "WebEditCommandProxy.h"
59 RefPtr<WebEditCommandProxy> m_command;
61 - (id)initWithWebEditCommandProxy:(PassRefPtr<WebEditCommandProxy>)command;
62 - (WebEditCommandProxy*)command;
72 - (id)initWithWebEditCommandProxy:(PassRefPtr<WebEditCommandProxy>)command
82 - (WebEditCommandProxy*)command
214 void PageClientImpl::registerEditCommand(PassRefPtr<WebEditCommandProxy> prpCommand, WebPageProxy::UndoOrRedo undoOrRedo)
216 RefPtr<WebEditCommandProxy> command = prpCommand;
219 String actionName = WebEditCommandProxy::nameForEditAction(command->editAction());
H A DPageClientImpl.h70 virtual void registerEditCommand(PassRefPtr<WebEditCommandProxy>, WebPageProxy::UndoOrRedo);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage_p.h75 virtual void registerEditCommand(PassRefPtr<WebKit::WebEditCommandProxy>, WebKit::WebPageProxy::UndoOrRedo);
H A Dqwkpage.cpp208 void QWKPagePrivate::registerEditCommand(PassRefPtr<WebEditCommandProxy>, WebPageProxy::UndoOrRedo)
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.h95 virtual void registerEditCommand(PassRefPtr<WebEditCommandProxy>, WebPageProxy::UndoOrRedo);
H A DWebView.cpp446 void WebView::registerEditCommand(PassRefPtr<WebEditCommandProxy>, WebPageProxy::UndoOrRedo)

Completed in 148 milliseconds