Home
last modified time | relevance | path

Searched refs:include_defaults (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dpreferences_test.cc79 const bool include_defaults = request_dict->GetBool(kIncludeDefaultsKey); in OnQuery() local
81 OnPreferencesGet(browser, include_defaults, callback); in OnQuery()
112 bool include_defaults, in OnPreferencesGet() argument
119 context->GetAllPreferences(include_defaults); in OnPreferencesGet()
/third_party/cef/libcef_dll/ctocpp/
Drequest_context_ctocpp.h58 bool include_defaults) override;
Drequest_context_ctocpp.cc271 bool include_defaults) { in GetAllPreferences() argument
280 _struct->get_all_preferences(_struct, include_defaults); in GetAllPreferences()
/third_party/cef/libcef_dll/cpptoc/
Drequest_context_cpptoc.cc280 int include_defaults) { in request_context_get_all_preferences() argument
290 include_defaults ? true : false); in request_context_get_all_preferences()
/third_party/cef/libcef/browser/
Dbrowser_context.cc150 bool include_defaults) { in MakeSupportedSchemes() argument
158 if (include_defaults) { in MakeSupportedSchemes()
Drequest_context_impl.h77 bool include_defaults) override;
Drequest_context_impl.cc397 bool include_defaults) { in GetAllPreferences() argument
404 include_defaults ? PrefService::INCLUDE_DEFAULTS in GetAllPreferences()
/third_party/cef/include/
Dcef_request_context.h209 bool include_defaults) = 0;
/third_party/cef/include/capi/
Dcef_request_context_capi.h196 int include_defaults);