Home
last modified time | relevance | path

Searched refs:getNavigationHistory (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DNavigationHistoryTest.java54 private NavigationHistory getNavigationHistory(final AwContents awContents) in getNavigationHistory() method in NavigationHistoryTest
59 return awContents.getContentViewCore().getNavigationHistory(); in getNavigationHistory()
102 NavigationHistory history = getNavigationHistory(mAwContents);
111 history = getNavigationHistory(mAwContents);
123 NavigationHistory list = getNavigationHistory(mAwContents);
134 list = getNavigationHistory(mAwContents);
161 NavigationHistory list = getNavigationHistory(mAwContents);
172 list = getNavigationHistory(mAwContents);
200 NavigationHistory list = getNavigationHistory(mAwContents);
211 list = getNavigationHistory(mAwContents);
DSaveRestoreStateTest.java92 return vars.contentViewCore.getNavigationHistory(); in getNavigationHistoryOnUiThread()
/external/chromium_org/content/browser/devtools/
Ddevtools_protocol_constants.cc163 namespace getNavigationHistory { namespace
Ddevtools_protocol_constants.h164 namespace getNavigationHistory {
Drenderer_overrides_handler.cc113 devtools::Page::getNavigationHistory::kName, in RendererOverridesHandler()
368 devtools::Page::getNavigationHistory::kResponseCurrentIndex, in PageGetNavigationHistory()
386 devtools::Page::getNavigationHistory::kResponseEntries, in PageGetNavigationHistory()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.h96 …virtual void getNavigationHistory(ErrorString*, int*, RefPtr<TypeBuilder::Array<TypeBuilder::Page:…
DInspectorPageAgent.cpp465 void InspectorPageAgent::getNavigationHistory(ErrorString*, int*, RefPtr<TypeBuilder::Array<TypeBui… in getNavigationHistory() function in WebCore::InspectorPageAgent
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java1292 NavigationHistory history = mContentViewCore.getNavigationHistory(); in getOriginalUrl()
1303 public NavigationHistory getNavigationHistory() { in getNavigationHistory() method in AwContents
1304 return mContentViewCore.getNavigationHistory(); in getNavigationHistory()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DScreencastView.js804 PageAgent.getNavigationHistory(this._onNavigationHistory.bind(this));
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewCore.java3149 public NavigationHistory getNavigationHistory() {