HomeSort by relevance Sort by last modified time
    Searched refs:IsListeningForNavigationStart (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/google/core/browser/
google_url_tracker_client.h 35 virtual bool IsListeningForNavigationStart() = 0;
google_url_tracker.cc 84 if (!client_->IsListeningForNavigationStart())
391 DCHECK(client_->IsListeningForNavigationStart());
395 if (client_->IsListeningForNavigationStart()) {
  /external/chromium_org/chrome/browser/google/
chrome_google_url_tracker_client.h 22 virtual bool IsListeningForNavigationStart() OVERRIDE;
chrome_google_url_tracker_client.cc 40 bool ChromeGoogleURLTrackerClient::IsListeningForNavigationStart() {
google_url_tracker_unittest.cc 78 virtual bool IsListeningForNavigationStart() OVERRIDE;
102 bool TestGoogleURLTrackerClient::IsListeningForNavigationStart() {
341 if (client_->IsListeningForNavigationStart()) {
    [all...]

Completed in 173 milliseconds