HomeSort by relevance Sort by last modified time
    Searched refs:ProgressInfo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/drive/
drive_uploader_unittest.cc 330 std::vector<test_util::ProgressInfo> upload_progress_values;
349 EXPECT_EQ(test_util::ProgressInfo(0, 0), upload_progress_values[0]);
365 std::vector<test_util::ProgressInfo> upload_progress_values;
385 EXPECT_EQ(test_util::ProgressInfo(512 * 1024, 512 * 1024),
559 std::vector<test_util::ProgressInfo> upload_progress_values;
577 EXPECT_EQ(test_util::ProgressInfo(1024 * 1024, 1024 * 1024),
fake_drive_service_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_manager.cc 141 image_writer_api::ProgressInfo info;
172 image_writer_api::ProgressInfo info;
  /external/chromium_org/google_apis/drive/
test_util.cc 155 void AppendProgressCallbackResult(std::vector<ProgressInfo>* progress_values,
158 progress_values->push_back(ProgressInfo(progress, total));
test_util.h 268 typedef std::pair<int64, int64> ProgressInfo;
271 void AppendProgressCallbackResult(std::vector<ProgressInfo>* progress_values,

Completed in 49 milliseconds