HomeSort by relevance Sort by last modified time
    Searched refs:NotificationCallback (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/
process_singleton_modal_dialog_lock.h 18 // Provides a ProcessSingleton::NotificationCallback that prevents
30 // Otherwise, the notification is forwarded to a wrapped NotificationCallback.
35 const ProcessSingleton::NotificationCallback& original_callback);
38 const ProcessSingleton::NotificationCallback& original_callback,
47 // Returns the ProcessSingleton::NotificationCallback.
50 ProcessSingleton::NotificationCallback AsNotificationCallback();
57 ProcessSingleton::NotificationCallback original_callback_;
process_singleton_startup_lock.h 18 // 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_;
chrome_process_singleton.h 21 // NotificationCallback.
33 const ProcessSingleton::NotificationCallback& notification_callback);
37 const ProcessSingleton::NotificationCallback& notification_callback,
process_singleton_modal_dialog_lock.cc 31 const ProcessSingleton::NotificationCallback& original_callback)
37 const ProcessSingleton::NotificationCallback& original_callback,
50 ProcessSingleton::NotificationCallback
chrome_process_singleton.cc 9 const ProcessSingleton::NotificationCallback& notification_callback)
19 const ProcessSingleton::NotificationCallback& notification_callback,
process_singleton_startup_lock.cc 11 const ProcessSingleton::NotificationCallback& original_callback)
17 ProcessSingleton::NotificationCallback
process_singleton.h 66 const base::FilePath& current_directory)> NotificationCallback;
69 const NotificationCallback& notification_callback);
123 NotificationCallback notification_callback_; // Handler for notifications.
process_singleton_win.cc 156 const ProcessSingleton::NotificationCallback& notification_callback,
268 const NotificationCallback& notification_callback)
process_singleton_posix_unittest.cc 46 base::Bind(&TestableProcessSingleton::NotificationCallback,
58 bool NotificationCallback(const CommandLine& command_line,
process_singleton_posix.cc 730 const NotificationCallback& notification_callback)
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_job_worker.cc 40 void NotificationCallback(PrintJobWorkerOwner* print_job,
293 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
307 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
345 base::Bind(NotificationCallback, make_scoped_refptr(owner_),
357 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
  /external/chromium_org/chrome/browser/speech/
tts_linux.cc 64 static void NotificationCallback(size_t msg_id,
130 &NotificationCallback;
309 void TtsPlatformImplLinux::NotificationCallback(

Completed in 129 milliseconds