HomeSort by relevance Sort by last modified time
    Searched refs:navigation_count (Results 1 - 11 of 11) 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);
  /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/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/test/automation/
automation_json_requests.h 206 int navigation_count,
automation_json_requests.cc 261 int navigation_count,
268 dict.SetInteger("navigation_count", navigation_count);
273 if (navigation_count == 0)
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 5074 int navigation_count; local
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 445 milliseconds