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

  /external/chromium_org/components/google/core/browser/
google_url_tracker_navigation_helper.h 38 virtual bool IsListeningForTabDestruction() = 0;
google_url_tracker.cc 377 map_entry->navigation_helper()->IsListeningForTabDestruction();
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.h 31 virtual bool IsListeningForTabDestruction() OVERRIDE;
google_url_tracker_navigation_helper_impl.cc 64 bool GoogleURLTrackerNavigationHelperImpl::IsListeningForTabDestruction() {
google_url_tracker_unittest.cc 130 virtual bool IsListeningForTabDestruction() OVERRIDE;
166 bool TestGoogleURLTrackerNavigationHelper::IsListeningForTabDestruction() {
386 if (nav_helper && nav_helper->IsListeningForTabDestruction()) {
    [all...]

Completed in 46 milliseconds