OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npobject_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/child/npapi/
npobject_stub.cc
31
:
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
...]
npobject_stub.h
88
NPObject*
npobject_
;
member in class:content::NPObjectStub
/external/chromium_org/content/test/plugin/
plugin_delete_plugin_in_deallocate_test.h
26
NPObject*
npobject_
;
member in class:NPAPIClient::DeletePluginInDeallocateTest
plugin_delete_plugin_in_deallocate_test.cc
69
: 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/
webplugin_delegate_proxy.cc
220
npobject_
(NULL),
230
if (
npobject_
)
231
WebBindings::releaseObject(
npobject_
);
736
if (
npobject_
)
737
return WebBindings::retainObject(
npobject_
);
744
npobject_
= NPObjectProxy::Create(
747
return WebBindings::retainObject(
npobject_
);
[
all
...]
webplugin_delegate_proxy.h
276
NPObject*
npobject_
;
member in class:content::WebPluginDelegateProxy
Completed in 305 milliseconds