Searched defs:NotificationCallback (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dprocess_singleton.h65 const base::FilePath& current_directory)> NotificationCallback; typedef in class:ProcessSingleton
68 const NotificationCallback& notification_callback);
123 NotificationCallback notification_callback_; // Handler for notifications.
H A Dprocess_singleton_linux_unittest.cc42 base::Bind(&TestableProcessSingleton::NotificationCallback,
54 bool NotificationCallback(const CommandLine& command_line, function in class:__anon5760::ProcessSingletonLinuxTest::TestableProcessSingleton
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.cc40 void NotificationCallback(PrintJobWorkerOwner* print_job, function in namespace:printing
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/
H A Dtts_linux.cc62 static void NotificationCallback(size_t msg_id,
124 &NotificationCallback;
303 void TtsPlatformImplLinux::NotificationCallback( function in class:TtsPlatformImplLinux

Completed in 184 milliseconds