Searched defs:GoogleURLTracker (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker.cc24 const char GoogleURLTracker::kDefaultGoogleHomepage[] =
26 const char GoogleURLTracker::kSearchDomainCheckURL[] =
29 GoogleURLTracker::GoogleURLTracker(scoped_ptr<GoogleURLTrackerClient> client, function in class:GoogleURLTracker
57 base::Bind(&GoogleURLTracker::FinishSleep,
63 GoogleURLTracker::~GoogleURLTracker() {
69 void GoogleURLTracker::RequestServerCheck(bool force) {
79 void GoogleURLTracker::SearchCommitted() {
89 void GoogleURLTracker
[all...]
H A Dgoogle_url_tracker.h43 class GoogleURLTracker class in inherits:net::URLFetcherDelegate,net::NetworkChangeNotifier::NetworkChangeObserver,KeyedService
64 GoogleURLTracker(scoped_ptr<GoogleURLTrackerClient> client, Mode mode);
66 virtual ~GoogleURLTracker();
101 // If there is already a visible GoogleURLTracker infobar for this tab, this
193 base::WeakPtrFactory<GoogleURLTracker> weak_ptr_factory_;
195 DISALLOW_COPY_AND_ASSIGN(GoogleURLTracker);

Completed in 68 milliseconds