Searched defs:iface_str (Results 1 – 5 of 5) 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 131 #define LEGACY_IFACE(iface_str, dummy) \ 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
|
D | interfaces_legacy.h | 5 #define LEGACY_IFACE(iface_str, function_name) 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 326 #define LEGACY_IFACE(iface_str, function_name) \ in InternalGetInterface() argument
|
/external/chromium_org/ppapi/proxy/ |
D | interface_list.cc | 183 #define PROXIED_IFACE(api_name, iface_str, iface_struct) \ in InterfaceList() argument
|