HomeSort by relevance Sort by last modified time
    Searched refs:NPObjectStub (Results 1 - 7 of 7) 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...]
npobject_util.cc 195 // NPObjectStub adds its own reference to the NPObject it owns, so if
205 new NPObjectStub(
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.h 119 base::WeakPtr<NPObjectStub> plugin_scriptable_object_;
webplugin_delegate_stub.cc 35 base::WeakPtr<NPObjectStub> scriptable_object,
311 NPObjectStub* scriptable_stub = new NPObjectStub(
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 39 class NPObjectStub;
webplugin_delegate_proxy.cc     [all...]

Completed in 79 milliseconds