/external/webkit/Source/WebKit/qt/Api/ |
D | qwebhistory.h | 81 bool canGoForward() const;
|
D | qwebhistory.cpp | 356 bool QWebHistory::canGoForward() const in canGoForward() function in QWebHistory 383 if (canGoForward()) { in forward()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebView.h | 676 - (BOOL)canGoForward;
|
D | WebView.mm | 429 NSString *_WebCanGoForwardKey = @"canGoForward"; 4254 - (BOOL)canGoForward 4352 return [self canGoForward];
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
D | WebDefaultContextMenuDelegate.mm | 180 if ([wv canGoForward]) {
|
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 488 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/ |
D | WKPage.cpp | 120 return toImpl(pageRef)->canGoForward(); in WKPageCanGoForward()
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpage.cpp | 358 enabled = page->canGoForward(); in updateAction()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | inspector.js | 737 if (isForwardKey && this._panelHistory.canGoForward()) { 1647 canGoForward: function() method in WebInspector.PanelHistory
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.h | 208 bool canGoForward() const;
|
D | WebPageProxy.cpp | 452 if (isValid() && !canGoForward()) in goForward() 469 bool WebPageProxy::canGoForward() const in canGoForward() function in WebKit::WebPageProxy
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebView.idl | 779 - (BOOL)canGoForward; 781 HRESULT canGoForward([in] IUnknown* sender, [out, retval] BOOL* result);
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 342 virtual HRESULT STDMETHODCALLTYPE canGoForward(
|
D | WebView.cpp | 3730 HRESULT STDMETHODCALLTYPE WebView::canGoForward( in canGoForward() function in WebView
|
D | ChangeLog-2009-06-16 | 18273 (WebView::canGoForward): 23762 (WebView::canGoForward):
|
D | ChangeLog | 3524 (WebView::canGoForward): Ditto.
|
/external/webkit/Source/WebKit/qt/symbian/bwins/ |
D | QtWebKitu.def | 107 ?canGoForward@QWebHistory@@QBE_NXZ @ 106 NONAME ; bool QWebHistory::canGoForward(void) const
|
/external/webkit/Source/WebKit/mac/ |
D | WebKit.order | 450 -[WebView(WebIBActions) canGoForward]
|
D | ChangeLog-2007-10-14 | 5668 (-[WebView canGoForward]): 9110 (-[WebView canGoForward]): 20781 (WebView::canGoForward):
|
D | ChangeLog | 6330 (-[WebView canGoForward]): Ditto.
|
D | ChangeLog-2002-12-03 | 10009 (-[WebBackForwardList canGoForward]):
|
D | ChangeLog-2006-02-09 | 27399 (-[WebView canGoForward]):
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 14454 canGoBack() and canGoForward() at the beginning. 23966 (QWebHistory::canGoForward): 24007 (QWebHistory::canGoForward): 26283 (QWebPageHistory::canGoForward): 29024 (QWebPageHistory::canGoForward):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 40872 (WebKit::WebPageProxy::canGoForward):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 11701 (WebInspector.PanelHistory.prototype.canGoForward):
|