NPByteRange 344 content/child/npapi/plugin_host.cc NPError NPN_RequestRead(NPStream* stream, NPByteRange* range_list) { NPByteRange 527 content/child/npapi/plugin_instance.cc void PluginInstance::RequestRead(NPStream* stream, NPByteRange* range_list) { NPByteRange 228 content/child/npapi/plugin_instance.h void RequestRead(NPStream* stream, NPByteRange* range_list); NPByteRange 72 content/test/plugin/plugin_request_read_test.cc std::vector<NPByteRange>::iterator it; NPByteRange 38 content/test/plugin/plugin_request_read_test.h std::vector<NPByteRange> requested_ranges_; NPByteRange 868 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList); NPByteRange 78 third_party/npapi/bindings/npfunctions.h typedef NPError (*NPN_RequestReadProcPtr)(NPStream* stream, NPByteRange* rangeList); NPByteRange 128 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) NPByteRange 725 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList); NPByteRange 227 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError (* NP_LOADDS NPN_RequestReadUPP)(NPStream* stream, NPByteRange* rangeList);