HomeSort by relevance Sort by last modified time
    Searched refs:canGoForward (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.h 81 bool canGoForward() const;
qwebhistory.cpp 344 \sa canGoForward()
356 bool QWebHistory::canGoForward() const
383 if (canGoForward()) {
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 133 public boolean canGoForward() {
  /packages/apps/Browser/src/com/android/browser/
SnapshotTab.java 140 public boolean canGoForward() {
141 return mIsLive && super.canGoForward();
NavigationBarTablet.java 145 mForwardButton.setImageResource(tab.canGoForward()
PieControl.java 119 mForward.setEnabled(tab.canGoForward());
Controller.java     [all...]
Tab.java     [all...]
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 180 if ([wv canGoForward]) {
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 676 - (BOOL)canGoForward;
WebView.mm 429 NSString *_WebCanGoForwardKey = @"canGoForward";
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 128 public boolean canGoForward();
WebView.java     [all...]
WebViewClassic.java     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 120 return toImpl(pageRef)->canGoForward();
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 358 enabled = page->canGoForward();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 779 - (BOOL)canGoForward;
781 HRESULT canGoForward([in] IUnknown* sender, [out, retval] BOOL* result);
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 488 QVERIFY(!m_page->history()->canGoForward());
497 QVERIFY(m_page->history()->canGoForward());
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 342 virtual HRESULT STDMETHODCALLTYPE canGoForward(
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 208 bool canGoForward() const;
    [all...]
WebPageProxy.cpp 452 if (isValid() && !canGoForward())
469 bool WebPageProxy::canGoForward() const
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.js 737 if (isForwardKey && this._panelHistory.canGoForward()) {
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 417 milliseconds

1 2