Searched refs:navigation_count (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome_frame/crash_reporting/
H A Dcrash_metrics.cc73 int navigation_count = GetMetric(NAVIGATION_COUNT); local
74 if (navigation_count > 0) {
75 UMA_HISTOGRAM_COUNTS("ChromeFrame.HostNavigationCount", navigation_count);
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_browsertest.cc53 int navigation_count() const { return navigation_count_; } function in class:content::RenderViewHostTestWebContentsObserver
73 EXPECT_EQ(1, observer.navigation_count());
84 EXPECT_EQ(1, observer.navigation_count());
/external/chromium/chrome/browser/net/
H A Dreferrer.h54 int64 navigation_count() const { return navigation_count_; } function in class:chrome_browser_net::ReferrerValue
H A Dpredictor.cc411 static_cast<int>(future_url->second.navigation_count()),
/external/chromium_org/chrome/browser/net/
H A Dreferrer.h54 int64 navigation_count() const { return navigation_count_; } function in class:chrome_browser_net::ReferrerValue
H A Dpredictor.cc681 static_cast<int>(future_url->second.navigation_count()),
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py1085 def NavigateToURL(self, url, windex=0, tab_index=None, navigation_count=1):
1089 not active already. Blocks until |navigation_count| navigations have
1097 navigation_count: the number of navigations to wait for. Defaults to 1.
1111 'navigation_count': navigation_count,
1118 A wrapper for NavigateToURL with navigation_count set to 0.
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc4616 int navigation_count;
4629 if (!args->GetInteger("navigation_count", &navigation_count)) {
4631 .SendError("'navigation_count' missing or invalid");
4634 if (navigation_count > 0) {
4637 navigation_count, false, true);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc5074 int navigation_count; local
5087 if (!args->GetInteger("navigation_count", &navigation_count)) {
5089 .SendError("'navigation_count' missing or invalid");
5094 navigation_count, false, true);

Completed in 446 milliseconds