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

  /external/chromium_org/content/child/npapi/
npobject_stub.h 30 class NPObjectStub : public IPC::Listener,
32 public base::SupportsWeakPtr<NPObjectStub>,
35 NPObjectStub(NPObject* npobject,
40 virtual ~NPObjectStub();
npobject_stub.cc 25 NPObjectStub::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, msg
    [all...]

Completed in 75 milliseconds