Searched refs:GetStoreSizeInBytes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/enhanced_bookmarks/
H A Dimage_store_unittest.cc236 EXPECT_EQ(this->store_->GetStoreSizeInBytes(), -1);
238 EXPECT_LE(this->store_->GetStoreSizeInBytes(), 1024);
243 EXPECT_GE(this->store_->GetStoreSizeInBytes(), size);
244 size = this->store_->GetStoreSizeInBytes();
248 EXPECT_GE(this->store_->GetStoreSizeInBytes(), 90 * 1024); // 90kb
249 EXPECT_LE(this->store_->GetStoreSizeInBytes(), 200 * 1024); // 200kb
251 EXPECT_GE(this->store_->GetStoreSizeInBytes(), 400 * 1024); // 400kb
252 EXPECT_LE(this->store_->GetStoreSizeInBytes(), 500 * 1024); // 500kb
H A Dimage_store.h57 virtual int64 GetStoreSizeInBytes() = 0;
H A Dpersistent_image_store.h29 virtual int64 GetStoreSizeInBytes() OVERRIDE;
H A Dtest_image_store.h25 virtual int64 GetStoreSizeInBytes() OVERRIDE;
H A Dtest_image_store.cc72 int64 TestImageStore::GetStoreSizeInBytes() { function in class:TestImageStore
H A Dpersistent_image_store.cc201 int64 PersistentImageStore::GetStoreSizeInBytes() { function in class:PersistentImageStore

Completed in 175 milliseconds