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 16 class GoogleSearchCounter : content::NotificationObserver {
21 // Return the singleton instance of GoogleSearchCounter.
22 static GoogleSearchCounter* GetInstance();
25 friend struct DefaultSingletonTraits<GoogleSearchCounter>;
28 GoogleSearchCounter();
29 virtual ~GoogleSearchCounter();
49 DISALLOW_COPY_AND_ASSIGN(GoogleSearchCounter);
google_search_counter.cc 39 void GoogleSearchCounter::RegisterForNotifications() {
40 GoogleSearchCounter::GetInstance()->RegisterForNotificationsInternal();
44 GoogleSearchCounter* GoogleSearchCounter::GetInstance() {
45 return Singleton<GoogleSearchCounter>::get();
48 GoogleSearchCounter::GoogleSearchCounter()
52 GoogleSearchCounter::~GoogleSearchCounter() {
55 void GoogleSearchCounter::ProcessCommittedEntry
    [all...]

Completed in 28 milliseconds