Lines Matching defs:BackendImplV3

56 BackendImplV3::BackendImplV3(
79 BackendImplV3::~BackendImplV3() {
83 int BackendImplV3::Init(const CompletionCallback& callback) {
93 bool BackendImplV3::SetMaxSize(int max_bytes) {
111 void BackendImplV3::SetType(net::CacheType type) {
116 bool BackendImplV3::CreateBlock(FileType block_type, int block_count,
122 void BackendImplV3::UpdateRank(EntryImplV3* entry, bool modified) {
128 void BackendImplV3::InternalDoomEntry(EntryImplV3* entry) {
158 void BackendImplV3::OnEntryDestroyBegin(Addr address) {
164 void BackendImplV3::OnEntryDestroyEnd() {
171 EntryImplV3* BackendImplV3::GetOpenEntry(Addr address) const {
183 int BackendImplV3::MaxFileSize() const {
187 void BackendImplV3::ModifyStorageSize(int32 old_size, int32 new_size) {
199 void BackendImplV3::TooMuchStorageRequested(int32 size) {
203 bool BackendImplV3::IsAllocAllowed(int current_size, int new_size) {
218 void BackendImplV3::BufferDeleted(int size) {
224 bool BackendImplV3::IsLoaded() const {
231 std::string BackendImplV3::HistogramName(const char* name) const {
237 base::WeakPtr<BackendImplV3> BackendImplV3::GetWeakPtr() {
244 bool BackendImplV3::ShouldReportAgain() {
259 void BackendImplV3::FirstEviction() {
300 void BackendImplV3::OnEvent(Stats::Counters an_event) {
304 void BackendImplV3::OnRead(int32 bytes) {
311 void BackendImplV3::OnWrite(int32 bytes) {
316 void BackendImplV3::OnTimerTick() {
356 void BackendImplV3::SetUnitTestMode() {
360 void BackendImplV3::SetUpgradeMode() {
365 void BackendImplV3::SetNewEviction() {
370 void BackendImplV3::SetFlags(uint32 flags) {
374 int BackendImplV3::FlushQueueForTest(const CompletionCallback& callback) {
379 void BackendImplV3::TrimForTest(bool empty) {
384 void BackendImplV3::TrimDeletedListForTest(bool empty) {
389 int BackendImplV3::SelfCheck() {
415 net::CacheType BackendImplV3::GetCacheType() const {
419 int32 BackendImplV3::GetEntryCount() const {
426 int BackendImplV3::OpenEntry(const std::string& key, Entry** entry,
471 int BackendImplV3::CreateEntry(const std::string& key, Entry** entry,
570 int BackendImplV3::DoomEntry(const std::string& key,
584 int BackendImplV3::DoomAllEntries(const CompletionCallback& callback) {
600 int BackendImplV3::DoomEntriesBetween(base::Time initial_time,
638 int BackendImplV3::DoomEntriesSince(base::Time initial_time,
663 class BackendImplV3::IteratorImpl : public Backend::Iterator {
682 scoped_ptr<Backend::Iterator> BackendImplV3::CreateIterator() {
686 void BackendImplV3::GetStats(StatsItems* stats) {
715 void BackendImplV3::OnExternalCacheHit(const std::string& key) {
734 void BackendImplV3::AdjustMaxCacheSize(int table_len) {
767 bool BackendImplV3::InitStats() {
805 void BackendImplV3::StoreStats() {
823 void BackendImplV3::RestartCache(bool failure) {
850 void BackendImplV3::PrepareForRestart() {
865 void BackendImplV3::CleanupCache() {
890 int BackendImplV3::NewEntry(Addr address, EntryImplV3** entry) {
967 void BackendImplV3::AddStorageSize(int32 bytes) {
972 void BackendImplV3::SubstractStorageSize(int32 bytes) {
977 void BackendImplV3::IncreaseNumRefs() {
983 void BackendImplV3::DecreaseNumRefs() {
992 void BackendImplV3::IncreaseNumEntries() {
997 void BackendImplV3::DecreaseNumEntries() {
1005 int BackendImplV3::SyncInit() {
1028 timer_.reset(new base::RepeatingTimer<BackendImplV3>());
1030 &BackendImplV3::OnStatsTimer);
1110 EntryImpl* BackendImplV3::ResurrectEntry(EntryImpl* deleted_entry) {
1129 EntryImpl* BackendImplV3::CreateEntryImpl(const std::string& key) {
1227 void BackendImplV3::LogStats() {
1235 void BackendImplV3::ReportStats() {
1318 void BackendImplV3::ReportError(int error) {
1327 bool BackendImplV3::CheckIndex() {
1390 int BackendImplV3::CheckAllEntries() {
1433 bool BackendImplV3::CheckEntry(EntryImpl* cache_entry) {
1448 int BackendImplV3::MaxBuffersSize() {
1468 bool BackendImplV3::IsAllocAllowed(int current_size, int new_size) {
1472 net::CacheType BackendImplV3::GetCacheType() const {
1476 int32 BackendImplV3::GetEntryCount() const {
1480 int BackendImplV3::OpenEntry(const std::string& key, Entry** entry,
1485 int BackendImplV3::CreateEntry(const std::string& key, Entry** entry,
1490 int BackendImplV3::DoomEntry(const std::string& key,
1495 int BackendImplV3::DoomAllEntries(const CompletionCallback& callback) {
1499 int BackendImplV3::DoomEntriesBetween(base::Time initial_time,
1505 int BackendImplV3::DoomEntriesSince(base::Time initial_time,
1511 class BackendImplV3::NotImplementedIterator : public Backend::Iterator {
1519 scoped_ptr<Backend::Iterator> BackendImplV3::CreateIterator() {
1523 void BackendImplV3::GetStats(StatsItems* stats) {
1527 void BackendImplV3::OnExternalCacheHit(const std::string& key) {
1531 void BackendImplV3::CleanupCache() {