Searched refs:executeUndoRedo (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebUndoClient.cpp60 void WebUndoClient::executeUndoRedo(WebView* view, WebPageProxy::UndoOrRedo undoOrRedo) function in class:WebKit::WebUndoClient
62 if (!m_client.executeUndoRedo)
65 m_client.executeUndoRedo(toAPI(view), undoOrRedo, m_client.clientInfo);
H A DWebUndoClient.h43 void executeUndoRedo(WebView*, WebPageProxy::UndoOrRedo);
H A DWebView.h166 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo);
H A DWebView.cpp1079 void WebView::executeUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo) function in class:WebKit::WebView
1081 m_undoClient.executeUndoRedo(this, undoOrRedo);
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKView.h55 WKViewExecuteUndoRedoCallback executeUndoRedo; member in struct:WKViewUndoClient
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.h73 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo);
H A DPageClientImpl.mm237 void PageClientImpl::executeUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage_p.h78 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo);
H A Dqwkpage.cpp221 void QWKPagePrivate::executeUndoRedo(WebPageProxy::UndoOrRedo) function in class:QWKPagePrivate
/external/webkit/Source/WebKit2/UIProcess/
H A DPageClient.h100 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo) = 0;
H A DWebPageProxy.h606 void executeUndoRedo(uint32_t action, bool& result);
H A DWebPageProxy.cpp2192 void WebPageProxy::executeUndoRedo(uint32_t action, bool& result) function in class:WebKit::WebPageProxy
2194 m_pageClient->executeUndoRedo(static_cast<UndoOrRedo>(action));
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.h98 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo);
H A DWebView.cpp462 void WebView::executeUndoRedo(WebPageProxy::UndoOrRedo) function in class:WebKit::WebView

Completed in 1306 milliseconds