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

  /external/chromium_org/printing/backend/
win_helper.cc 124 static bool initialized = InitImpl();
128 bool XPSModule::InitImpl() {
282 static bool initialized = InitImpl();
286 bool XPSPrintModule::InitImpl() {
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 365 // Retry failed InitImpl() in case the recovery system fixed things.
371 if (InitImpl(db_name))
380 bool TopSitesDatabase::InitImpl(const base::FilePath& db_name) {
thumbnail_database.cc 279 // |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);
    [all...]
history_backend.cc 247 InitImpl(languages);
596 void HistoryBackend::InitImpl(const std::string& languages) {
    [all...]
  /external/chromium_org/net/http/
http_auth_gssapi_posix.cc 407 InitImpl();
411 bool GSSAPISharedLibrary::InitImpl() {

Completed in 557 milliseconds