Searched defs:plugin_decryption_interface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc308 const PPP_ContentDecryptor_Private* plugin_decryption_interface)
310 plugin_decryption_interface_(plugin_decryption_interface),
306 ContentDecryptorDelegate( PP_Instance pp_instance, const PPP_ContentDecryptor_Private* plugin_decryption_interface) argument
H A Dpepper_plugin_instance_impl.cc2295 const PPP_ContentDecryptor_Private* plugin_decryption_interface = local
2298 if (!plugin_decryption_interface)
2302 new ContentDecryptorDelegate(pp_instance_, plugin_decryption_interface));

Completed in 126 milliseconds