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

  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 100 PP_Resource encrypted_resource,
102 pp::Buffer_Dev encrypted_block(encrypted_resource);
171 PP_Resource encrypted_resource,
173 pp::Buffer_Dev encrypted_buffer(encrypted_resource);
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 313 scoped_refptr<PPB_Buffer_Impl> encrypted_resource; local
315 stream_type, encrypted_buffer, &encrypted_resource) ||
316 !encrypted_resource.get()) {
319 ScopedPPResource pp_resource(encrypted_resource.get());
493 scoped_refptr<PPB_Buffer_Impl> encrypted_resource; local
496 &encrypted_resource)) {
501 if (!encrypted_buffer->end_of_stream() && !encrypted_resource.get())
523 ScopedPPResource pp_resource(encrypted_resource.get());
537 scoped_refptr<PPB_Buffer_Impl> encrypted_resource; local
540 &encrypted_resource)) {
    [all...]

Completed in 358 milliseconds