HomeSort by relevance Sort by last modified time
    Searched full:navigation_count (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome_frame/crash_reporting/
crash_metrics.cc 30 DCHECK(metric >= NAVIGATION_COUNT && metric <= LAST_METRIC);
51 DCHECK(metric >= NAVIGATION_COUNT && metric <= LAST_METRIC);
65 DCHECK(metric >= NAVIGATION_COUNT && metric <= LAST_METRIC);
73 int navigation_count = GetMetric(NAVIGATION_COUNT); local
74 if (navigation_count > 0) {
75 UMA_HISTOGRAM_COUNTS("ChromeFrame.HostNavigationCount", navigation_count);
76 SetMetric(NAVIGATION_COUNT, 0);
crash_metrics.h 21 NAVIGATION_COUNT,
  /external/chromium_org/content/browser/renderer_host/
render_view_host_browsertest.cc 53 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_org/chrome/test/automation/
automation_json_requests.cc 261 int navigation_count,
268 dict.SetInteger("navigation_count", navigation_count);
273 if (navigation_count == 0)
automation_json_requests.h 206 int navigation_count,
  /external/chromium/chrome/browser/net/
referrer.h 54 int64 navigation_count() const { return navigation_count_; } function in class:chrome_browser_net::ReferrerValue
predictor.cc 411 static_cast<int>(future_url->second.navigation_count()),
  /external/chromium_org/chrome/browser/net/
referrer.h 54 int64 navigation_count() const { return navigation_count_; } function in class:chrome_browser_net::ReferrerValue
predictor.cc 671 static_cast<int>(future_url->second.navigation_count()),
    [all...]
  /external/chromium_org/chrome_frame/
bho.cc 176 CrashMetricsReporter::NAVIGATION_COUNT);
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]
testing_automation_provider.h 695 // "navigation_count": 1 // number of navigations to wait for
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 5074 int navigation_count; local
    [all...]
testing_automation_provider.h     [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 694 milliseconds