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

/external/chromium_org/chrome/browser/google/
H A Dgoogle_search_counter.h20 class GoogleSearchCounter : content::NotificationObserver { class in inherits:content::NotificationObserver
25 // Return the singleton instance of GoogleSearchCounter.
26 static GoogleSearchCounter* GetInstance();
44 friend struct DefaultSingletonTraits<GoogleSearchCounter>;
48 GoogleSearchCounter();
49 virtual ~GoogleSearchCounter();
69 DISALLOW_COPY_AND_ASSIGN(GoogleSearchCounter);
H A Dgoogle_search_counter.cc16 void GoogleSearchCounter::RegisterForNotifications() {
17 GoogleSearchCounter::GetInstance()->RegisterForNotificationsInternal();
21 GoogleSearchCounter* GoogleSearchCounter::GetInstance() {
22 return Singleton<GoogleSearchCounter>::get();
26 GoogleSearchCounter::GetGoogleSearchAccessPointForSearchNavEntry(
48 bool GoogleSearchCounter::ShouldRecordCommittedDetails(
55 GoogleSearchCounter::GoogleSearchCounter() function in class:GoogleSearchCounter
59 GoogleSearchCounter
[all...]

Completed in 1086 milliseconds