Searched refs:NotificationCallback (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dprocess_singleton_modal_dialog_lock.h19 // Provides a ProcessSingleton::NotificationCallback that prevents
31 // Otherwise, the notification is forwarded to a wrapped NotificationCallback.
36 const ProcessSingleton::NotificationCallback& original_callback);
39 const ProcessSingleton::NotificationCallback& original_callback,
48 // Returns the ProcessSingleton::NotificationCallback.
51 ProcessSingleton::NotificationCallback AsNotificationCallback();
58 ProcessSingleton::NotificationCallback original_callback_;
H A Dprocess_singleton_startup_lock.h18 // Provides a ProcessSingleton::NotificationCallback that can queue up
25 // Once unlocked, notifications are forwarded to a wrapped NotificationCallback.
29 const ProcessSingleton::NotificationCallback& original_callback);
32 // Returns the ProcessSingleton::NotificationCallback.
35 ProcessSingleton::NotificationCallback AsNotificationCallback();
52 ProcessSingleton::NotificationCallback original_callback_;
H A Dchrome_process_singleton.h21 // NotificationCallback.
33 const ProcessSingleton::NotificationCallback& notification_callback);
37 const ProcessSingleton::NotificationCallback& notification_callback,
H A Dprocess_singleton_modal_dialog_lock.cc31 const ProcessSingleton::NotificationCallback& original_callback)
37 const ProcessSingleton::NotificationCallback& original_callback,
50 ProcessSingleton::NotificationCallback
H A Dprocess_singleton_mac_unittest.cc71 ProcessSingleton::NotificationCallback());
84 ProcessSingleton::NotificationCallback());
94 ProcessSingleton::NotificationCallback());
96 ProcessSingleton::NotificationCallback());
123 ProcessSingleton::NotificationCallback());
125 ProcessSingleton::NotificationCallback());
H A Dchrome_process_singleton.cc9 const ProcessSingleton::NotificationCallback& notification_callback)
19 const ProcessSingleton::NotificationCallback& notification_callback,
H A Dprocess_singleton_startup_lock.cc11 const ProcessSingleton::NotificationCallback& original_callback)
17 ProcessSingleton::NotificationCallback
H A Dprocess_singleton.h65 const base::FilePath& current_directory)> NotificationCallback; typedef in class:ProcessSingleton
68 const NotificationCallback& notification_callback);
123 NotificationCallback notification_callback_; // Handler for notifications.
H A Dprocess_singleton_mac.cc42 const NotificationCallback& /* notification_callback */)
H A Dprocess_singleton_linux_unittest.cc34 bool NotificationCallback(const CommandLine& command_line, function in namespace:__anon5582
47 base::Bind(&TestableProcessSingleton::NotificationCallback,
59 bool NotificationCallback(const CommandLine& command_line, function in class:__anon5582::ProcessSingletonLinuxTest::TestableProcessSingleton
H A Dprocess_singleton_win.cc157 const ProcessSingleton::NotificationCallback& notification_callback,
269 const NotificationCallback& notification_callback)
H A Dprocess_singleton_linux.cc686 const NotificationCallback& notification_callback)
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.cc39 void NotificationCallback(PrintJobWorkerOwner* print_job, function in namespace:printing
305 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
319 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
357 base::Bind(NotificationCallback, make_scoped_refptr(owner_),
369 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h357 typedef base::Callback<void(int)> NotificationCallback; typedef in class:base::debug::TraceLog
358 void SetNotificationCallback(const NotificationCallback& cb);
519 // will call the NotificationCallback.
524 NotificationCallback callback_copy_;
555 NotificationCallback notification_callback_;
H A Dtrace_event_impl.cc1095 const TraceLog::NotificationCallback& cb) {
/external/chromium_org/chrome/browser/speech/
H A Dtts_linux.cc61 static void NotificationCallback(size_t msg_id,
118 &NotificationCallback;
297 void TtsPlatformImplLinux::NotificationCallback( function in class:TtsPlatformImplLinux
/external/chromium_org/components/tracing/
H A Dchild_trace_message_filter.cc29 TraceLog::NotificationCallback());
/external/chromium_org/chrome_frame/test/net/
H A Dfake_external_tab.cc804 ProcessSingleton::NotificationCallback callback(

Completed in 267 milliseconds