Searched refs:NPN_Write (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/content/child/npapi/ |
D | plugin_host.cc | 111 host_funcs_.write = &NPN_Write; in InitializeHostFuncs() 559 int32_t NPN_Write(NPP id, NPStream* stream, int32_t len, void* buffer) { in NPN_Write() function
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npapi.h | 728 int32 NP_LOADDS NPN_Write(NPP instance, NPStream* stream, int32 len, void* buffer);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | npp_gate.cpp | 128 fakeNPNFuncs.write = NPN_Write; in NPP_New()
|
D | npn_gate.cpp | 161 int32 NPN_Write(NPP instance, NPStream *stream, int32 len, void *buffer) in NPN_Write() function
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | npspy.rc | 145 … CONTROL "NPN_Write",IDC_CHECK_NPN_WRITE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,89,52,10
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npapi.h | 871 int32_t NP_LOADDS NPN_Write(NPP instance, NPStream* stream, int32_t len,
|