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

/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.h22 class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy { class in namespace:ppapi::proxy
24 explicit PPP_ContentDecryptor_Private_Proxy(Dispatcher* dispatcher);
25 virtual ~PPP_ContentDecryptor_Private_Proxy();
85 DISALLOW_COPY_AND_ASSIGN(PPP_ContentDecryptor_Private_Proxy);
H A Dppp_content_decryptor_private_proxy.cc491 PPP_ContentDecryptor_Private_Proxy::PPP_ContentDecryptor_Private_Proxy( function in class:ppapi::proxy::PPP_ContentDecryptor_Private_Proxy
502 PPP_ContentDecryptor_Private_Proxy::~PPP_ContentDecryptor_Private_Proxy() {
507 PPP_ContentDecryptor_Private_Proxy::GetProxyInterface() {
511 bool PPP_ContentDecryptor_Private_Proxy::OnMessageReceived(
518 IPC_BEGIN_MESSAGE_MAP(PPP_ContentDecryptor_Private_Proxy, msg)
553 void PPP_ContentDecryptor_Private_Proxy::OnMsgInitialize(
564 void PPP_ContentDecryptor_Private_Proxy::OnMsgSetServerCertificate(
588 void PPP_ContentDecryptor_Private_Proxy
[all...]

Completed in 62 milliseconds