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

1 2 3

  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() {
  /external/chromium_org/chrome/browser/prefs/
scoped_user_pref_update.cc 20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() {
  /external/chromium_org/tools/android/forwarder2/
pipe_notifier.cc 32 bool PipeNotifier::Notify() {
  /external/chromium/chrome/browser/
mock_browsing_data_indexed_db_helper.cc 47 void MockBrowsingDataIndexedDBHelper::Notify() {
mock_browsing_data_local_storage_helper.cc 48 void MockBrowsingDataLocalStorageHelper::Notify() {
mock_browsing_data_database_helper.cc 48 void MockBrowsingDataDatabaseHelper::Notify() {
  /external/chromium_org/base/memory/
memory_pressure_listener.cc 46 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) {
53 g_observers.Get().Notify(&MemoryPressureListener::Notify,
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_flash_lso_helper.cc 32 void MockBrowsingDataFlashLSOHelper::Notify() {
mock_browsing_data_indexed_db_helper.cc 39 void MockBrowsingDataIndexedDBHelper::Notify() {
mock_browsing_data_local_storage_helper.cc 43 void MockBrowsingDataLocalStorageHelper::Notify() {
mock_browsing_data_quota_helper.cc 42 void MockBrowsingDataQuotaHelper::Notify() {
mock_browsing_data_server_bound_cert_helper.cc 35 void MockBrowsingDataServerBoundCertHelper::Notify() {
mock_browsing_data_cookie_helper.cc 51 void MockBrowsingDataCookieHelper::Notify() {
mock_browsing_data_database_helper.cc 45 void MockBrowsingDataDatabaseHelper::Notify() {
mock_browsing_data_file_system_helper.cc 49 void MockBrowsingDataFileSystemHelper::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/chrome/browser/sync/
profile_sync_test_util.cc 52 void ThreadNotifier::Notify(NotificationType type,
54 Notify(type, NotificationService::AllSources(), details);
57 void ThreadNotifier::Notify(NotificationType type,
76 NotificationService::current()->Notify(type, source, details);
  /external/chromium_org/base/android/
activity_status.cc 25 void ActivityStatus::Listener::Notify(ActivityState state) {
62 observers_->Notify(&ActivityStatus::Listener::Notify, new_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/ui/base/x/
work_area_watcher_x.cc 34 void WorkAreaWatcherX::Notify() {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDLOSXCAGuard.h 103 void (*Notify)(struct S_SDLOSXCAGuard *cag);
  /external/chromium/base/
observer_list_threadsafe.h 32 // * Any thread may trigger a notification via Notify().
49 // will notify its regular ObserverList.
136 // Notify methods.
139 // that at the completion of the Notify call that all Observers have
142 void Notify(Method m) {
144 Notify<Method, Tuple0>(method);
148 void Notify(Method m, const A &a) {
150 Notify<Method, Tuple1<A> >(method);
153 // TODO(mbelshe): Add more wrappers for Notify() with more arguments.
167 void Notify(const UnboundMethod<ObserverType, Method, Params>& method)
    [all...]
  /external/chromium_org/webkit/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),
  /external/chromium/net/tools/flip_server/
acceptor_thread.h 32 void Notify() {
68 // Notify the Accept thread that it is time to terminate.
69 void Quit() { quitting_.Notify(); }

Completed in 556 milliseconds

1 2 3