Searched defs:local_state_file_exists (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/first_run/
H A Dfirst_run.cc503 bool local_state_file_exists = file_util::PathExists(local_state_path); local
542 !local_state_file_exists) {
560 if (IsOrganicFirstRun() && !local_state_file_exists) {
/external/chromium/chrome/browser/
H A Dbrowser_main.cc676 bool local_state_file_exists = file_util::PathExists(local_state_path); local
722 if (!local_state_file_exists &&

Completed in 74 milliseconds