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

/external/chromium_org/content/child/npapi/
H A Dnpobject_stub.h30 class NPObjectStub : public IPC::Listener, class in namespace:content
32 public base::SupportsWeakPtr<NPObjectStub>,
35 NPObjectStub(NPObject* npobject,
40 virtual ~NPObjectStub();
H A Dnpobject_stub.cc25 NPObjectStub::NPObjectStub( function in class:content::NPObjectStub
43 NPObjectStub::~NPObjectStub() {
48 void NPObjectStub::DeleteSoon() {
64 bool NPObjectStub::Send(IPC::Message* msg) {
68 NPObject* NPObjectStub::GetUnderlyingNPObject() {
72 IPC::Listener* NPObjectStub::GetChannelListener() {
76 bool NPObjectStub::OnMessageReceived(const IPC::Message& msg) {
91 IPC_BEGIN_MESSAGE_MAP(NPObjectStub, ms
[all...]

Completed in 122 milliseconds