OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetClearLocalStateOnExit
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.h
42
virtual void
SetClearLocalStateOnExit
(bool clear_local_state);
sqlite_persistent_cookie_store_unittest.cc
51
store_->
SetClearLocalStateOnExit
(false);
65
store_->
SetClearLocalStateOnExit
(true);
sqlite_persistent_cookie_store.cc
86
void
SetClearLocalStateOnExit
(bool clear_local_state);
590
void SQLitePersistentCookieStore::Backend::
SetClearLocalStateOnExit
(
631
void SQLitePersistentCookieStore::
SetClearLocalStateOnExit
(
634
backend_->
SetClearLocalStateOnExit
(clear_local_state);
/external/chromium/net/base/
cookie_monster_store_test.h
68
virtual void
SetClearLocalStateOnExit
(bool clear_local_state);
134
virtual void
SetClearLocalStateOnExit
(bool clear_local_state);
cookie_monster_store_test.cc
61
MockPersistentCookieStore::
SetClearLocalStateOnExit
(bool clear_local_state) {
145
void MockSimplePersistentCookieStore::
SetClearLocalStateOnExit
(
cookie_monster.h
[
all
...]
cookie_monster.cc
739
store_->
SetClearLocalStateOnExit
(clear_local_store);
[
all
...]
cookie_monster_unittest.cc
[
all
...]
/external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc
259
cookie_db->
SetClearLocalStateOnExit
(
340
cookie_db->
SetClearLocalStateOnExit
(clear_local_state_on_exit_);
profile_impl.cc
[
all
...]
Completed in 9472 milliseconds