Searched refs:Dispatcher0 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory.h259 return NewCallbackHelper(new Dispatcher0<Method>(method));
598 class Dispatcher0 { class in class:pp::CompletionCallbackFactory
600 Dispatcher0() : method_(NULL) {} function in class:pp::CompletionCallbackFactory::Dispatcher0
601 explicit Dispatcher0(Method method) : method_(method) { function in class:pp::CompletionCallbackFactory::Dispatcher0

Completed in 225 milliseconds