Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/
H A Dsite_settings_helper_unittest.cc653 PrefSetting block_third_party; member
868 if (test_case.block_third_party != PrefSetting::kNotSet) { in SetupTestConditions()
870 test_case.block_third_party == PrefSetting::kRecommendedOn || in SetupTestConditions()
871 test_case.block_third_party == PrefSetting::kEnforcedOn; in SetupTestConditions()
895 ASSERT_EQ(a.block_third_party.disabled, b.block_third_party.disabled); in AssertManagedCookieStateEqual()
896 ASSERT_EQ(a.block_third_party.indicator, b.block_third_party.indicator); in AssertManagedCookieStateEqual()
913 << static_cast<int>(test_case.block_third_party); in TEST_F()
H A Dsite_settings_helper.cc929 managed_state.block_third_party = {/*disabled*/ true, in GetCookieControlsManagedState()
939 managed_state.block_third_party = {/*disabled*/ true, in GetCookieControlsManagedState()
959 managed_state.block_third_party = {/*disabled*/ true, in GetCookieControlsManagedState()
966 managed_state.block_third_party = {/*disabled*/ false, in GetCookieControlsManagedState()
H A Dsite_settings_helper.h115 ManagedState block_third_party; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/content_settings/
H A Dgenerated_cookie_prefs_unittest.cc68 settings_private::PrefSetting block_third_party; member
286 if (test_case.block_third_party != settings_private::PrefSetting::kNotSet) { in SetupManagedTestConditions()
288 if (test_case.block_third_party == in SetupManagedTestConditions()
290 test_case.block_third_party == in SetupManagedTestConditions()
436 << static_cast<int>(test_case.block_third_party); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/site_settings/android/java/src/org/chromium/components/browser_ui/site_settings/
H A DFourStateCookieSettingsPreference.java122 (RadioButtonWithDescription) holder.findViewById(R.id.block_third_party); in onBindViewHolder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/
H A Dsite_settings_handler.cc356 bool block_third_party = in GetCookieSettingDescription() local
369 } else if (block_third_party) { in GetCookieSettingDescription()
837 site_settings::GetValueForManagedState(managed_states.block_third_party)); in HandleGetCookieControlsManagedState()