Searched refs:ChallengePlatform (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ppapi/thunk/ |
D | ppb_platform_verification_private_thunk.cc | 35 int32_t ChallengePlatform(PP_Resource instance, in ChallengePlatform() function 46 return enter.SetResult(enter.object()->ChallengePlatform( in ChallengePlatform() 59 &ChallengePlatform
|
D | ppb_platform_verification_api.h | 21 virtual int32_t ChallengePlatform(
|
/external/chromium_org/ppapi/cpp/private/ |
D | platform_verification.cc | 39 int32_t PlatformVerification::ChallengePlatform( in ChallengePlatform() function in pp::PlatformVerification 49 return GetInterface()->ChallengePlatform( in ChallengePlatform()
|
D | platform_verification.h | 21 int32_t ChallengePlatform(const Var& service_id,
|
/external/chromium_org/ppapi/tests/ |
D | test_platform_verification_private.cc | 22 RUN_CALLBACK_TEST(TestPlatformVerificationPrivate, ChallengePlatform, filter); in RunTests() 36 callback.WaitForResult(platform_verification_api.ChallengePlatform( in TestChallengePlatform()
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_platform_verification_private.h | 94 int32_t (*ChallengePlatform)(PP_Resource instance, member
|
/external/chromium_org/ppapi/proxy/ |
D | platform_verification_private_resource.h | 37 virtual int32_t ChallengePlatform(
|
D | platform_verification_private_resource.cc | 33 int32_t PlatformVerificationPrivateResource::ChallengePlatform( in ChallengePlatform() function in ppapi::proxy::PlatformVerificationPrivateResource
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_platform_verification_private.idl | 77 int32_t ChallengePlatform(
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_adapter.cc | 1145 int32_t result = platform_verification_.ChallengePlatform( in SendPlatformChallenge()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 3810 …return iface->ChallengePlatform(instance, *service_id, *challenge, signed_data, signed_data_signat… in Pnacl_M32_PPB_PlatformVerification_Private_ChallengePlatform() 5548 ….ChallengePlatform = (int32_t (*)(PP_Resource instance, struct PP_Var service_id, struct PP_Var ch…
|