Searched defs:NotificationCallback (Results 1 - 5 of 5) 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.cc34 bool NotificationCallback(const CommandLine& command_line, function in namespace:__anon5582
47 base::Bind(&TestableProcessSingleton::NotificationCallback,
59 bool NotificationCallback(const CommandLine& command_line, function in class:__anon5582::ProcessSingletonLinuxTest::TestableProcessSingleton
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.cc39 void NotificationCallback(PrintJobWorkerOwner* print_job, function in namespace:printing
305 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
319 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
357 base::Bind(NotificationCallback, make_scoped_refptr(owner_),
369 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
/external/chromium_org/chrome/browser/speech/
H A Dtts_linux.cc61 static void NotificationCallback(size_t msg_id,
118 &NotificationCallback;
297 void TtsPlatformImplLinux::NotificationCallback( function in class:TtsPlatformImplLinux
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h357 typedef base::Callback<void(int)> NotificationCallback; typedef in class:base::debug::TraceLog
358 void SetNotificationCallback(const NotificationCallback& cb);
519 // will call the NotificationCallback.
524 NotificationCallback callback_copy_;
555 NotificationCallback notification_callback_;

Completed in 138 milliseconds