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
95
memset(&
host_funcs_
, 0, sizeof(
host_funcs_
));
96
host_funcs_
.size = sizeof(
host_funcs_
);
97
host_funcs_
.version = (NP_VERSION_MAJOR << 8) | (NP_VERSION_MINOR);
100
host_funcs_
.geturl = &NPN_GetURL;
101
host_funcs_
.posturl = &NPN_PostURL;
102
host_funcs_
.requestread = &NPN_RequestRead;
103
host_funcs_
.newstream = &NPN_NewStream;
104
host_funcs_
.write = &NPN_Write
[
all
...]
Completed in 561 milliseconds