OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:np_initialize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_lib.cc
26
// instance function calls (i.e.
NP_Initialize
and NP_Shutdown). So we keep
92
NPError PluginLib::
NP_Initialize
() {
94
<< "PluginLib::
NP_Initialize
(" << web_plugin_info_.path.value()
107
NPError rv = entry_points_.
np_initialize
(host->host_functions(),
110
NPError rv = entry_points_.
np_initialize
(host->host_functions());
112
// On the Mac, we need to get entry points after calling
np_initialize
to
120
<< "PluginLib::
NP_Initialize
(" << web_plugin_info_.path.value()
209
entry_points_.
np_initialize
=
211
"
NP_Initialize
");
212
if (entry_points_.
np_initialize
== 0
[
all
...]
plugin_lib.h
36
NP_InitializeFunc
np_initialize
;
member in struct:content::PluginEntryPoints
71
NPError
NP_Initialize
();
Completed in 55 milliseconds