Home
last modified time | relevance | path

Searched refs:persist_user_preferences (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/browser/prefs/
Dbrowser_prefs.h32 bool persist_user_preferences);
Dbrowser_prefs.cc135 bool persist_user_preferences) { in CreatePrefService() argument
152 const bool store_on_disk = !cache_path.empty() && persist_user_preferences; in CreatePrefService()
/third_party/cef/libcef/browser/
Dcontext.cc434 settings->persist_user_preferences = in PopulateGlobalRequestContextSettings()
435 settings_.persist_user_preferences || in PopulateGlobalRequestContextSettings()
/third_party/cef/include/internal/
Dcef_types_wrappers.h576 target->persist_user_preferences = src->persist_user_preferences; in set()
637 target->persist_user_preferences = src->persist_user_preferences; in set()
Dcef_types.h295 int persist_user_preferences; member
476 int persist_user_preferences; member
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_context.cc137 this, cache_path_, !!settings_.persist_user_preferences); in Initialize()