Home
last modified time | relevance | path

Searched refs:APIArgType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ppapi/cpp/
Doutput_traits.h71 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) {
170 typedef PP_Bool* APIArgType;
173 static inline APIArgType StorageToAPIArg(StorageType& t) {
197 typedef PP_ArrayOutput APIArgType;
205 static inline APIArgType StorageToAPIArg(StorageType& t) {
[all …]
Dcompletion_callback.h197 typedef typename internal::CallbackOutputTraits<T>::APIArgType
198 APIArgType; typedef
253 APIArgType output() const { in output()
Ddirectory_entry.h111 typedef PP_ArrayOutput APIArgType;
114 static inline APIArgType StorageToAPIArg(StorageType& t) {
/external/chromium_org/ppapi/cpp/dev/
Dtruetype_font_dev.h201 typedef PP_TrueTypeFontDesc_Dev* APIArgType;
204 static inline APIArgType StorageToAPIArg(StorageType& t) {
253 typedef PP_ArrayOutput APIArgType;
256 static inline APIArgType StorageToAPIArg(StorageType& t) {
/external/chromium_org/ppapi/cpp/private/
Dpass_file_handle.h62 typedef PP_FileHandle* APIArgType;
65 static inline APIArgType StorageToAPIArg(StorageType& t) {
Dvideo_frame_private.h82 typedef PP_VideoFrame_Private* APIArgType;
85 static inline APIArgType StorageToAPIArg(StorageType& t) {