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

/external/chromium_org/content/child/npapi/
H A Dnpobject_proxy.h28 // give it an NPObjectProxy instead. All calls to it are sent across an IPC
32 class NPObjectProxy : public IPC::Listener, class in namespace:content
36 virtual ~NPObjectProxy();
93 static NPObjectProxy* GetProxy(NPObject* object);
102 NPObjectProxy(NPChannelBase* channel,
H A Dnpobject_proxy.cc22 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
61 NPObjectProxy::NPObjectProxy( function in class:content::NPObjectProxy
[all...]

Completed in 42 milliseconds