Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/media/
Dbuffered_data_source_unittest.cc283 void ReadDataSourceMiss(int64 position, int size, int start_error) { in ReadDataSourceMiss() function in webkit_glue::BufferedDataSourceTest
473 ReadDataSourceMiss(1000, 10, net::OK); in TEST_F()
474 ReadDataSourceMiss(20, 10, net::OK); in TEST_F()
483 ReadDataSourceMiss(1000, 10, net::ERR_INVALID_RESPONSE); in TEST_F()