Searched refs:npobject_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dnpobject_stub.cc31 : npobject_(npobject),
40 WebBindings::retainObject(npobject_);
45 DCHECK(!npobject_);
49 if (npobject_) {
50 channel_->RemoveMappingForNPObjectStub(route_id_, npobject_);
52 // We need to NULL npobject_ prior to calling releaseObject() to avoid
55 NPObject* npobject = npobject_;
56 npobject_ = NULL;
69 return npobject_;
78 if (!npobject_) {
[all...]
H A Dnpobject_stub.h88 NPObject* npobject_; member in class:content::NPObjectStub
/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_deallocate_test.h26 NPObject* npobject_; member in class:NPAPIClient::DeletePluginInDeallocateTest
H A Dplugin_delete_plugin_in_deallocate_test.cc69 : PluginTest(id, host_functions), npobject_(NULL), test_started_(false) {
91 npobject_ = HostFunctions()->createobject(
94 reinterpret_cast<DeletePluginInDeallocateTestNPObject*>(npobject_);
111 OBJECT_TO_NPVARIANT(npobject_, func_arg);
117 HostFunctions()->releaseobject(npobject_);
136 if (!npobject_) {
141 reinterpret_cast<DeletePluginInDeallocateTestNPObject*>(npobject_);
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc214 npobject_(NULL),
224 if (npobject_)
225 WebBindings::releaseObject(npobject_);
733 if (npobject_)
734 return WebBindings::retainObject(npobject_);
744 npobject_ = NPObjectProxy::Create(
747 return WebBindings::retainObject(npobject_);
H A Dwebplugin_delegate_proxy.h277 NPObject* npobject_; member in class:content::WebPluginDelegateProxy

Completed in 2005 milliseconds