Searched refs:NPByteRange (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_request_read_test.h38 std::vector<NPByteRange> requested_ranges_;
H A Dplugin_request_read_test.cc72 std::vector<NPByteRange>::iterator it;
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h276 } NPByteRange; typedef in typeref:struct:_NPByteRange
725 NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList);
H A Dnpupp.h227 typedef NPError (* NP_LOADDS NPN_RequestReadUPP)(NPStream* stream, NPByteRange* rangeList);
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.h228 void RequestRead(NPStream* stream, NPByteRange* range_list);
H A Dplugin_instance.cc528 void PluginInstance::RequestRead(NPStream* stream, NPByteRange* range_list) {
H A Dplugin_host.cc345 NPError NPN_RequestRead(NPStream* stream, NPByteRange* range_list) {
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h235 } NPByteRange; typedef in typeref:struct:_NPByteRange
868 NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList);
H A Dnpfunctions.h78 typedef NPError (*NPN_RequestReadProcPtr)(NPStream* stream, NPByteRange* rangeList);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpn_gate.cpp128 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList)

Completed in 163 milliseconds