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 66 const base::FilePath& current_directory)> NotificationCallback;
69 const NotificationCallback& notification_callback);
123 NotificationCallback notification_callback_; // Handler for notifications.
process_singleton_posix_unittest.cc 46 base::Bind(&TestableProcessSingleton::NotificationCallback,
58 bool NotificationCallback(const CommandLine& command_line,
  /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 213 milliseconds