Searched defs:ProgressCallback (Results 1 – 5 of 5) sorted by relevance
43 typedef base::Callback<void(int64 sent, int64 total)> ProgressCallback; typedef
27 void ProgressCallback(int64 current, int64 total) {} in ProgressCallback() function in __anonfe8430c50111::Delegate
37 typedef base::Callback<void(int64 progress, int64 total)> ProgressCallback; typedef
493 void BufferedDataSource::ProgressCallback(int64 position) { in ProgressCallback() function in content::BufferedDataSource
633 TEST(LocalFileSystemCopyOrMoveOperationTest, ProgressCallback) { in TEST() argument