Home | History | Annotate | Download | only in base

Lines Matching full:store_

391       store_(store),
406 store_(store),
738 if (store_)
739 store_->SetClearLocalStateOnExit(clear_local_store);
749 if (initialized_ && store_)
750 store_->Flush(completion_task);
861 DCHECK(store_) << "Store must exist to initialize";
872 store_->Load(&cookies);
1171 if (cc->IsPersistent() && store_ && sync_to_store)
1172 store_->AddCookie(*cc);
1282 if (cc->IsPersistent() && store_)
1283 store_->UpdateCookieAccessTime(*cc);
1304 if (cc->IsPersistent() && store_ && sync_to_store)
1305 store_->DeleteCookie(*cc);