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

  /external/chromium_org/chrome/browser/google/
google_search_counter.h 20 class GoogleSearchCounter : 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);
google_search_counter.cc 16 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()
59 GoogleSearchCounter::~GoogleSearchCounter()
    [all...]

Completed in 6130 milliseconds