Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Drequest_context.h64 void AddWatchCancelFinalizer(scoped_refptr<Watch> watch);
Dwatch.cc58 RequestContext::current()->AddWatchCancelFinalizer(this); in Cancel()
Drequest_context.cc95 void RequestContext::AddWatchCancelFinalizer(scoped_refptr<Watch> watch) { in AddWatchCancelFinalizer() function in mojo::core::RequestContext