Home
last modified time | relevance | path

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

/external/chromium_org/media/filters/
Dfile_data_source.h38 void force_streaming_for_testing() { force_streaming_ = true; } in force_streaming_for_testing()
47 bool force_streaming_; variable
Dfile_data_source.cc15 force_streaming_(false) { in FileDataSource()
75 return force_streaming_; in IsStreaming()