HomeSort by relevance Sort by last modified time
    Searched defs:Notify (Results 1 - 25 of 60) sorted by null

1 2 3

  /art/runtime/
object_lock.cc 41 void ObjectLock<T>::Notify() {
42 obj_->Notify(self_);
  /external/chromium_org/base/prefs/
scoped_user_pref_update.cc 22 Notify();
32 void ScopedUserPrefUpdateBase::Notify() {
  /external/chromium_org/cc/base/
unique_notifier.cc 31 base::Bind(&UniqueNotifier::Notify, weak_ptr_factory_.GetWeakPtr()));
35 void UniqueNotifier::Notify() {
unique_notifier_unittest.cc 22 void Notify() { ++notification_count_; }
36 base::Bind(&UniqueNotifierTest::Notify, base::Unretained(this)));
delayed_unique_notifier_unittest.cc 43 void Notify() { ++notification_count_; }
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/base/memory/
memory_pressure_listener.cc 47 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) {
56 g_observers.Get().Notify(&MemoryPressureListener::Notify,
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_channel_id_helper.cc 39 void MockBrowsingDataChannelIDHelper::Notify() {
mock_browsing_data_flash_lso_helper.cc 34 void MockBrowsingDataFlashLSOHelper::Notify() {
mock_browsing_data_indexed_db_helper.cc 50 void MockBrowsingDataIndexedDBHelper::Notify() {
mock_browsing_data_local_storage_helper.cc 47 void MockBrowsingDataLocalStorageHelper::Notify() {
mock_browsing_data_quota_helper.cc 45 void MockBrowsingDataQuotaHelper::Notify() {
mock_browsing_data_cookie_helper.cc 55 void MockBrowsingDataCookieHelper::Notify() {
mock_browsing_data_database_helper.cc 49 void MockBrowsingDataDatabaseHelper::Notify() {
mock_browsing_data_file_system_helper.cc 54 void MockBrowsingDataFileSystemHelper::Notify() {
mock_browsing_data_service_worker_helper.cc 58 void MockBrowsingDataServiceWorkerHelper::Notify() {
  /external/chromium_org/chrome/browser/sync/
profile_sync_test_util.cc 20 void ThreadNotifier::Notify(int type,
22 Notify(type, content::NotificationService::AllSources(), details);
25 void ThreadNotifier::Notify(int type,
40 content::NotificationService::current()->Notify(type, source, details);
  /external/chromium_org/tools/android/forwarder2/
pipe_notifier.cc 32 bool PipeNotifier::Notify() {
  /external/chromium_org/base/android/
application_status_listener.cc 51 void ApplicationStatusListener::Notify(ApplicationState state) {
63 g_observers.Get().Notify(&ApplicationStatusListener::Notify, state);
  /external/chromium_org/content/browser/
notification_service_impl.cc 96 void NotificationServiceImpl::Notify(int type,
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/
power_profiler_service.cc 106 void PowerProfilerService::Notify(const PowerEventVector& events) {
114 // Get data and notify.
118 &PowerProfilerService::Notify, base::Unretained(this), events));
  /external/chromium_org/content/common/gpu/media/
video_accelerator_unittest_helpers.h 19 // accumulated (so exactly as many Wait() calls will unblock as Notify() calls
27 // Used to notify a single waiter of a ClientState.
28 void Notify(StateEnum state);
45 void ClientStateNotification<StateEnum>::Notify(StateEnum state) {
  /external/chromium_org/third_party/webrtc/video/
send_statistics_proxy.cc 87 void SendStatisticsProxy::Notify(const BitrateStatistics& bitrate,
  /external/chromium_org/components/enhanced_bookmarks/
bookmark_server_service.cc 63 void BookmarkServerService::Notify() {
78 Notify();
100 Notify();
126 Notify();
143 Notify();
  /external/chromium_org/storage/browser/fileapi/
task_runner_bound_observer_list.h 24 // An observer list helper to notify on a given task runner.
63 // Notify on the task runner that is given to AddObserver.
66 void Notify(Method method, const Params& params) const {
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 29 * Notify [RFC1996]
31 Notify("Notify", 4),

Completed in 1003 milliseconds

1 2 3