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

1 2 3 4 5 6 7

  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() {
scoped_user_pref_update.h 36 // Calls Notify().
45 virtual void Notify();
51 // Cache of value from user pref store (set between Get() and Notify() calls).
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_mock.h 17 NotificationService::current()->Notify(
25 NotificationService::current()->Notify(type,
  /external/webkit/Source/WebCore/platform/wx/
SharedTimerWx.cpp 47 virtual void Notify();
59 void WebKitTimer::Notify()
  /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);
profile_sync_test_util.h 26 ACTION_P(Notify, type) {
27 NotificationService::current()->Notify(type,
70 void Notify(NotificationType type, const NotificationDetails& details);
72 void Notify(NotificationType type,
  /external/chromium/net/base/
cert_database.cc 50 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
56 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
network_change_notifier.cc 103 g_network_change_notifier->ip_address_observer_list_->Notify(
109 online_state_observer_list_->Notify(
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDLOSXCAGuard.h 103 void (*Notify)(struct S_SDLOSXCAGuard *cag);
  /external/chromium/chrome/browser/extensions/
extension_test_api.cc 29 NotificationService::current()->Notify(
41 NotificationService::current()->Notify(
80 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/
mock_browsing_data_database_helper.h 18 // Notify().
35 void Notify();
mock_browsing_data_indexed_db_helper.h 18 // call Notify().
28 void Notify();
mock_browsing_data_local_storage_helper.h 17 // call Notify().
34 void Notify();
cookies_tree_model_unittest.cc 61 mock_browsing_data_database_helper_->Notify();
63 mock_browsing_data_local_storage_helper_->Notify();
65 mock_browsing_data_session_storage_helper_->Notify();
67 mock_browsing_data_indexed_db_helper_->Notify();
474 mock_browsing_data_database_helper_->Notify();
476 mock_browsing_data_local_storage_helper_->Notify();
478 mock_browsing_data_session_storage_helper_->Notify();
480 mock_browsing_data_indexed_db_helper_->Notify();
536 mock_browsing_data_database_helper_->Notify();
538 mock_browsing_data_local_storage_helper_->Notify();
    [all...]
mock_browsing_data_database_helper.cc 48 void MockBrowsingDataDatabaseHelper::Notify() {
mock_browsing_data_indexed_db_helper.cc 47 void MockBrowsingDataIndexedDBHelper::Notify() {
mock_browsing_data_local_storage_helper.cc 48 void MockBrowsingDataLocalStorageHelper::Notify() {
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 29 * Notify [RFC1996]
31 Notify("Notify", 4),
  /external/chromium/chrome/browser/translate/
translate_tab_helper.cc 44 NotificationService::current()->Notify(
57 NotificationService::current()->Notify(
  /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(); }
  /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/chrome/browser/metrics/
user_metrics.cc 41 NotificationService::current()->Notify(NotificationType::USER_ACTION,
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 30 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.h 85 void Notify();
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.cc 71 NotificationService::current()->Notify(

Completed in 680 milliseconds

1 2 3 4 5 6 7