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

/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc37 explicit MultiPartResponseClient(PluginStreamUrl* plugin_stream) argument
38 : byte_range_lower_bound_(0), plugin_stream_(plugin_stream) {}
73 PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream, argument
86 : plugin_stream_(plugin_stream),
H A Dplugin_url_fetcher.h25 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,
H A Dplugin_instance.cc554 PluginStream* plugin_stream = stream_index->get(); local
555 if (plugin_stream->stream() == stream) {
558 plugin_stream->set_seekable(true);
560 pending_range_requests_[++next_range_request_id_] = plugin_stream;
676 PluginStream* plugin_stream = stream_index->get(); local
677 if (plugin_stream->notify_data() == notify_data) {
679 static_cast<PluginStreamUrl*>(plugin_stream);

Completed in 73 milliseconds