Searched refs:local_state_file_exists (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_posix.cc28 bool local_state_file_exists = base::PathExists(local_state_path); local
31 if (internal::IsOrganicFirstRun() && !local_state_file_exists) {
H A Dfirst_run.cc707 bool local_state_file_exists = base::PathExists(local_state_path); local
731 if (local_state_file_exists) {
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc247 bool local_state_file_exists = base::PathExists(local_state_path); local
281 if (!local_state_file_exists &&

Completed in 87 milliseconds