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

  /external/chromium/chrome/browser/search_engines/
search_provider_install_data.cc 67 class GoogleURLChangeNotifier
68 : public base::RefCountedThreadSafe<GoogleURLChangeNotifier,
71 explicit GoogleURLChangeNotifier(
80 friend class DeleteTask<GoogleURLChangeNotifier>;
82 ~GoogleURLChangeNotifier() {}
86 DISALLOW_COPY_AND_ASSIGN(GoogleURLChangeNotifier);
89 GoogleURLChangeNotifier::GoogleURLChangeNotifier(
94 void GoogleURLChangeNotifier::OnChange(const std::string& google_base_url) {
105 GoogleURLChangeNotifier* change_notifier
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.cc 62 class GoogleURLChangeNotifier
63 : public base::RefCountedThreadSafe<GoogleURLChangeNotifier,
66 explicit GoogleURLChangeNotifier(
75 friend class base::DeleteHelper<GoogleURLChangeNotifier>;
77 ~GoogleURLChangeNotifier() {}
81 DISALLOW_COPY_AND_ASSIGN(GoogleURLChangeNotifier);
84 GoogleURLChangeNotifier::GoogleURLChangeNotifier(
89 void GoogleURLChangeNotifier::OnChange(const std::string& google_base_url) {
100 GoogleURLChangeNotifier* change_notifier
    [all...]

Completed in 32 milliseconds