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

/external/chromium_org/ppapi/cpp/
H A Dcompletion_callback.h170 /// A CompletionCallbackWithOutput defines a completion callback that
172 /// take a CompletionCallbackWithOutput when the browser is returning a
174 /// stored in the CompletionCallbackWithOutput will receive the data from
184 /// CompletionCallbackWithOutput will retrieve this pointer and pass it to
187 class CompletionCallbackWithOutput : public CompletionCallback { class in namespace:pp
191 /// CompletionCallbackWithOutput<int> would obviously take an int*. However,
209 CompletionCallbackWithOutput(OutputStorageType* output) function in class:pp::CompletionCallbackWithOutput
223 CompletionCallbackWithOutput(PP_CompletionCallback_Func func, function in class:pp::CompletionCallbackWithOutput
245 CompletionCallbackWithOutput(PP_CompletionCallback_Func func, function in class:pp::CompletionCallbackWithOutput

Completed in 617 milliseconds