Home
last modified time | relevance | path

Searched defs:downloading (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/media/
Dbuffered_data_source_unittest.cc71 bool downloading() { return downloading_; } in downloading() function in content::MockBufferedDataSource
72 void set_downloading(bool downloading) { downloading_ = downloading; } in set_downloading()