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

  /external/chromium_org/ppapi/cpp/
output_traits.h 71 typedef T* APIArgType;
82 static inline APIArgType StorageToAPIArg(StorageType& t) { return &t; }
105 typedef PP_Resource* APIArgType;
108 static inline APIArgType StorageToAPIArg(StorageType& t) {
145 typedef PP_Var* APIArgType;
148 static inline APIArgType StorageToAPIArg(StorageType& t) {
174 typedef PP_ArrayOutput APIArgType;
182 static inline APIArgType StorageToAPIArg(StorageType& t) {
204 typedef PP_ArrayOutput APIArgType;
207 static inline APIArgType StorageToAPIArg(StorageType& t)
    [all...]
directory_entry.h 111 typedef PP_ArrayOutput APIArgType;
114 static inline APIArgType StorageToAPIArg(StorageType& t) {
completion_callback.h 177 /// (APIArgType), and how to map OutputStorageType to APIArgType.
182 typedef typename Traits::APIArgType APIArgType;
205 APIArgType output() const {
  /external/chromium_org/ppapi/cpp/private/
pass_file_handle.h 62 typedef PP_FileHandle* APIArgType;
65 static inline APIArgType StorageToAPIArg(StorageType& t) {
video_frame_private.h 82 typedef PP_VideoFrame_Private* APIArgType;
85 static inline APIArgType StorageToAPIArg(StorageType& t) {
  /external/chromium_org/ppapi/cpp/extensions/
ext_output_traits.h 59 typedef PP_Var* APIArgType;
62 static inline APIArgType StorageToAPIArg(StorageType& t) {
122 typedef PP_Var* APIArgType;
125 static inline APIArgType StorageToAPIArg(StorageType& t) {
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.h 201 typedef PP_TrueTypeFontDesc_Dev* APIArgType;
204 static inline APIArgType StorageToAPIArg(StorageType& t) {
253 typedef PP_ArrayOutput APIArgType;
256 static inline APIArgType StorageToAPIArg(StorageType& t) {

Completed in 49 milliseconds