Searched refs:IsPlatformVerification (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_platform_verification_private.h55 * IsPlatformVerification() determines if the provided resource is a
66 PP_Bool (*IsPlatformVerification)(PP_Resource resource); member in struct:PPB_PlatformVerification_Private_0_2
/external/chromium_org/ppapi/api/private/
H A Dppb_platform_verification_private.idl37 * IsPlatformVerification() determines if the provided resource is a
48 PP_Bool IsPlatformVerification([in] PP_Resource resource);
/external/chromium_org/ppapi/thunk/
H A Dppb_platform_verification_private_thunk.cc29 PP_Bool IsPlatformVerification(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10301
30 VLOG(4) << "PPB_PlatformVerification_Private::IsPlatformVerification()";
58 &IsPlatformVerification,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3805 return iface->IsPlatformVerification(resource);
5547 .IsPlatformVerification = (PP_Bool (*)(PP_Resource resource))&Pnacl_M32_PPB_PlatformVerification_Private_IsPlatformVerification,

Completed in 131 milliseconds