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

  /external/chromium_org/chrome/browser/
process_singleton_modal_dialog_lock.h 19 // 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_;
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
process_singleton_mac_unittest.cc 71 ProcessSingleton::NotificationCallback());
84 ProcessSingleton::NotificationCallback());
94 ProcessSingleton::NotificationCallback());
96 ProcessSingleton::NotificationCallback());
123 ProcessSingleton::NotificationCallback());
125 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 65 const base::FilePath& current_directory)> NotificationCallback;
68 const NotificationCallback& notification_callback);
123 NotificationCallback notification_callback_; // Handler for notifications.
process_singleton_mac.cc 42 const NotificationCallback& /* notification_callback */)
process_singleton_win.cc 157 const ProcessSingleton::NotificationCallback& notification_callback,
269 const NotificationCallback& notification_callback)
process_singleton_linux_unittest.cc 42 base::Bind(&TestableProcessSingleton::NotificationCallback,
54 bool NotificationCallback(const CommandLine& command_line,
process_singleton_linux.cc 681 const NotificationCallback& notification_callback)
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_job_worker.cc 40 void NotificationCallback(PrintJobWorkerOwner* print_job,
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/
tts_linux.cc 62 static void NotificationCallback(size_t msg_id,
124 &NotificationCallback;
303 void TtsPlatformImplLinux::NotificationCallback(
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 823 ProcessSingleton::NotificationCallback callback(
    [all...]

Completed in 355 milliseconds