Searched defs:Notify (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/base/prefs/
H A Dscoped_user_pref_update.cc22 Notify();
32 void ScopedUserPrefUpdateBase::Notify() { function in class:subtle::ScopedUserPrefUpdateBase
/external/chromium_org/cc/base/
H A Dunique_notifier.cc31 base::Bind(&UniqueNotifier::Notify, weak_ptr_factory_.GetWeakPtr()));
35 void UniqueNotifier::Notify() { function in class:cc::UniqueNotifier
H A Dunique_notifier_unittest.cc22 void Notify() { ++notification_count_; } function in class:cc::__anon2654::UniqueNotifierTest
36 base::Bind(&UniqueNotifierTest::Notify, base::Unretained(this)));
H A Ddelayed_unique_notifier_unittest.cc43 void Notify() { ++notification_count_; } function in class:cc::__anon2643::DelayedUniqueNotifierTest
62 base::Bind(&DelayedUniqueNotifierTest::Notify, base::Unretained(this)),
97 base::Bind(&DelayedUniqueNotifierTest::Notify, base::Unretained(this)),
157 base::Bind(&DelayedUniqueNotifierTest::Notify, base::Unretained(this)),
199 base::Bind(&DelayedUniqueNotifierTest::Notify, base::Unretained(this)),
/external/chromium_org/tools/android/forwarder2/
H A Dpipe_notifier.cc32 bool PipeNotifier::Notify() { function in class:forwarder2::PipeNotifier
/external/chromium_org/base/memory/
H A Dmemory_pressure_listener.cc47 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { function in class:base::MemoryPressureListener
56 g_observers.Get().Notify(&MemoryPressureListener::Notify,
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_channel_id_helper.cc39 void MockBrowsingDataChannelIDHelper::Notify() { function in class:MockBrowsingDataChannelIDHelper
H A Dmock_browsing_data_cookie_helper.cc55 void MockBrowsingDataCookieHelper::Notify() { function in class:MockBrowsingDataCookieHelper
H A Dmock_browsing_data_database_helper.cc49 void MockBrowsingDataDatabaseHelper::Notify() { function in class:MockBrowsingDataDatabaseHelper
H A Dmock_browsing_data_flash_lso_helper.cc34 void MockBrowsingDataFlashLSOHelper::Notify() { function in class:MockBrowsingDataFlashLSOHelper
H A Dmock_browsing_data_indexed_db_helper.cc50 void MockBrowsingDataIndexedDBHelper::Notify() { function in class:MockBrowsingDataIndexedDBHelper
H A Dmock_browsing_data_local_storage_helper.cc47 void MockBrowsingDataLocalStorageHelper::Notify() { function in class:MockBrowsingDataLocalStorageHelper
H A Dmock_browsing_data_quota_helper.cc45 void MockBrowsingDataQuotaHelper::Notify() { function in class:MockBrowsingDataQuotaHelper
H A Dmock_browsing_data_service_worker_helper.cc58 void MockBrowsingDataServiceWorkerHelper::Notify() { function in class:MockBrowsingDataServiceWorkerHelper
H A Dmock_browsing_data_file_system_helper.cc54 void MockBrowsingDataFileSystemHelper::Notify() { function in class:MockBrowsingDataFileSystemHelper
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_test_util.cc20 void ThreadNotifier::Notify(int type, function in class:ThreadNotifier
22 Notify(type, content::NotificationService::AllSources(), details);
25 void ThreadNotifier::Notify(int type, function in class:ThreadNotifier
40 content::NotificationService::current()->Notify(type, source, details);
/external/chromium_org/content/common/gpu/media/
H A Dvideo_accelerator_unittest_helpers.h19 // accumulated (so exactly as many Wait() calls will unblock as Notify() calls
28 void Notify(StateEnum state);
45 void ClientStateNotification<StateEnum>::Notify(StateEnum state) { function in class:content::ClientStateNotification
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.h103 void (*Notify)(struct S_SDLOSXCAGuard *cag); member in struct:S_SDLOSXCAGuard
/external/chromium_org/base/android/
H A Dapplication_status_listener.cc51 void ApplicationStatusListener::Notify(ApplicationState state) { function in class:base::android::ApplicationStatusListener
63 g_observers.Get().Notify(&ApplicationStatusListener::Notify, state);
/external/chromium_org/content/browser/
H A Dnotification_service_impl.cc96 void NotificationServiceImpl::Notify(int type, function in class:content::NotificationServiceImpl
105 // Notify observers of all types and all sources
113 // Notify observers of all types and the given source
120 // Notify observers of the given type and all sources
128 // Notify observers of the given type and the given source
/external/chromium_org/content/browser/power_profiler/
H A Dpower_profiler_service.cc106 void PowerProfilerService::Notify(const PowerEventVector& events) { function in class:content::PowerProfilerService
118 &PowerProfilerService::Notify, base::Unretained(this), events));
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_browsertest.cc44 void Notify();
124 Notify();
136 Notify();
148 void RemoveCookieTester::Notify() { function in class:__anon4508::RemoveCookieTester
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_state_changer_win.cc106 STDMETHODIMP StatusTrayStateChangerWin::Notify(ULONG event, function in class:StatusTrayStateChangerWin
/external/chromium_org/net/tools/flip_server/
H A Dacceptor_thread.h33 void Notify() { function in class:net::Notification
71 // Notify the Accept thread that it is time to terminate.
72 void Quit() { quitting_.Notify(); }
/external/chromium_org/storage/browser/fileapi/
H A Dtask_runner_bound_observer_list.h63 // Notify on the task runner that is given to AddObserver.
66 void Notify(Method method, const Params& params) const { function in class:storage::TaskRunnerBoundObserverList

Completed in 8767 milliseconds

123