Searched defs:iface_struct (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/component_updater/ |
D | ppapi_utils.cc | 116 #define UNPROXIED_IFACE(api_name, iface_str, iface_struct) \ in IsSupportedPepperInterface() argument 119 #define PROXIED_IFACE(api_name, iface_str, iface_struct) \ in IsSupportedPepperInterface() argument
|
/external/chromium_org/ppapi/thunk/ |
D | interfaces_preamble.h | 24 #define PROXIED_IFACE(api_name, iface_str, iface_struct) argument 29 #define UNPROXIED_IFACE(api_name, iface_str, iface_struct) argument
|
/external/chromium_org/ppapi/proxy/ |
D | interface_list.cc | 144 #define INTERFACE_THUNK_NAME(iface_struct) thunk::Get##iface_struct##_Thunk argument 183 #define PROXIED_IFACE(api_name, iface_str, iface_struct) \ in InterfaceList() argument
|
/external/chromium_org/content/renderer/pepper/ |
D | plugin_module.cc | 311 #define UNPROXIED_IFACE(api_name, iface_str, iface_struct) \ in InternalGetInterface() argument 314 #define PROXIED_IFACE(api_name, iface_str, iface_struct) \ in InternalGetInterface() argument
|