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

  /external/chromium_org/components/google/core/browser/
google_url_tracker_navigation_helper.h 30 virtual bool IsListeningForNavigationCommit() = 0;
google_url_tracker.cc 284 if (!map_entry->navigation_helper()->IsListeningForNavigationCommit())
370 if (map_entry->navigation_helper()->IsListeningForNavigationCommit()) {
390 if (i->second->navigation_helper()->IsListeningForNavigationCommit()) {
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.h 28 virtual bool IsListeningForNavigationCommit() OVERRIDE;
google_url_tracker_navigation_helper_impl.cc 40 bool GoogleURLTrackerNavigationHelperImpl::IsListeningForNavigationCommit() {
google_url_tracker_unittest.cc 128 virtual bool IsListeningForNavigationCommit() OVERRIDE;
157 bool TestGoogleURLTrackerNavigationHelper::IsListeningForNavigationCommit() {
377 if (nav_helper && nav_helper->IsListeningForNavigationCommit()) {
427 map_entry->navigation_helper()->IsListeningForNavigationCommit());
    [all...]

Completed in 42 milliseconds