Home
last modified time | relevance | path

Searched refs:copy_stream_data_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/child/npapi/
Dplugin_url_fetcher.h53 bool copy_stream_data() { return copy_stream_data_; } in copy_stream_data()
87 bool copy_stream_data_; variable
Dplugin_url_fetcher.cc105 copy_stream_data_(copy_stream_data), in PluginURLFetcher()
344 if (copy_stream_data_) { in OnReceivedData()