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.cc72 uint16 g_auto_import_state = first_run::AUTO_IMPORT_NONE; variable
273 g_auto_import_state |= first_run::AUTO_IMPORT_BOOKMARKS_FILE_IMPORTED; in ImportFromFile()
292 g_auto_import_state |= first_run::AUTO_IMPORT_PROFILE_IMPORTED; in ImportSettings()
807 g_auto_import_state |= AUTO_IMPORT_CALLED; in AutoImport()
827 return g_auto_import_state; in auto_import_state()