Searched refs:current_progress (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader.cc | 432 int64_t current_progress = offset + num_bytes_read; in ExtractChunk() local 434 progress_callback.Run(current_progress); in ExtractChunk() 441 progress_callback, current_progress)); in ExtractChunk()
|
H A D | zip_reader_unittest.cc | 98 int current_progress() { return current_progress_; } in current_progress() function in __anon26461::MockUnzipListener 455 EXPECT_EQ(file_size, listener.current_progress()); in TEST_F()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_reader_unittest.cc | 97 int current_progress() { return current_progress_; } in current_progress() function in __anon15298::MockUnzipListener 567 EXPECT_EQ(file_size, listener.current_progress()); in TEST_F() 600 EXPECT_EQ(contents.size(), listener.current_progress()); in TEST_F() 632 EXPECT_EQ(contents.size(), listener.current_progress()); in TEST_F() 664 EXPECT_EQ(contents.size(), listener.current_progress()); in TEST_F()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader_unittest.cc | 99 int current_progress() { return current_progress_; } in current_progress() function in __anon15319::MockUnzipListener 553 EXPECT_EQ(file_size, listener.current_progress()); in TEST_F() 586 EXPECT_EQ(contents.size(), listener.current_progress()); in TEST_F() 618 EXPECT_EQ(contents.size(), listener.current_progress()); in TEST_F() 650 EXPECT_EQ(contents.size(), listener.current_progress()); in TEST_F()
|
Completed in 6 milliseconds