HomeSort by relevance Sort by last modified time
    Searched full:downloading_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/renderer/media/
buffered_data_source_unittest.cc 43 downloading_(false),
71 bool downloading() { return downloading_; }
72 void set_downloading(bool downloading) { downloading_ = downloading; }
76 bool downloading_; member in class:content::MockBufferedDataSource

Completed in 56 milliseconds