HomeSort by relevance Sort by last modified time
    Searched refs:GoogleSearchCounter (Results 1 - 4 of 4) 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...]
google_search_counter_unittest.cc 48 // Weak ptr. Actual instance owned by GoogleSearchCounter.
61 // GoogleSearchCounter singleton will own and clean up MockSearchMetrics.
63 GoogleSearchCounter::GetInstance()->SetSearchMetricsForTesting(
93 GoogleSearchCounter::GetInstance()->Observe(
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc     [all...]

Completed in 883 milliseconds