Home
last modified time | relevance | path

Searched refs:g_auto_import_state (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/first_run/
Dfirst_run.cc75 uint16 g_auto_import_state = first_run::AUTO_IMPORT_NONE; variable
267 g_auto_import_state |= first_run::AUTO_IMPORT_BOOKMARKS_FILE_IMPORTED; in ImportFromFile()
286 g_auto_import_state |= first_run::AUTO_IMPORT_PROFILE_IMPORTED; in ImportSettings()
786 g_auto_import_state |= AUTO_IMPORT_CALLED; in AutoImport()
806 return g_auto_import_state; in auto_import_state()