Searched refs:ProgressInfo (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader_unittest.cc333 std::vector<test_util::ProgressInfo> upload_progress_values;
352 EXPECT_EQ(test_util::ProgressInfo(0, 0), upload_progress_values[0]);
368 std::vector<test_util::ProgressInfo> upload_progress_values;
388 EXPECT_EQ(test_util::ProgressInfo(512 * 1024, 512 * 1024),
566 std::vector<test_util::ProgressInfo> upload_progress_values;
584 EXPECT_EQ(test_util::ProgressInfo(1024 * 1024, 1024 * 1024),
H A Dfake_drive_service_unittest.cc49 using google_apis::test_util::ProgressInfo;
986 std::vector<test_util::ProgressInfo> download_progress_values;
1878 std::vector<test_util::ProgressInfo> upload_progress_values;
1946 std::vector<test_util::ProgressInfo> upload_progress_values;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_manager.cc157 image_writer_api::ProgressInfo info;
188 image_writer_api::ProgressInfo info;
/external/chromium_org/google_apis/drive/
H A Dtest_util.cc156 void AppendProgressCallbackResult(std::vector<ProgressInfo>* progress_values,
159 progress_values->push_back(ProgressInfo(progress, total));
H A Dtest_util.h268 typedef std::pair<int64, int64> ProgressInfo; typedef in namespace:google_apis::test_util
271 void AppendProgressCallbackResult(std::vector<ProgressInfo>* progress_values,

Completed in 212 milliseconds