Searched refs:notifier (Results 1 - 25 of 217) sorted by path

123456789

/external/chromium_org/ash/system/chromeos/network/
H A Dtray_network.cc269 SystemTrayNotifier* notifier = Shell::GetInstance()->system_tray_notifier(); local
270 notifier->AddNetworkObserver(this);
271 notifier->AddNetworkPortalDetectorObserver(this);
275 SystemTrayNotifier* notifier = Shell::GetInstance()->system_tray_notifier(); local
276 notifier->RemoveNetworkObserver(this);
277 notifier->RemoveNetworkPortalDetectorObserver(this);
/external/chromium_org/base/prefs/
H A Dpref_notifier_impl_unittest.cc100 MockPrefNotifier notifier(&pref_service_);
101 EXPECT_CALL(notifier, FireObservers(kChangedPref)).Times(1);
102 notifier.OnPreferenceChanged(kChangedPref);
106 MockPrefNotifier notifier(&pref_service_);
108 notifier.AddInitObserver(
112 notifier.OnInitializationCompleted(true);
119 MockPrefNotifier notifier(&pref_service_);
120 notifier.AddPrefObserver(pref_name, &obs1_);
121 ASSERT_EQ(1u, notifier.CountObserver(pref_name, &obs1_));
122 ASSERT_EQ(0u, notifier
[all...]
/external/chromium_org/cc/base/
H A Ddelayed_unique_notifier_unittest.cc60 TestNotifier notifier(
71 notifier.SetNow(schedule_time);
72 notifier.Schedule();
83 notifier.Schedule();
95 TestNotifier notifier(
106 notifier.SetNow(schedule_time);
107 notifier.Schedule();
123 base::TimeTicks scheduled_run_time = notifier.Now() + delay;
125 base::TimeTicks() + (scheduled_run_time - notifier.Now());
129 notifier
[all...]
H A Dunique_notifier_unittest.cc34 UniqueNotifier notifier(
41 notifier.Schedule();
48 notifier.Schedule();
53 notifier.Schedule();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java37 import org.chromium.sync.notifier.SyncStatusHelper;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
H A DInvalidationController.java16 import org.chromium.sync.notifier.InvalidationClientNameProvider;
17 import org.chromium.sync.notifier.InvalidationIntentProtocol;
18 import org.chromium.sync.notifier.InvalidationPreferences;
19 import org.chromium.sync.notifier.InvalidationService;
20 import org.chromium.sync.notifier.SyncStatusHelper;
H A DUniqueIdInvalidationClientNameGenerator.java11 import org.chromium.sync.notifier.InvalidationClientNameGenerator;
12 import org.chromium.sync.notifier.InvalidationClientNameProvider;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
H A DSigninManager.java26 import org.chromium.sync.notifier.SyncStatusHelper;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DDelayedSyncController.java18 import org.chromium.sync.notifier.SyncStatusHelper;
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/invalidation/
H A DInvalidationControllerTest.java25 import org.chromium.sync.notifier.InvalidationIntentProtocol;
26 import org.chromium.sync.notifier.InvalidationPreferences;
27 import org.chromium.sync.notifier.InvalidationService;
28 import org.chromium.sync.notifier.SyncStatusHelper;
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapterTest.java18 import org.chromium.sync.notifier.SyncStatusHelper;
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
H A DSyncController.java20 import org.chromium.sync.notifier.SyncStatusHelper;
/external/chromium_org/chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/
H A DSyncTest.java25 import org.chromium.sync.notifier.SyncStatusHelper;
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_browsertest.cc80 const message_center::Notifier* notifier = *it; local
81 if (notifier->notifier_id == notifier_id)
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model.cc1020 ScopedBatchUpdateNotifier notifier(this, root);
1022 notifier.StartBatchUpdate();
1026 PopulateCookieInfoWithFilter(data_container(), &notifier, filter); local
1027 PopulateDatabaseInfoWithFilter(data_container(), &notifier, filter); local
1028 PopulateLocalStorageInfoWithFilter(data_container(), &notifier, filter); local
1029 PopulateSessionStorageInfoWithFilter(data_container(), &notifier, filter); local
1030 PopulateAppCacheInfoWithFilter(data_container(), &notifier, filter); local
1031 PopulateIndexedDBInfoWithFilter(data_container(), &notifier, filter); local
1032 PopulateFileSystemInfoWithFilter(data_container(), &notifier, filter); local
1033 PopulateQuotaInfoWithFilter(data_container(), &notifier, filte local
1034 PopulateChannelIDInfoWithFilter(data_container(), &notifier, filter); local
1035 PopulateServiceWorkerUsageInfoWithFilter(data_container(), &notifier, filter); local
1126 PopulateAppCacheInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1156 PopulateCookieInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1188 PopulateDatabaseInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1215 PopulateLocalStorageInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1242 PopulateSessionStorageInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1269 PopulateIndexedDBInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1296 PopulateChannelIDInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1329 PopulateServiceWorkerUsageInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1356 PopulateFileSystemInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1383 PopulateQuotaInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
1405 PopulateFlashLSOInfoWithFilter( LocalDataContainer* container, ScopedBatchUpdateNotifier* notifier, const base::string16& filter) argument
[all...]
H A Dcookies_tree_model.h733 ScopedBatchUpdateNotifier* notifier,
736 ScopedBatchUpdateNotifier* notifier,
739 ScopedBatchUpdateNotifier* notifier,
742 ScopedBatchUpdateNotifier* notifier,
745 ScopedBatchUpdateNotifier* notifier,
748 ScopedBatchUpdateNotifier* notifier,
751 ScopedBatchUpdateNotifier* notifier,
754 ScopedBatchUpdateNotifier* notifier,
758 ScopedBatchUpdateNotifier* notifier,
762 ScopedBatchUpdateNotifier* notifier,
[all...]
/external/chromium_org/chrome/browser/extensions/api/notification_provider/
H A Dnotification_provider_api.cc276 api::notification_provider::Notifier notifier; local
279 api::notification_provider::GetNotifier::Results::Create(notifier)));
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_apitest.cc204 message_center::Notifier notifier(notifier_id, base::string16(), true);
206 SetNotifierEnabled(notifier, false);
233 message_center::Notifier notifier(notifier_id, base::string16(), true);
235 SetNotifierEnabled(notifier, false);
247 message_center::Notifier notifier(notifier_id, base::string16(), false);
249 SetNotifierEnabled(notifier, true);
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_private_api.cc35 notifier::ChromeNotifierService* notifier_service =
36 notifier::ChromeNotifierServiceFactory::GetForProfile(
71 notifier::ChromeNotifierService* notifier_service =
72 notifier::ChromeNotifierServiceFactory::GetForProfile(
104 notifier::ChromeNotifierService* notifier_service =
105 notifier::ChromeNotifierServiceFactory::GetForProfile(
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager_unittest.cc422 content::NotificationService* notifier = local
424 ASSERT_TRUE(notifier != NULL);
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_service.cc237 ResourceRequestAllowedNotifier* notifier,
246 resource_request_allowed_notifier_(notifier),
589 // elapsed). After a successful attempt is made, the notifier will know not
236 VariationsService( ResourceRequestAllowedNotifier* notifier, PrefService* local_state, metrics::MetricsStateManager* state_manager) argument
H A Dvariations_service.h148 // and |state_manager|. This instance will take ownership of |notifier|.
152 VariationsService(ResourceRequestAllowedNotifier* notifier,
/external/chromium_org/chrome/browser/notifications/
H A Dextension_welcome_notification.cc92 message_center::Notifier notifier(notifier_id_, base::string16(), true);
98 notifier, false);
H A Dmessage_center_settings_controller.cc305 const Notifier& notifier,
313 if (notifier.notifier_id.type == NotifierId::WEB_PAGE) {
314 // WEB_PAGE notifier cannot handle in DesktopNotificationService
326 if (notifier.notifier_id.url.is_valid()) {
329 profile, notifier.notifier_id.url);
332 profile, notifier.notifier_id.url);
335 << notifier.notifier_id.url.spec();
339 patterns_.find(notifier.name);
344 << notifier.notifier_id.url.spec();
348 notification_service->SetNotifierEnabled(notifier
304 SetNotifierEnabled( const Notifier& notifier, bool enabled) argument
[all...]
H A Dmessage_center_settings_controller.h72 virtual void SetNotifierEnabled(const message_center::Notifier& notifier,
101 // Sets up the notifier group for the guest session. This needs to be
110 // The views displaying notifier settings.
120 // The list of all configurable notifier groups. This is each profile that is

Completed in 592 milliseconds

123456789