Home
last modified time | relevance | path

Searched refs:canGoBack (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebKit/qt/Api/
Dqwebhistory.cpp342 bool QWebHistory::canGoBack() const in canGoBack() function in QWebHistory
365 if (canGoBack()) { in back()
Dqwebhistory.h79 bool canGoBack() const;
/external/webkit/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp377 QVERIFY(m_page->history()->canGoBack()); in modified()
386 QVERIFY(!m_page->history()->canGoBack()); in modified()
1210 QVERIFY(page.history()->canGoBack()); in requestCache()
1626 QCOMPARE(page->history()->canGoBack(), true); in errorPageExtension()
1630 QTRY_COMPARE(page->history()->canGoBack(), false); in errorPageExtension()
1634 QTRY_COMPARE(page->history()->canGoBack(), true); in errorPageExtension()
1638 QTRY_COMPARE(page->history()->canGoBack(), false); in errorPageExtension()
/external/webkit/WebKit/mac/WebView/
DWebView.h674 - (BOOL)canGoBack;
DWebView.mm399 NSString *_WebCanGoBackKey = @"canGoBack";
3723 - (BOOL)canGoBack
3827 return [self canGoBack];
/external/webkit/WebKit/qt/tests/qwebhistory/
Dtst_qwebhistory.cpp135 while (hist->canGoBack()) { in forward()
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultContextMenuDelegate.mm158 if ([wv canGoBack]) {
/external/webkit/WebKit/win/Interfaces/
DIWebView.idl768 - (BOOL)canGoBack;
770 HRESULT canGoBack([in] IUnknown* sender, [out, retval] BOOL* result);
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt511 "canGoBack"
/external/webkit/WebKit/win/
DWebView.h315 virtual HRESULT STDMETHODCALLTYPE canGoBack(
DWebView.cpp3634 HRESULT STDMETHODCALLTYPE WebView::canGoBack( in canGoBack() function in WebView
DChangeLog-2009-06-1618272 (WebView::canGoBack):
23761 (WebView::canGoBack):
/external/webkit/WebKit/qt/symbian/bwins/
DQtWebKitu.def106 ?canGoBack@QWebHistory@@QBE_NXZ @ 105 NONAME ; bool QWebHistory::canGoBack(void) const
/external/webkit/WebKit/mac/
DWebKit.order383 -[WebView(WebIBActions) canGoBack]
DChangeLog-2007-10-145667 (-[WebView canGoBack]):
9109 (-[WebView canGoBack]):
20780 (WebView::canGoBack):
DChangeLog-2002-12-0310008 (-[WebBackForwardList canGoBack]):
DChangeLog-2006-02-0927398 (-[WebView canGoBack]):
/external/webkit/WebKit/qt/
DChangeLog3954 canGoBack() and canGoForward() at the beginning.
13465 (QWebHistory::canGoBack):
13506 (QWebHistory::canGoBack):
15782 (QWebPageHistory::canGoBack):
18523 (QWebPageHistory::canGoBack):