Home
last modified time | relevance | path

Searched refs:GoBack (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebKit/qt/docs/webkitsnippets/
Dqtwebkit_qwebview_snippet.cpp26 view->page()->triggerPageAction(QWebPage::GoBack); in wrapInFunction()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DNavigationController.h34 enum { None, Load, GoBack, ExecuteScript } pendingAction; enumerator
DNavigationController.m85 pendingAction = GoBack;
89 case GoBack:
/external/webkit/WebKit/wx/
DWebFrame.h107 bool GoBack();
DWebView.cpp409 bool wxWebView::GoBack() in GoBack() function in wxWebView
412 return m_mainFrame->GoBack(); in GoBack()
DWebFrame.cpp218 bool wxWebFrame::GoBack() in GoBack() function in wxWebFrame
DWebBrowserShell.cpp279 webview->GoBack(); in OnBack()
DWebView.h115 bool GoBack();
DChangeLog1020 (wxWebFrame::GoBack):
1049 (wxWebView::GoBack):
1324 (wxWebView::GoBack):
/external/webkit/WebKit/wx/bindings/python/samples/
Dsimple.py133 self.webview.GoBack()
/external/webkit/WebKit/qt/
DChangeLog7844 - Backspace == GoBack