Searched refs:NPN_Write (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp128 fakeNPNFuncs.write = NPN_Write;
H A Dnpn_gate.cpp161 int32 NPN_Write(NPP instance, NPStream *stream, int32 len, void *buffer) function
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h728 int32 NP_LOADDS NPN_Write(NPP instance, NPStream* stream, int32 len, void* buffer);
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc111 host_funcs_.write = &NPN_Write;
559 int32_t NPN_Write(NPP id, NPStream* stream, int32_t len, void* buffer) { function
563 DVLOG(1) << "NPN_Write is not implemented yet.";
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h871 int32_t NP_LOADDS NPN_Write(NPP instance, NPStream* stream, int32_t len,

Completed in 9441 milliseconds