Searched refs:PPP_ContentDecryptor_Private (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/ppapi/api/private/
H A Dppp_content_decryptor_private.idl7 * This file defines the <code>PPP_ContentDecryptor_Private</code>
16 * <code>PPP_ContentDecryptor_Private</code> structure contains the function
22 interface PPP_ContentDecryptor_Private {
/external/chromium_org/ppapi/c/private/
H A Dppp_content_decryptor_private.h22 "PPP_ContentDecryptor_Private;0.12"
28 * This file defines the <code>PPP_ContentDecryptor_Private</code>
39 * <code>PPP_ContentDecryptor_Private</code> structure contains the function
307 typedef struct PPP_ContentDecryptor_Private_0_12 PPP_ContentDecryptor_Private; typedef in typeref:struct:PPP_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc258 const PPP_ContentDecryptor_Private ppp_content_decryptor = {
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.cc473 static const PPP_ContentDecryptor_Private content_decryptor_interface = {
496 ppp_decryptor_impl_ = static_cast<const PPP_ContentDecryptor_Private*>(
506 const PPP_ContentDecryptor_Private*
H A Dppp_content_decryptor_private_proxy.h27 static const PPP_ContentDecryptor_Private* GetProxyInterface();
83 const PPP_ContentDecryptor_Private* ppp_decryptor_impl_;
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc308 const PPP_ContentDecryptor_Private* plugin_decryption_interface)
H A Dcontent_decryptor_delegate.h45 const PPP_ContentDecryptor_Private* plugin_decryption_interface);
61 // Provides access to PPP_ContentDecryptor_Private.
215 const PPP_ContentDecryptor_Private* const plugin_decryption_interface_;
H A Dpepper_plugin_instance_impl.cc2295 const PPP_ContentDecryptor_Private* plugin_decryption_interface =
2296 static_cast<const PPP_ContentDecryptor_Private*>(
2495 // PPP_ContentDecryptor_Private calls made on |content_decryptor_delegate_|.

Completed in 4361 milliseconds