Searched refs:ChallengePlatform (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_platform_verification_private_thunk.cc35 int32_t ChallengePlatform(PP_Resource instance, function in namespace:ppapi::thunk::__anon10301
42 VLOG(4) << "PPB_PlatformVerification_Private::ChallengePlatform()";
46 return enter.SetResult(enter.object()->ChallengePlatform(
59 &ChallengePlatform
H A Dppb_platform_verification_api.h21 virtual int32_t ChallengePlatform(
/external/chromium_org/ppapi/c/private/
H A Dppb_platform_verification_private.h94 int32_t (*ChallengePlatform)(PP_Resource instance, member in struct:PPB_PlatformVerification_Private_0_2
/external/chromium_org/ppapi/api/private/
H A Dppb_platform_verification_private.idl77 int32_t ChallengePlatform(
/external/chromium_org/ppapi/cpp/private/
H A Dplatform_verification.cc39 int32_t PlatformVerification::ChallengePlatform( function in class:pp::PlatformVerification
49 return GetInterface()->ChallengePlatform(
H A Dplatform_verification.h21 int32_t ChallengePlatform(const Var& service_id,
/external/chromium_org/ppapi/tests/
H A Dtest_platform_verification_private.cc22 RUN_CALLBACK_TEST(TestPlatformVerificationPrivate, ChallengePlatform, filter);
36 callback.WaitForResult(platform_verification_api.ChallengePlatform(
/external/chromium_org/ppapi/proxy/
H A Dplatform_verification_private_resource.h37 virtual int32_t ChallengePlatform(
H A Dplatform_verification_private_resource.cc33 int32_t PlatformVerificationPrivateResource::ChallengePlatform( function in class:ppapi::proxy::PlatformVerificationPrivateResource
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.cc1145 int32_t result = platform_verification_.ChallengePlatform(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3810 return iface->ChallengePlatform(instance, *service_id, *challenge, signed_data, signed_data_signature, platform_key_certificate, *callback);
5548 .ChallengePlatform = (int32_t (*)(PP_Resource instance, struct PP_Var service_id, struct PP_Var challenge, struct PP_Var* signed_data, struct PP_Var* signed_data_signature, struct PP_Var* platform_key_certificate, struct PP_CompletionCallback callback))&Pnacl_M32_PPB_PlatformVerification_Private_ChallengePlatform

Completed in 1926 milliseconds