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

  /external/chromium_org/chrome/browser/
process_singleton.h 65 const base::FilePath& current_directory)> NotificationCallback;
68 const NotificationCallback& notification_callback);
123 NotificationCallback notification_callback_; // Handler for notifications.
process_singleton_linux_unittest.cc 42 base::Bind(&TestableProcessSingleton::NotificationCallback,
54 bool NotificationCallback(const CommandLine& command_line,
  /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(

Completed in 63 milliseconds