HomeSort by relevance Sort by last modified time
    Searched refs:clear_local_state_on_exit (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_io_data.h 98 bool clear_local_state_on_exit; member in struct:ProfileIOData::ProfileParams
profile_io_data.cc 137 params->clear_local_state_on_exit =
196 clear_local_state_on_exit(false),
profile_impl_io_data.cc 163 // 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/
browser_process_impl.cc 147 bool clear_local_state_on_exit; local
150 clear_local_state_on_exit = ShouldClearLocalState(&profile_path);
279 if (clear_local_state_on_exit)
    [all...]

Completed in 178 milliseconds