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

/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory.h157 /// To create such a callback, use NewCallbackWithOutput and specify a callback
166 /// file_interface->GetFile(callback_factory_.NewCallbackWithOutput(
280 /// NewCallbackWithOutput() allocates a new, single-use
293 NewCallbackWithOutput(void (T::*method)(int32_t, Output)) { function in class:pp::CompletionCallbackFactory
338 /// NewCallbackWithOutput() allocates a new, single-use
354 NewCallbackWithOutput(void (T::*method)(int32_t, Output, A), function in class:pp::CompletionCallbackFactory
408 /// NewCallbackWithOutput() allocates a new, single-use
427 NewCallbackWithOutput(void (T::*method)(int32_t, Output, A, B), function in class:pp::CompletionCallbackFactory
494 /// NewCallbackWithOutput() allocates a new, single-use
515 NewCallbackWithOutput(voi function in class:pp::CompletionCallbackFactory
[all...]

Completed in 116 milliseconds