Home
last modified time | relevance | path

Searched refs:GetAllPreferences (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/tests/ceftests/
Dpreference_unittest.cc283 ValidateRoot(context->GetAllPreferences(true), expected); in ValidateDefaults()
286 EXPECT_FALSE(context->GetAllPreferences(false)->HasKey(kPrefTest)); in ValidateDefaults()
353 ValidateRoot(context->GetAllPreferences(true), expected); in ValidateSetGet()
356 ValidateRoot(context->GetAllPreferences(false), expected); in ValidateSetGet()
390 ValidateRoot(context->GetAllPreferences(true), expected); in ValidateGet()
393 ValidateRoot(context->GetAllPreferences(false), expected); in ValidateGet()
/third_party/cef/libcef_dll/ctocpp/
Drequest_context_ctocpp.h57 CefRefPtr<CefDictionaryValue> GetAllPreferences(
Drequest_context_ctocpp.cc270 CefRefPtr<CefDictionaryValue> CefRequestContextCToCpp::GetAllPreferences( in GetAllPreferences() function in CefRequestContextCToCpp
/third_party/cef/include/
Dcef_request_context.h208 virtual CefRefPtr<CefDictionaryValue> GetAllPreferences(
/third_party/cef/libcef/browser/
Drequest_context_impl.h76 CefRefPtr<CefDictionaryValue> GetAllPreferences(
Drequest_context_impl.cc396 CefRefPtr<CefDictionaryValue> CefRequestContextImpl::GetAllPreferences( in GetAllPreferences() function in CefRequestContextImpl
/third_party/cef/tests/cefclient/browser/
Dpreferences_test.cc119 context->GetAllPreferences(include_defaults); in OnPreferencesGet()
/third_party/cef/libcef_dll/cpptoc/
Drequest_context_cpptoc.cc289 CefRequestContextCppToC::Get(self)->GetAllPreferences( in request_context_get_all_preferences()