HomeSort by relevance Sort by last modified time
    Searched defs:executeUndoRedo (Results 1 - 6 of 6) 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);
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKView.h 55 WKViewExecuteUndoRedoCallback executeUndoRedo;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 221 void QWKPagePrivate::executeUndoRedo(WebPageProxy::UndoOrRedo)
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 462 void WebView::executeUndoRedo(WebPageProxy::UndoOrRedo)
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 530 milliseconds