OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitDB
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_database.h
41
bool
InitDB
();
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.h
42
bool
InitDB
();
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 41 milliseconds