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

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebUndoClient.cpp52 bool WebUndoClient::canUndoRedo(WebView* view, WebPageProxy::UndoOrRedo undoOrRedo) function in class:WebKit::WebUndoClient
54 if (!m_client.canUndoRedo)
57 return m_client.canUndoRedo(toAPI(view), undoOrRedo, m_client.clientInfo);
H A DWebUndoClient.h42 bool canUndoRedo(WebView*, WebPageProxy::UndoOrRedo);
H A DWebView.h165 virtual bool canUndoRedo(WebPageProxy::UndoOrRedo);
H A DWebView.cpp1074 bool WebView::canUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo) function in class:WebKit::WebView
1076 return m_undoClient.canUndoRedo(this, undoOrRedo);
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKView.h54 WKViewCanUndoRedoCallback canUndoRedo; member in struct:WKViewUndoClient
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.h72 virtual bool canUndoRedo(WebPageProxy::UndoOrRedo);
H A DPageClientImpl.mm232 bool PageClientImpl::canUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage_p.h77 virtual bool canUndoRedo(WebPageProxy::UndoOrRedo);
H A Dqwkpage.cpp216 bool QWKPagePrivate::canUndoRedo(WebPageProxy::UndoOrRedo) function in class:QWKPagePrivate
/external/webkit/Source/WebKit2/UIProcess/
H A DPageClient.h99 virtual bool canUndoRedo(WebPageProxy::UndoOrRedo) = 0;
H A DWebPageProxy.h605 void canUndoRedo(uint32_t action, bool& result);
H A DWebPageProxy.cpp2187 void WebPageProxy::canUndoRedo(uint32_t action, bool& result) function in class:WebKit::WebPageProxy
2189 result = m_pageClient->canUndoRedo(static_cast<UndoOrRedo>(action));
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.h97 virtual bool canUndoRedo(WebPageProxy::UndoOrRedo);
H A DWebView.cpp456 bool WebView::canUndoRedo(WebPageProxy::UndoOrRedo) function in class:WebKit::WebView

Completed in 88 milliseconds