HomeSort by relevance Sort by last modified time
    Searched refs:plugin_stream (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 43 explicit MultiPartResponseClient(PluginStreamUrl* plugin_stream)
44 : byte_range_lower_bound_(0), plugin_stream_(plugin_stream) {}
79 PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream,
94 : plugin_stream_(plugin_stream),
plugin_url_fetcher.h 25 PluginURLFetcher(PluginStreamUrl* plugin_stream,
plugin_instance.cc 556 PluginStream* plugin_stream = stream_index->get(); local
557 if (plugin_stream->stream() == stream) {
560 plugin_stream->set_seekable(true);
564 pending_range_requests_[++next_range_request_id_] = plugin_stream;
570 static_cast<PluginStreamUrl*>(plugin_stream);
686 PluginStream* plugin_stream = stream_index->get(); local
687 if (plugin_stream->notify_data() == notify_data) {
689 static_cast<PluginStreamUrl*>(plugin_stream);
webplugin_delegate_impl.cc 322 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 72 milliseconds