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

  /external/chromium_org/ppapi/proxy/
ppp_content_decryptor_private_proxy.h 21 class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy {
23 explicit PPP_ContentDecryptor_Private_Proxy(Dispatcher* dispatcher);
24 virtual ~PPP_ContentDecryptor_Private_Proxy();
68 DISALLOW_COPY_AND_ASSIGN(PPP_ContentDecryptor_Private_Proxy);
ppp_content_decryptor_private_proxy.cc 365 PPP_ContentDecryptor_Private_Proxy::PPP_ContentDecryptor_Private_Proxy(
376 PPP_ContentDecryptor_Private_Proxy::~PPP_ContentDecryptor_Private_Proxy() {
381 PPP_ContentDecryptor_Private_Proxy::GetProxyInterface() {
385 bool PPP_ContentDecryptor_Private_Proxy::OnMessageReceived(
392 IPC_BEGIN_MESSAGE_MAP(PPP_ContentDecryptor_Private_Proxy, msg)
417 void PPP_ContentDecryptor_Private_Proxy::OnMsgGenerateKeyRequest(
431 void PPP_ContentDecryptor_Private_Proxy::OnMsgAddKey(
445 void PPP_ContentDecryptor_Private_Proxy::OnMsgCancelKeyRequest
    [all...]

Completed in 37 milliseconds