HomeSort by relevance Sort by last modified time
    Searched defs:GoogleURLTrackerNavigationHelperImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.h 13 class GoogleURLTrackerNavigationHelperImpl
17 explicit GoogleURLTrackerNavigationHelperImpl();
18 virtual ~GoogleURLTrackerNavigationHelperImpl();
google_url_tracker_navigation_helper_impl.cc 15 GoogleURLTrackerNavigationHelperImpl::
16 GoogleURLTrackerNavigationHelperImpl() : tracker_(NULL) {
19 GoogleURLTrackerNavigationHelperImpl::
20 ~GoogleURLTrackerNavigationHelperImpl() {
23 void GoogleURLTrackerNavigationHelperImpl::SetGoogleURLTracker(
29 void GoogleURLTrackerNavigationHelperImpl::SetListeningForNavigationStart(
40 bool GoogleURLTrackerNavigationHelperImpl::IsListeningForNavigationStart() {
45 void GoogleURLTrackerNavigationHelperImpl::SetListeningForNavigationCommit(
59 bool GoogleURLTrackerNavigationHelperImpl::IsListeningForNavigationCommit(
68 void GoogleURLTrackerNavigationHelperImpl::SetListeningForTabDestruction
    [all...]

Completed in 300 milliseconds