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

  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 44 : byte_range_lower_bound_(0), plugin_stream_(plugin_stream) {}
67 plugin_stream_->DidReceiveData(data, data_length, data_offset);
75 PluginStreamUrl* plugin_stream_; member in class:content::__anon12131::MultiPartResponseClient
95 : plugin_stream_(plugin_stream),
169 // events back to the plugin, via either |plugin_stream_| or
174 plugin_stream_ = NULL;
178 if (!plugin_stream_)
185 plugin_stream_->DidFail(resource_id_); // That will delete |this|.
195 if (!plugin_stream_)
206 !plugin_stream_->instance()->webplugin()->CheckIfRunInsecureContent
    [all...]
plugin_url_fetcher.h 70 // |plugin_stream_| becomes NULL after Cancel() to ensure no further calls
72 PluginStreamUrl* plugin_stream_; member in class:content::PluginURLFetcher

Completed in 536 milliseconds