HomeSort by relevance Sort by last modified time
    Searched refs:IsPlatformVerification (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/c/private/
ppb_platform_verification_private.h 55 * IsPlatformVerification() determines if the provided resource is a
66 PP_Bool (*IsPlatformVerification)(PP_Resource resource);
  /external/chromium_org/ppapi/api/private/
ppb_platform_verification_private.idl 37 * IsPlatformVerification() determines if the provided resource is a
48 PP_Bool IsPlatformVerification([in] PP_Resource resource);
  /external/chromium_org/ppapi/thunk/
ppb_platform_verification_private_thunk.cc 31 PP_Bool IsPlatformVerification(PP_Resource resource) {
32 VLOG(4) << "PPB_PlatformVerification_Private::IsPlatformVerification()";
60 &IsPlatformVerification,
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 884 milliseconds