Home
last modified time | relevance | path

Searched refs:canGoForward (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebhistory.h81 bool canGoForward() const;
Dqwebhistory.cpp356 bool QWebHistory::canGoForward() const in canGoForward() function in QWebHistory
383 if (canGoForward()) { in forward()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.h676 - (BOOL)canGoForward;
DWebView.mm429 NSString *_WebCanGoForwardKey = @"canGoForward";
4254 - (BOOL)canGoForward
4352 return [self canGoForward];
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultContextMenuDelegate.mm180 if ([wv canGoForward]) {
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp488 QVERIFY(!m_page->history()->canGoForward()); in modified()
497 QVERIFY(m_page->history()->canGoForward()); in modified()
2370 QCOMPARE(page->history()->canGoForward(), false); in errorPageExtension()
2374 QTRY_COMPARE(page->history()->canGoForward(), true); in errorPageExtension()
2378 QTRY_COMPARE(page->history()->canGoForward(), false); in errorPageExtension()
2382 QTRY_COMPARE(page->history()->canGoForward(), true); in errorPageExtension()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp120 return toImpl(pageRef)->canGoForward(); in WKPageCanGoForward()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.cpp358 enabled = page->canGoForward(); in updateAction()
/external/webkit/Source/WebCore/inspector/front-end/
Dinspector.js737 if (isForwardKey && this._panelHistory.canGoForward()) {
1647 canGoForward: function() method in WebInspector.PanelHistory
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h208 bool canGoForward() const;
DWebPageProxy.cpp452 if (isValid() && !canGoForward()) in goForward()
469 bool WebPageProxy::canGoForward() const in canGoForward() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit/win/Interfaces/
DIWebView.idl779 - (BOOL)canGoForward;
781 HRESULT canGoForward([in] IUnknown* sender, [out, retval] BOOL* result);
/external/webkit/Source/WebKit/win/
DWebView.h342 virtual HRESULT STDMETHODCALLTYPE canGoForward(
DWebView.cpp3730 HRESULT STDMETHODCALLTYPE WebView::canGoForward( in canGoForward() function in WebView
DChangeLog-2009-06-1618273 (WebView::canGoForward):
23762 (WebView::canGoForward):
DChangeLog3524 (WebView::canGoForward): Ditto.
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def107 ?canGoForward@QWebHistory@@QBE_NXZ @ 106 NONAME ; bool QWebHistory::canGoForward(void) const
/external/webkit/Source/WebKit/mac/
DWebKit.order450 -[WebView(WebIBActions) canGoForward]
DChangeLog-2007-10-145668 (-[WebView canGoForward]):
9110 (-[WebView canGoForward]):
20781 (WebView::canGoForward):
DChangeLog6330 (-[WebView canGoForward]): Ditto.
DChangeLog-2002-12-0310009 (-[WebBackForwardList canGoForward]):
DChangeLog-2006-02-0927399 (-[WebView canGoForward]):
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1614454 canGoBack() and canGoForward() at the beginning.
23966 (QWebHistory::canGoForward):
24007 (QWebHistory::canGoForward):
26283 (QWebPageHistory::canGoForward):
29024 (QWebPageHistory::canGoForward):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1640872 (WebKit::WebPageProxy::canGoForward):
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2411701 (WebInspector.PanelHistory.prototype.canGoForward):