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

  /external/chromium_org/content/child/npapi/
npobject_proxy.h 28 // give it an NPObjectProxy instead. All calls to it are sent across an IPC
32 class NPObjectProxy : public IPC::Listener,
36 virtual ~NPObjectProxy();
93 static NPObjectProxy* GetProxy(NPObject* object);
102 NPObjectProxy(NPChannelBase* channel,
npobject_proxy.cc 22 NPObjectProxy* proxy;
25 NPClass NPObjectProxy::npclass_proxy_ = {
27 NPObjectProxy::NPAllocate,
28 NPObjectProxy::NPDeallocate,
29 NPObjectProxy::NPPInvalidate,
30 NPObjectProxy::NPHasMethod,
31 NPObjectProxy::NPInvoke,
32 NPObjectProxy::NPInvokeDefault,
33 NPObjectProxy::NPHasProperty,
34 NPObjectProxy::NPGetProperty
    [all...]

Completed in 1587 milliseconds