Home
last modified time | relevance | path

Searched refs:observing_ (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/download/
Dall_download_item_notifier.cc20 observing_.insert(*it); in AllDownloadItemNotifier()
28 observing_.begin(); in ~AllDownloadItemNotifier()
29 it != observing_.end(); ++it) { in ~AllDownloadItemNotifier()
32 observing_.clear(); in ~AllDownloadItemNotifier()
46 observing_.insert(item); in OnDownloadCreated()
68 observing_.erase(item); in OnDownloadDestroyed()
Dall_download_item_notifier.h81 std::set<content::DownloadItem*> observing_; variable
/external/chromium_org/chrome/browser/notifications/
Dmulti_user_notification_blocker_chromeos.cc17 observing_(false) { in MultiUserNotificationBlockerChromeOS()
26 observing_ = true; in MultiUserNotificationBlockerChromeOS()
30 if (observing_) { in ~MultiUserNotificationBlockerChromeOS()
56 observing_ = false; in OnAppTerminating()
77 return observing_ && chrome::MultiUserWindowManager::GetMultiProfileMode() == in IsActive()
Dlogin_state_notification_blocker_chromeos.cc21 observing_(true) { in LoginStateNotificationBlockerChromeOS()
38 if (observing_) { in ~LoginStateNotificationBlockerChromeOS()
70 observing_ = false; in OnAppTerminating()
Dlogin_state_notification_blocker_chromeos.h47 bool observing_; variable
Dmulti_user_notification_blocker_chromeos.h43 bool observing_; variable
/external/chromium/chrome/browser/sync/glue/
Dpassword_change_processor.cc31 observing_(false), in PasswordChangeProcessor()
52 if (!observing_) in Observe()
210 observing_ = true; in StartImpl()
215 observing_ = false; in StopImpl()
Dtyped_url_change_processor.cc27 observing_(false), in TypedUrlChangeProcessor()
48 if (!observing_) in Observe()
318 observing_ = true; in StartImpl()
323 observing_ = false; in StopImpl()
Dautofill_change_processor.cc46 observing_(false) { in AutofillChangeProcessor()
67 if (!observing_) in Observe()
410 observing_ = true; in StartImpl()
415 observing_ = false; in StopImpl()
Dpassword_change_processor.h81 bool observing_; variable
Dtyped_url_change_processor.h80 bool observing_; variable
Dautofill_profile_change_processor.h111 bool observing_; variable
Dautofill_change_processor.h127 bool observing_; variable
Dautofill_profile_change_processor.cc35 observing_(false), in AutofillProfileChangeProcessor()
/external/chromium_org/content/browser/gpu/
Dgpu_internals_ui.cc208 bool observing_; member in content::__anon487a0ad90111::GpuMessageHandler
220 : observing_(false) { in GpuMessageHandler()
291 if (!observing_) in OnBrowserBridgeInitialized()
293 observing_ = true; in OnBrowserBridgeInitialized()