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

  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper.h 31 virtual bool IsListeningForNavigationStart() = 0;
google_url_tracker_navigation_helper_impl.h 23 virtual bool IsListeningForNavigationStart() OVERRIDE;
google_url_tracker.cc 278 if (!nav_helper_->IsListeningForNavigationStart())
417 DCHECK(nav_helper_->IsListeningForNavigationStart());
421 if (nav_helper_->IsListeningForNavigationStart()) {
google_url_tracker_navigation_helper_impl.cc 40 bool GoogleURLTrackerNavigationHelperImpl::IsListeningForNavigationStart() {
google_url_tracker_unittest.cc 108 virtual bool IsListeningForNavigationStart() OVERRIDE;
148 bool TestGoogleURLTrackerNavigationHelper::IsListeningForNavigationStart() {
370 if (nav_helper_->IsListeningForNavigationStart()) {
    [all...]

Completed in 6665 milliseconds