Searched refs:callback_list_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_service.cc18 callback_list_.set_removal_callback(
39 if (callback_list_.empty()) {
52 return callback_list_.Add(callback);
59 if (callback_list_.empty()) {
78 if (callback_list_.empty())
83 callback_list_.Notify(status);
87 if (!callback_list_.empty())
H A Dbattery_status_service.h55 BatteryUpdateCallbackList callback_list_; member in class:content::BatteryStatusService
/external/chromium_org/components/power/
H A Dorigin_power_map.h59 base::CallbackList<void(void)> callback_list_; member in class:power::OriginPowerMap
H A Dorigin_power_map.cc55 return callback_list_.Add(callback);
59 callback_list_.Notify();
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_script.cc58 callback_list_.push_back(callback);
150 for (RequestCallbackList::iterator it = callback_list_.begin();
151 it != callback_list_.end();
155 callback_list_.clear();
H A Dtranslate_language_list.h95 EventCallbackList callback_list_; member in class:translate::TranslateLanguageList
H A Dtranslate_script.h88 RequestCallbackList callback_list_; member in class:translate::TranslateScript
H A Dtranslate_language_list.cc219 return callback_list_.Add(callback);
254 callback_list_.Notify(details);
/external/chromium_org/chrome/browser/sync/glue/
H A Dlocal_device_info_provider_mock.cc50 return callback_list_.Add(callback);
56 callback_list_.Notify();
H A Dlocal_device_info_provider_impl.h46 base::CallbackList<void(void)> callback_list_; member in class:browser_sync::LocalDeviceInfoProviderImpl
H A Dlocal_device_info_provider_mock.h42 base::CallbackList<void(void)> callback_list_; member in class:browser_sync::LocalDeviceInfoProviderMock
H A Dlocal_device_info_provider_impl.cc120 return callback_list_.Add(callback);
151 callback_list_.Notify();
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker.h170 CallbackList callback_list_; member in class:GoogleURLTracker
H A Dgoogle_url_tracker.cc367 return callback_list_.Add(cb);
414 callback_list_.Notify();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_test_notification_observer.cc63 return callback_list_;
73 base::CallbackList<void()> callback_list_; member in class:ExtensionTestNotificationObserver::NotificationSet
90 callback_list_.Notify();
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.h280 AccessibilityStatusCallbackList callback_list_; member in class:chromeos::AccessibilityManager
H A Daccessibility_manager.cc992 return callback_list_.Add(cb);
997 callback_list_.Notify(details);

Completed in 233 milliseconds