OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_npnetscape_funcs
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/host/plugin/
host_plugin_utils.cc
9
NPNetscapeFuncs*
g_npnetscape_funcs
= NULL;
member in namespace:remoting
12
if (!
g_npnetscape_funcs
->identifierisstring(identifier))
14
NPUTF8* np_string =
g_npnetscape_funcs
->utf8fromidentifier(identifier);
16
g_npnetscape_funcs
->memfree(np_string);
30
reinterpret_cast<NPUTF8*>(
g_npnetscape_funcs
->memalloc(len + 1));
61
g_npnetscape_funcs
->retainobject(object);
64
g_npnetscape_funcs
->releaseobject(object_);
host_plugin_utils.h
17
extern NPNetscapeFuncs*
g_npnetscape_funcs
;
34
// must be owned by
g_npnetscape_funcs
.
host_plugin.cc
54
using remoting::
g_npnetscape_funcs
;
93
g_npnetscape_funcs
->releaseobject(scriptable_object_);
118
NPError err =
g_npnetscape_funcs
->getvalue(instance_,
123
g_npnetscape_funcs
->setvalue(instance_, NPPVpluginDrawingModel,
132
err =
g_npnetscape_funcs
->getvalue(instance_, NPNVsupportsCocoaBool,
136
g_npnetscape_funcs
->setvalue(instance_, NPPVpluginEventModel,
170
scriptable_object_ =
g_npnetscape_funcs
->createobject(instance_,
180
g_npnetscape_funcs
->pluginthreadasynccall(instance_, function, data);
183
uint32_t timer_id =
g_npnetscape_funcs
->scheduletimer(
229
g_npnetscape_funcs
->memalloc(sizeof(ScriptableNPObject)))
[
all
...]
host_script_object.cc
610
g_npnetscape_funcs
->releasevariantvalue(&host_name_val);
644
g_npnetscape_funcs
->releasevariantvalue(&pin_hash_val);
[
all
...]
Completed in 27 milliseconds