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

/external/chromium_org/ppapi/cpp/
H A Dcompletion_callback.h176 /// (OutputStorageType), the output parameter type used by the browser
177 /// (APIArgType), and how to map OutputStorageType to APIArgType.
181 typedef typename Traits::StorageType OutputStorageType; typedef in class:pp::internal::CompletionCallbackWithOutputBase
185 explicit CompletionCallbackWithOutputBase(OutputStorageType* output)
192 OutputStorageType* output)
200 OutputStorageType* output)
210 OutputStorageType* output_;
245 /// In the common case, <code>OutputStorageType</code> will be equal to the
256 typename BaseType::OutputStorageType* output)
271 typename BaseType::OutputStorageType* outpu
[all...]
/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory.h299 OutputStorageType; typedef
300 typedef CompletionCallbackWithOutput<OutputStorageType> CallbackType;
303 OutputStorageType,
316 OutputStorageType; typedef
317 typedef ext::ExtCompletionCallbackWithOutput<OutputStorageType>
321 OutputStorageType,
385 OutputStorageType; typedef
386 typedef CompletionCallbackWithOutput<OutputStorageType> CallbackType;
389 OutputStorageType,
404 OutputStorageType; typedef
485 OutputStorageType; typedef
506 OutputStorageType; typedef
602 OutputStorageType; typedef
625 OutputStorageType; typedef
[all...]

Completed in 101 milliseconds