Searched refs:plugin_stream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc43 explicit MultiPartResponseClient(PluginStreamUrl* plugin_stream) argument
44 : byte_range_lower_bound_(0), plugin_stream_(plugin_stream) {}
80 PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream, argument
95 : plugin_stream_(plugin_stream),
H A Dplugin_instance.cc557 PluginStream* plugin_stream = stream_index->get(); local
558 if (plugin_stream->stream() == stream) {
561 plugin_stream->set_seekable(true);
565 pending_range_requests_[++next_range_request_id_] = plugin_stream;
571 static_cast<PluginStreamUrl*>(plugin_stream);
687 PluginStream* plugin_stream = stream_index->get(); local
688 if (plugin_stream->notify_data() == notify_data) {
690 static_cast<PluginStreamUrl*>(plugin_stream);
H A Dplugin_url_fetcher.h22 PluginURLFetcher(PluginStreamUrl* plugin_stream,
H A Dwebplugin_delegate_impl.cc322 PluginStreamUrl* plugin_stream = instance()->CreateStream( local
326 plugin_stream->SetPluginURLFetcher(new PluginURLFetcher(
327 plugin_stream, url, first_party_for_cookies, method, buf, len,

Completed in 111 milliseconds