HomeSort by relevance Sort by last modified time
    Searched defs:InitDB (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/history/
in_memory_database.cc 22 bool InMemoryDatabase::InitDB() {
55 if (!InitDB())
58 // InitDB doesn't create the index so in the disk-loading case, it can be
66 if (!InitDB())
  /external/chromium_org/chrome/browser/history/
in_memory_database.cc 22 bool InMemoryDatabase::InitDB() {
55 if (!InitDB())
58 // InitDB doesn't create the index so in the disk-loading case, it can be
66 if (!InitDB())
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 25 static bool InitDB(sql::Connection* db) {
387 if (!InitDB(db_.get())) {

Completed in 209 milliseconds