Home
last modified time | relevance | path

Searched refs:NotificationContext (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/core/
Dtrap_unittest.cc53 new NotificationContext(base::BindLambdaForTesting(handler)); in CreateContextWithCancel()
63 class NotificationContext { class in mojo::core::__anon696ef0640111::TriggerHelper
65 explicit NotificationContext(const ContextCallback& callback) in NotificationContext() function in mojo::core::__anon696ef0640111::TriggerHelper::NotificationContext
68 ~NotificationContext() {} in ~NotificationContext()
85 DISALLOW_COPY_AND_ASSIGN(NotificationContext);
89 reinterpret_cast<NotificationContext*>(event->trigger_context) in Notify()