SetCounter 85 chrome/browser/chromeos/settings/token_encryptor.cc CHECK(encryptor.SetCounter(nonce)); SetCounter 117 chrome/browser/chromeos/settings/token_encryptor.cc CHECK(encryptor.SetCounter(nonce)); SetCounter 85 crypto/encryptor.h bool SetCounter(const base::StringPiece& counter); SetCounter 170 crypto/encryptor_openssl.cc SetCounter(base::StringPiece(reinterpret_cast<const char*>(ivec), SetCounter 201 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.SetCounter(init_counter_str)); SetCounter 209 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.SetCounter(init_counter_str)); SetCounter 229 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.SetCounter(base::StringPiece( SetCounter 292 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.SetCounter(kInitialCounter)); SetCounter 300 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.SetCounter(kInitialCounter)); SetCounter 305 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.SetCounter(kInitialCounter)); SetCounter 309 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.SetCounter(kInitialCounter)); SetCounter 46 media/cast/transport/utility/transport_encryption_handler.cc if (!encryptor_->SetCounter(GetAesNonce(frame_id, iv_mask_))) { SetCounter 63 media/cast/transport/utility/transport_encryption_handler.cc if (!encryptor_->SetCounter(transport::GetAesNonce(frame_id, iv_mask_))) { SetCounter 139 media/cdm/aes_decryptor.cc if (!encryptor.SetCounter(input.decrypt_config()->iv())) { SetCounter 912 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue()); SetCounter 1018 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::OPEN_ENTRIES, current); SetCounter 1019 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::MAX_ENTRIES, max_refs_); SetCounter 1409 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::FATAL_ERROR, errors); SetCounter 1410 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::DOOM_CACHE, full_dooms); SetCounter 1411 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::DOOM_RECENT, partial_dooms); SetCounter 1412 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::LAST_REPORT, last_report); SetCounter 1861 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::MAX_ENTRIES, 0); SetCounter 1869 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::FATAL_ERROR, 0); SetCounter 1870 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::DOOM_CACHE, 0); SetCounter 1871 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::DOOM_RECENT, 0); SetCounter 1899 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); SetCounter 1944 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::TRIM_ENTRY, 0); SetCounter 259 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue()); SetCounter 335 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::OPEN_ENTRIES, current); SetCounter 336 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::MAX_ENTRIES, max_refs_); SetCounter 840 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::FATAL_ERROR, errors); SetCounter 841 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::DOOM_CACHE, full_dooms); SetCounter 842 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::DOOM_RECENT, partial_dooms); SetCounter 843 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::LAST_REPORT, last_report); SetCounter 1329 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::MAX_ENTRIES, 0); SetCounter 1337 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::FATAL_ERROR, 0); SetCounter 1338 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::DOOM_CACHE, 0); SetCounter 1339 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::DOOM_RECENT, 0); SetCounter 1353 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); SetCounter 1389 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::TRIM_ENTRY, 0); SetCounter 121 net/disk_cache/blockfile/stats.cc SetCounter(UNUSED, 0); SetCounter 200 net/disk_cache/blockfile/stats.cc SetCounter(OPEN_HIT, 0); SetCounter 201 net/disk_cache/blockfile/stats.cc SetCounter(OPEN_MISS, 0); SetCounter 202 net/disk_cache/blockfile/stats.cc SetCounter(RESURRECT_HIT, 0); SetCounter 203 net/disk_cache/blockfile/stats.cc SetCounter(CREATE_HIT, 0); SetCounter 71 net/disk_cache/blockfile/stats.h void SetCounter(Counters counter, int64 value);