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

/external/chromium_org/sync/syncable/
H A Din_memory_directory_backing_store.cc21 if (!db_->OpenInMemory())
H A Ddirectory_backing_store_unittest.cc2771 ASSERT_TRUE(connection.OpenInMemory());
2791 ASSERT_TRUE(connection.OpenInMemory());
2828 ASSERT_TRUE(connection.OpenInMemory());
2855 ASSERT_TRUE(connection.OpenInMemory());
2893 ASSERT_TRUE(connection.OpenInMemory());
2913 ASSERT_TRUE(connection.OpenInMemory());
2933 ASSERT_TRUE(connection.OpenInMemory());
2979 ASSERT_TRUE(connection.OpenInMemory());
3001 ASSERT_TRUE(connection.OpenInMemory());
3027 ASSERT_TRUE(connection.OpenInMemory());
[all...]
H A Ddirectory_unittest.cc61 ASSERT_TRUE(connection_.OpenInMemory());
/external/chromium_org/chrome/browser/history/
H A Din_memory_database.cc26 if (!db_.OpenInMemory()) {
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_database.h79 static scoped_ptr<LevelDBDatabase> OpenInMemory(
H A Dleveldb_database.cc296 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.cc202 ASSERT_TRUE(db.db_->OpenInMemory());
277 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.h108 static scoped_refptr<IndexedDBBackingStore> OpenInMemory(
111 static scoped_refptr<IndexedDBBackingStore> OpenInMemory(
H A Dindexed_db_factory.cc361 IndexedDBBackingStore::OpenInMemory(origin_url, context_->TaskRunner());
H A Dindexed_db_backing_store.cc1075 scoped_refptr<IndexedDBBackingStore> IndexedDBBackingStore::OpenInMemory( function in class:content::IndexedDBBackingStore
1079 return IndexedDBBackingStore::OpenInMemory(
1084 scoped_refptr<IndexedDBBackingStore> IndexedDBBackingStore::OpenInMemory( function in class:content::IndexedDBBackingStore
1088 IDB_TRACE("IndexedDBBackingStore::OpenInMemory");
1092 LevelDBDatabase::OpenInMemory(comparator.get());
1094 LOG(ERROR) << "LevelDBDatabase::OpenInMemory failed.";
/external/chromium_org/webkit/browser/quota/
H A Dquota_database.cc455 opened = db_->OpenInMemory();
/external/chromium_org/content/browser/quota/
H A Dquota_database_unittest.cc419 return db->OpenInMemory();
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database.cc1012 opened = db_->OpenInMemory();
/external/chromium_org/webkit/browser/database/
H A Ddatabase_tracker.cc485 (is_incognito_ ? db_->OpenInMemory() :

Completed in 2332 milliseconds