OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clear_local_state_on_exit_
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc
156
clear_local_state_on_exit_
(false) {}
164
clear_local_state_on_exit_
= profile_params->clear_local_state_on_exit;
340
cookie_db->SetClearLocalStateOnExit(
clear_local_state_on_exit_
);
profile_impl_io_data.h
133
mutable bool
clear_local_state_on_exit_
;
member in class:ProfileImplIOData
profile_impl.cc
356
clear_local_state_on_exit_
= prefs->GetBoolean(prefs::kClearSiteDataOnExit);
357
if (
clear_local_state_on_exit_
) {
713
clear_local_state_on_exit_
));
[
all
...]
profile_impl.h
261
bool
clear_local_state_on_exit_
;
member in class:ProfileImpl
/external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc
60
clear_local_state_on_exit_
(false)
146
bool
clear_local_state_on_exit_
;
member in class:SQLitePersistentCookieStore::Backend
147
// Guard |pending_|, |num_pending_| and |
clear_local_state_on_exit_
|.
586
if (
clear_local_state_on_exit_
)
593
clear_local_state_on_exit_
= clear_local_state;
Completed in 54 milliseconds