HomeSort by relevance Sort by last modified time
    Searched refs:NotificationCallback (Results 1 - 16 of 16) 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);
121 NotificationCallback notification_callback_; // Handler for notifications.
process_singleton_win.cc 155 const ProcessSingleton::NotificationCallback& notification_callback,
267 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 743 const NotificationCallback& notification_callback)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
notification_manager_interface.h 20 typedef base::Callback<void(NotificationResult)> NotificationCallback;
29 const NotificationCallback& callback) = 0;
notification_manager.h 44 const NotificationCallback& callback) OVERRIDE;
61 typedef std::map<int, NotificationCallback> CallbackMap;
notification_manager.cc 76 const NotificationCallback& callback) {
154 NotificationCallback callback = current_it->second;
request_manager_unittest.cc 38 const NotificationCallback& callback) OVERRIDE {
56 typedef std::map<int, NotificationCallback> CallbackMap;
64 NotificationCallback callback = current_it->second;
  /external/chromium_org/chrome/browser/printing/
print_job_worker.cc 75 void NotificationCallback(PrintJobWorkerOwner* print_job,
343 base::Bind(&NotificationCallback,
359 base::Bind(&NotificationCallback,
386 base::Bind(&NotificationCallback,
400 base::Bind(&NotificationCallback,
  /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 314 milliseconds