Searched refs:OpenInMemory (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/sync/syncable/
H A Din_memory_directory_backing_store.cc21 if (!db_->OpenInMemory())
H A Ddeferred_on_disk_directory_backing_store.cc59 if (!db_->OpenInMemory())
H A Ddirectory_backing_store_unittest.cc2887 ASSERT_TRUE(connection.OpenInMemory());
2907 ASSERT_TRUE(connection.OpenInMemory());
2944 ASSERT_TRUE(connection.OpenInMemory());
2971 ASSERT_TRUE(connection.OpenInMemory());
3009 ASSERT_TRUE(connection.OpenInMemory());
3029 ASSERT_TRUE(connection.OpenInMemory());
3049 ASSERT_TRUE(connection.OpenInMemory());
3095 ASSERT_TRUE(connection.OpenInMemory());
3117 ASSERT_TRUE(connection.OpenInMemory());
3143 ASSERT_TRUE(connection.OpenInMemory());
[all...]
H A Ddirectory_unittest.cc61 ASSERT_TRUE(connection_.OpenInMemory());
/external/chromium_org/components/history/core/browser/
H A Din_memory_database.cc26 if (!db_.OpenInMemory()) {
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_database.h80 static scoped_ptr<LevelDBDatabase> OpenInMemory(
H A Dleveldb_database.cc314 scoped_ptr<LevelDBDatabase> LevelDBDatabase::OpenInMemory(
/external/chromium_org/components/precache/core/
H A Dprecache_url_table_unittest.cc28 ASSERT_TRUE(db_->OpenInMemory());
/external/chromium_org/content/browser/
H A Ddatabases_table_unittest.cc48 EXPECT_TRUE(db.OpenInMemory());
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_database_unittest.cc203 ASSERT_TRUE(db.db_->OpenInMemory());
278 ASSERT_TRUE(db.db_->OpenInMemory());
H A Ddom_storage_database.cc156 if (!db_->OpenInMemory()) {
/external/chromium_org/sql/
H A Dconnection.h167 // file could be opened. You can call this or OpenInMemory.
173 bool OpenInMemory() WARN_UNUSED_RESULT;
177 // OpenInMemory() for small databases, but can page to disk if the
581 // True if database is open with OpenInMemory(), False if database is open
H A Dconnection.cc251 bool Connection::OpenInMemory() { function in class:sql::Connection
395 if (!null_db.OpenInMemory()) {
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.h332 static scoped_refptr<IndexedDBBackingStore> OpenInMemory(
336 static scoped_refptr<IndexedDBBackingStore> OpenInMemory(
H A Dindexed_db_factory_impl.cc381 backing_store = IndexedDBBackingStore::OpenInMemory(
H A Dindexed_db_backing_store.cc1083 scoped_refptr<IndexedDBBackingStore> IndexedDBBackingStore::OpenInMemory( function in class:content::IndexedDBBackingStore
1088 return IndexedDBBackingStore::OpenInMemory(
1093 scoped_refptr<IndexedDBBackingStore> IndexedDBBackingStore::OpenInMemory( function in class:content::IndexedDBBackingStore
1098 IDB_TRACE("IndexedDBBackingStore::OpenInMemory");
1102 LevelDBDatabase::OpenInMemory(comparator.get());
1104 LOG(ERROR) << "LevelDBDatabase::OpenInMemory failed.";
/external/chromium_org/storage/browser/quota/
H A Dquota_database.cc455 opened = db_->OpenInMemory();
/external/chromium_org/content/browser/appcache/
H A Dappcache_database.cc1014 opened = db_->OpenInMemory();
/external/chromium_org/content/browser/quota/
H A Dquota_database_unittest.cc419 return db->OpenInMemory();
/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.cc485 (is_incognito_ ? db_->OpenInMemory() :

Completed in 7661 milliseconds