Lines Matching refs:store_
391 store_(store), in CookieMonster()
406 store_(store), in CookieMonster()
738 if (store_) in SetClearPersistentStoreOnExit()
739 store_->SetClearLocalStateOnExit(clear_local_store); in SetClearPersistentStoreOnExit()
749 if (initialized_ && store_) in FlushStore()
750 store_->Flush(completion_task); in FlushStore()
861 DCHECK(store_) << "Store must exist to initialize"; in InitStore()
872 store_->Load(&cookies); in InitStore()
1171 if (cc->IsPersistent() && store_ && sync_to_store) in InternalInsertCookie()
1172 store_->AddCookie(*cc); in InternalInsertCookie()
1282 if (cc->IsPersistent() && store_) in InternalUpdateCookieAccessTime()
1283 store_->UpdateCookieAccessTime(*cc); in InternalUpdateCookieAccessTime()
1304 if (cc->IsPersistent() && store_ && sync_to_store) in InternalDeleteCookie()
1305 store_->DeleteCookie(*cc); in InternalDeleteCookie()