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

  /external/webkit/Source/WebKit2/UIProcess/win/
WebUndoClient.cpp 60 void WebUndoClient::executeUndoRedo(WebView* view, WebPageProxy::UndoOrRedo undoOrRedo)
62 if (!m_client.executeUndoRedo)
65 m_client.executeUndoRedo(toAPI(view), undoOrRedo, m_client.clientInfo);
WebUndoClient.h 43 void executeUndoRedo(WebView*, WebPageProxy::UndoOrRedo);
WebView.h 166 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo);
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKView.h 55 WKViewExecuteUndoRedoCallback executeUndoRedo;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.h 73 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo);
PageClientImpl.mm 237 void PageClientImpl::executeUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo)
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage_p.h 78 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo);
qwkpage.cpp 221 void QWKPagePrivate::executeUndoRedo(WebPageProxy::UndoOrRedo)
  /external/webkit/Source/WebKit2/UIProcess/
PageClient.h 100 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo) = 0;
WebPageProxy.h 606 void executeUndoRedo(uint32_t action, bool& result);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.h 98 virtual void executeUndoRedo(WebPageProxy::UndoOrRedo);
WebView.cpp 462 void WebView::executeUndoRedo(WebPageProxy::UndoOrRedo)

Completed in 273 milliseconds