Searched refs:NotificationCallback (Results 1 - 15 of 15) 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_win.cc157 const ProcessSingleton::NotificationCallback& notification_callback,
269 const NotificationCallback& notification_callback)
H A Dprocess_singleton_linux_unittest.cc42 base::Bind(&TestableProcessSingleton::NotificationCallback,
54 bool NotificationCallback(const CommandLine& command_line, function in class:__anon5760::ProcessSingletonLinuxTest::TestableProcessSingleton
H A Dprocess_singleton_linux.cc681 const NotificationCallback& notification_callback)
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.cc40 void NotificationCallback(PrintJobWorkerOwner* print_job, function in namespace:printing
312 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
326 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
364 base::Bind(NotificationCallback, make_scoped_refptr(owner_),
376 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
/external/chromium_org/chrome/browser/speech/
H A Dtts_linux.cc62 static void NotificationCallback(size_t msg_id,
124 &NotificationCallback;
303 void TtsPlatformImplLinux::NotificationCallback( function in class:TtsPlatformImplLinux
/external/chromium_org/chrome_frame/test/net/
H A Dfake_external_tab.cc823 ProcessSingleton::NotificationCallback callback(

Completed in 150 milliseconds