HomeSort by relevance Sort by last modified time
    Searched refs:OutputStorageType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/cpp/
completion_callback.h 176 /// (OutputStorageType), the output parameter type used by the browser
177 /// (APIArgType), and how to map OutputStorageType to APIArgType.
181 typedef typename Traits::StorageType OutputStorageType;
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* output
    [all...]
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 299 OutputStorageType;
300 typedef CompletionCallbackWithOutput<OutputStorageType> CallbackType;
303 OutputStorageType,
316 OutputStorageType;
317 typedef ext::ExtCompletionCallbackWithOutput<OutputStorageType>
321 OutputStorageType,
385 OutputStorageType;
386 typedef CompletionCallbackWithOutput<OutputStorageType> CallbackType;
389 OutputStorageType,
404 OutputStorageType;
    [all...]
  /external/chromium_org/ppapi/tests/
test_utils.h 233 typename CallbackT::OutputStorageType output_storage_;

Completed in 50 milliseconds