Searched refs:IsListeningForTabDestruction (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_navigation_helper.h38 virtual bool IsListeningForTabDestruction() = 0;
H A Dgoogle_url_tracker.cc389 map_entry->navigation_helper()->IsListeningForTabDestruction();
H A Dgoogle_url_tracker_unittest.cc133 virtual bool IsListeningForTabDestruction() OVERRIDE;
169 bool TestGoogleURLTrackerNavigationHelper::IsListeningForTabDestruction() { function in class:__anon6529::TestGoogleURLTrackerNavigationHelper
391 if (nav_helper && nav_helper->IsListeningForTabDestruction()) {
/external/chromium_org/chrome/browser/google/
H A Dgoogle_url_tracker_navigation_helper_impl.h31 virtual bool IsListeningForTabDestruction() OVERRIDE;
H A Dgoogle_url_tracker_navigation_helper_impl.cc64 bool GoogleURLTrackerNavigationHelperImpl::IsListeningForTabDestruction() { function in class:GoogleURLTrackerNavigationHelperImpl

Completed in 124 milliseconds