/external/chromium_org/chrome/browser/download/ |
D | all_download_item_notifier.cc | 20 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()
|
D | all_download_item_notifier.h | 81 std::set<content::DownloadItem*> observing_; variable
|
/external/chromium_org/chrome/browser/notifications/ |
D | multi_user_notification_blocker_chromeos.cc | 17 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()
|
D | login_state_notification_blocker_chromeos.cc | 21 observing_(true) { in LoginStateNotificationBlockerChromeOS() 38 if (observing_) { in ~LoginStateNotificationBlockerChromeOS() 70 observing_ = false; in OnAppTerminating()
|
D | login_state_notification_blocker_chromeos.h | 47 bool observing_; variable
|
D | multi_user_notification_blocker_chromeos.h | 43 bool observing_; variable
|
/external/chromium/chrome/browser/sync/glue/ |
D | password_change_processor.cc | 31 observing_(false), in PasswordChangeProcessor() 52 if (!observing_) in Observe() 210 observing_ = true; in StartImpl() 215 observing_ = false; in StopImpl()
|
D | typed_url_change_processor.cc | 27 observing_(false), in TypedUrlChangeProcessor() 48 if (!observing_) in Observe() 318 observing_ = true; in StartImpl() 323 observing_ = false; in StopImpl()
|
D | autofill_change_processor.cc | 46 observing_(false) { in AutofillChangeProcessor() 67 if (!observing_) in Observe() 410 observing_ = true; in StartImpl() 415 observing_ = false; in StopImpl()
|
D | password_change_processor.h | 81 bool observing_; variable
|
D | typed_url_change_processor.h | 80 bool observing_; variable
|
D | autofill_profile_change_processor.h | 111 bool observing_; variable
|
D | autofill_change_processor.h | 127 bool observing_; variable
|
D | autofill_profile_change_processor.cc | 35 observing_(false), in AutofillProfileChangeProcessor()
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_internals_ui.cc | 208 bool observing_; member in content::__anon487a0ad90111::GpuMessageHandler 220 : observing_(false) { in GpuMessageHandler() 291 if (!observing_) in OnBrowserBridgeInitialized() 293 observing_ = true; in OnBrowserBridgeInitialized()
|