Home
last modified time | relevance | path

Searched refs:NPN_RequestRead (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/child/npapi/
Dplugin_host.cc109 host_funcs_.requestread = &NPN_RequestRead; in InitializeHostFuncs()
345 NPError NPN_RequestRead(NPStream* stream, NPByteRange* range_list) { in NPN_RequestRead() function
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpapi.h725 NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList);
/external/chromium_org/third_party/npapi/npspy/common/
Dnpp_gate.cpp126 fakeNPNFuncs.requestread = NPN_RequestRead; in NPP_New()
Dnpn_gate.cpp128 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) in NPN_RequestRead() function
/external/chromium_org/third_party/npapi/npspy/windows/
Dnpspy.rc143 …CONTROL "NPN_RequestRead",IDC_CHECK_NPN_REQUESTREAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,…
/external/chromium_org/third_party/npapi/bindings/
Dnpapi.h868 NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList);