Searched refs:ShutdownOnUI (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/api/storage/
H A Dvalue_store_cache.cc11 void ValueStoreCache::ShutdownOnUI() {} function in class:extensions::ValueStoreCache
H A Dvalue_store_cache.h21 // thread. At shutdown, ShutdownOnUI() is first invoked on the UI thread, and
25 // It also means that any methods invoked on UI *before ShutdownOnUI()* can
27 // posted to FILE after ShutdownOnUI().
39 virtual void ShutdownOnUI();
H A Dstorage_frontend.cc108 cache->ShutdownOnUI();
164 cache->ShutdownOnUI();
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.h59 virtual void ShutdownOnUI() OVERRIDE;
H A Dmanaged_value_store_cache.cc265 void ManagedValueStoreCache::ShutdownOnUI() { function in class:extensions::ManagedValueStoreCache

Completed in 175 milliseconds