Searched defs:InitImpl (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dtop_sites_database.cc365 // Retry failed InitImpl() in case the recovery system fixed things.
371 if (InitImpl(db_name))
380 bool TopSitesDatabase::InitImpl(const base::FilePath& db_name) { function in class:history::TopSitesDatabase
H A Dthumbnail_database.cc279 // |InitImpl()|, recovery in |RecoverDatabaseOrRaze()|, and history pruning in
320 // |InitImpl()|, recovery in |RecoverDatabaseOrRaze()|, and history pruning in
598 // transaction, rather than needing RazeAndClose() in InitImpl().
605 status = InitImpl(db_name);
1152 sql::InitStatus ThumbnailDatabase::InitImpl(const base::FilePath& db_name) { function in class:history::ThumbnailDatabase
H A Dhistory_backend.cc247 InitImpl(languages);
596 void HistoryBackend::InitImpl(const std::string& languages) { function in class:history::HistoryBackend
/external/chromium_org/printing/backend/
H A Dwin_helper.cc124 static bool initialized = InitImpl();
128 bool XPSModule::InitImpl() { function in class:printing::XPSModule
282 static bool initialized = InitImpl();
286 bool XPSPrintModule::InitImpl() { function in class:printing::XPSPrintModule
/external/chromium_org/net/http/
H A Dhttp_auth_gssapi_posix.cc407 InitImpl();
411 bool GSSAPISharedLibrary::InitImpl() { function in class:net::GSSAPISharedLibrary

Completed in 806 milliseconds