Home
last modified time | relevance | path

Searched defs:iface_struct (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/
Dppapi_utils.cc116 #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/
Dinterfaces_preamble.h24 #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/
Dinterface_list.cc144 #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/
Dplugin_module.cc311 #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