OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_funcs_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_host.h
33
NPNetscapeFuncs* host_functions() { return &
host_funcs_
; }
54
NPNetscapeFuncs
host_funcs_
;
member in class:content::PluginHost
plugin_host.cc
102
memset(&
host_funcs_
, 0, sizeof(
host_funcs_
));
103
host_funcs_
.size = sizeof(
host_funcs_
);
104
host_funcs_
.version = (NP_VERSION_MAJOR << 8) | (NP_VERSION_MINOR);
107
host_funcs_
.geturl = &NPN_GetURL;
108
host_funcs_
.posturl = &NPN_PostURL;
109
host_funcs_
.requestread = &NPN_RequestRead;
110
host_funcs_
.newstream = &NPN_NewStream;
111
host_funcs_
.write = &NPN_Write
[
all
...]
Completed in 173 milliseconds