Searched refs:IndexedDBFactoryTest (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_impl.h93 FRIEND_TEST_ALL_PREFIXES(IndexedDBFactoryTest,
95 FRIEND_TEST_ALL_PREFIXES(IndexedDBFactoryTest,
97 FRIEND_TEST_ALL_PREFIXES(IndexedDBFactoryTest, DatabaseFailedOpen);
98 FRIEND_TEST_ALL_PREFIXES(IndexedDBFactoryTest,
100 FRIEND_TEST_ALL_PREFIXES(IndexedDBFactoryTest,
102 FRIEND_TEST_ALL_PREFIXES(IndexedDBFactoryTest,
H A Dindexed_db_factory_unittest.cc69 class IndexedDBFactoryTest : public testing::Test { class in namespace:content
71 IndexedDBFactoryTest() { function in class:content::IndexedDBFactoryTest
93 DISALLOW_COPY_AND_ASSIGN(IndexedDBFactoryTest);
96 TEST_F(IndexedDBFactoryTest, BackingStoreLifetime) {
123 TEST_F(IndexedDBFactoryTest, BackingStoreLazyClose) {
151 TEST_F(IndexedDBFactoryTest, MemoryBackingStoreLifetime) {
181 TEST_F(IndexedDBFactoryTest, RejectLongOrigins) {
241 TEST_F(IndexedDBFactoryTest, QuotaErrorOnDiskFull) {
265 TEST_F(IndexedDBFactoryTest, BackingStoreReleasedOnForcedClose) {
298 TEST_F(IndexedDBFactoryTest, BackingStoreReleaseDelayedOnClos
[all...]

Completed in 1435 milliseconds