Home
last modified time | relevance | path

Searched refs:last_created_store_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/extensions/value_store/
Dcef_value_store_factory.cc41 return last_created_store_; in LastCreatedStore()
60 last_created_store_ = nullptr; in Reset()
70 last_created_store_ = store.get(); in CreateStore()
Dcef_value_store_factory.h51 ValueStore* last_created_store_ = nullptr; variable