Searched refs:clear_local_state_on_exit (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.h98 bool clear_local_state_on_exit; member in struct:ProfileIOData::ProfileParams
H A Dprofile_io_data.cc137 params->clear_local_state_on_exit =
196 clear_local_state_on_exit(false),
H A Dprofile_impl_io_data.cc163 // Keep track of clear_local_state_on_exit for isolated apps.
164 clear_local_state_on_exit_ = profile_params->clear_local_state_on_exit;
260 profile_params->clear_local_state_on_exit);
/external/chromium/chrome/browser/
H A Dbrowser_process_impl.cc147 bool clear_local_state_on_exit; local
150 clear_local_state_on_exit = ShouldClearLocalState(&profile_path);
279 if (clear_local_state_on_exit)

Completed in 89 milliseconds