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

  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter_unittest.cc 227 EXPECT_EQ(0u, cookie_counter_->GetStorageSize()); // No activities on add.
234 EXPECT_EQ(6u, cookie_counter_->GetStorageSize()); // Storing all evictions.
241 EXPECT_EQ(0u, cookie_counter_->GetStorageSize()); // Everything is removed.
258 EXPECT_EQ(0u, cookie_counter_->GetStorageSize());
264 EXPECT_EQ(0u, cookie_counter_->GetStorageSize());
281 EXPECT_EQ(6u, cookie_counter_->GetStorageSize());
288 EXPECT_EQ(0u, cookie_counter_->GetStorageSize());
305 EXPECT_EQ(4u, cookie_counter_->GetStorageSize()); // Reached capacity.
308 EXPECT_EQ(2u, cookie_counter_->GetStorageSize());
311 EXPECT_EQ(3u, cookie_counter_->GetStorageSize());
    [all...]
evicted_domain_cookie_counter.h 87 size_t GetStorageSize() const;
evicted_domain_cookie_counter.cc 93 size_t EvictedDomainCookieCounter::GetStorageSize() const {
  /art/compiler/dex/
arena_bit_vector.h 44 DCHECK_EQ(bit_size_, p_bits_->GetStorageSize() * sizeof(uint32_t) * 8);
103 return (storage_size_ == src->GetStorageSize()) &&
109 uint32_t GetStorageSize() const { return storage_size_; }
arena_bit_vector.cc 92 DCHECK_EQ(storage_size_, src->GetStorageSize());
98 DCHECK_EQ(storage_size_, src->GetStorageSize());
109 DCHECK_EQ(storage_size_, src->GetStorageSize());
ssa_transformation.cc 441 if (dest->GetStorageSize() != src1->GetStorageSize() ||
442 dest->GetStorageSize() != src2->GetStorageSize() ||
449 for (idx = 0; idx < dest->GetStorageSize(); idx++) {
  /external/chromium_org/chrome/test/webdriver/commands/
html5_storage_commands.cc 117 Error* error = session_->GetStorageSize(kLocalStorageType, &size);
228 Error* error = session_->GetStorageSize(kSessionStorageType, &size);
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux_unittest.cc 259 uint64 GetStorageSize(const base::FilePath& path) {
694 GetStorageSize(test_path_a));
696 GetStorageSize(test_path_b));
698 GetStorageSize(base::FilePath(kInvalidPath)));
storage_monitor_chromeos_unittest.cc 436 TEST_F(StorageMonitorCrosTest, GetStorageSize) {
  /external/chromium_org/chrome/test/webdriver/
webdriver_session.h 368 Error* GetStorageSize(StorageType type, int* size);
webdriver_session.cc     [all...]

Completed in 284 milliseconds