Home
last modified time | relevance | path

Searched refs:kBackground (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Ddark_mode_filter_test.cc23 SK_ColorWHITE, DarkModeFilter::ElementRole::kBackground)); in TEST()
26 SK_ColorBLACK, DarkModeFilter::ElementRole::kBackground)); in TEST()
38 flags, DarkModeFilter::ElementRole::kBackground); in TEST()
50 SK_ColorWHITE, DarkModeFilter::ElementRole::kBackground)); in TEST()
55 SK_ColorWHITE, DarkModeFilter::ElementRole::kBackground)); in TEST()
67 SK_ColorWHITE, DarkModeFilter::ElementRole::kBackground)); in TEST()
71 SK_ColorTRANSPARENT, DarkModeFilter::ElementRole::kBackground)); in TEST()
77 SK_ColorWHITE, DarkModeFilter::ElementRole::kBackground)); in TEST()
80 SK_ColorTRANSPARENT, DarkModeFilter::ElementRole::kBackground)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Ddark_mode_filter_test.cc26 Color::kWhite, DarkModeFilter::ElementRole::kBackground)); in TEST()
29 Color::kBlack, DarkModeFilter::ElementRole::kBackground)); in TEST()
33 cc::PaintFlags(), DarkModeFilter::ElementRole::kBackground)); in TEST()
47 Color::kWhite, DarkModeFilter::ElementRole::kBackground)); in TEST()
50 Color::kBlack, DarkModeFilter::ElementRole::kBackground)); in TEST()
62 flags, DarkModeFilter::ElementRole::kBackground); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/persistence/site_data/
H A Dsite_data_cache_impl_unittest.cc91 writer_->NotifySiteLoaded(TabVisibility::kBackground); in SetupTwoSitesUsingFeaturesInBackground()
113 writer2_->NotifySiteLoaded(TabVisibility::kBackground); in SetupTwoSitesUsingFeaturesInBackground()
149 writer->NotifySiteLoaded(TabVisibility::kBackground); in TEST_F()
153 writer->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
204 writer_->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
205 writer2_->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
226 writer_->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
227 writer2_->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
258 writer->NotifySiteLoaded(TabVisibility::kBackground); in TEST_F()
261 writer->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
H A Dnon_recording_site_data_cache_unittest.cc84 fake_writer->NotifySiteLoaded(TabVisibility::kBackground); in TEST_F()
89 real_writer->NotifySiteLoaded(TabVisibility::kBackground); in TEST_F()
94 fake_writer->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
95 real_writer->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
126 writer->NotifySiteLoaded(TabVisibility::kBackground); in TEST_F()
128 writer->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
H A Dsite_data_writer_unittest.cc70 writer_->NotifySiteLoaded(TabVisibility::kBackground); in TEST_F()
110 writer_->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
156 writer_->NotifySiteLoaded(TabVisibility::kBackground); in TEST_F()
187 writer_->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
H A Dsite_data_impl_unittest.cc189 local_site_data->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
243 local_site_data->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
271 local_site_data->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
300 local_site_data->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
376 local_site_data->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
492 local_site_data_writer->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
520 local_site_data->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
579 local_site_data->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
615 local_site_data->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
657 local_site_data->NotifySiteUnloaded(TabVisibility::kBackground); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/color/
H A Dcolor_transform_unittest.cc45 constexpr SkColor kBackground = SK_ColorWHITE; in TEST() local
47 mixer.AddSet({kColorSetTest0, {{kColorTest0, kBackground}}}); in TEST()
50 color_utils::GetContrastRatio(transform.Run(input, mixer), kBackground), in TEST()
65 constexpr SkColor kBackground = SK_ColorWHITE; in TEST() local
69 {{kColorTest0, kBackground}, {kColorTest1, gfx::kGoogleBlue900}}}); in TEST()
72 color_utils::GetContrastRatio(transform.Run(input, mixer), kBackground), in TEST()
221 constexpr SkColor kBackground = SK_ColorWHITE; in TEST() local
223 mixer.AddSet({kColorSetTest0, {{kColorTest0, kBackground}}}); in TEST()
225 EXPECT_EQ(kBackground, transform.Run(SK_ColorTRANSPARENT, mixer)); in TEST()
226 EXPECT_EQ(color_utils::AlphaBlend(SK_ColorBLACK, kBackground, SkAlpha{0x80}), in TEST()
H A Dcolor_recipe_unittest.cc45 constexpr SkColor kBackground = SK_ColorWHITE; in TEST() local
47 mixer.AddSet({kColorSetTest0, {{kColorTest0, kBackground}}}); in TEST()
55 EXPECT_GE(color_utils::GetContrastRatio(color, kBackground), in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/color/
H A Dcolor_transform_unittest.cc45 constexpr SkColor kBackground = SK_ColorWHITE; in TEST() local
47 mixer.AddSet({kColorSetTest0, {{kColorTest0, kBackground}}}); in TEST()
50 color_utils::GetContrastRatio(transform.Run(input, mixer), kBackground), in TEST()
65 constexpr SkColor kBackground = SK_ColorWHITE; in TEST() local
69 {{kColorTest0, kBackground}, {kColorTest1, gfx::kGoogleBlue900}}}); in TEST()
72 color_utils::GetContrastRatio(transform.Run(input, mixer), kBackground), in TEST()
221 constexpr SkColor kBackground = SK_ColorWHITE; in TEST() local
223 mixer.AddSet({kColorSetTest0, {{kColorTest0, kBackground}}}); in TEST()
225 EXPECT_EQ(kBackground, transform.Run(SK_ColorTRANSPARENT, mixer)); in TEST()
226 EXPECT_EQ(color_utils::AlphaBlend(SK_ColorBLACK, kBackground, SkAlpha{0x80}), in TEST()
H A Dcolor_recipe_unittest.cc45 constexpr SkColor kBackground = SK_ColorWHITE; in TEST() local
47 mixer.AddSet({kColorSetTest0, {{kColorTest0, kBackground}}}); in TEST()
55 EXPECT_GE(color_utils::GetContrastRatio(color, kBackground), in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_local_context_test.cc35 const CSSPropertyID shorthand = CSSPropertyID::kBackground; in TEST()
50 context = context.WithCurrentShorthand(CSSPropertyID::kBackground); in TEST()
57 EXPECT_EQ(CSSPropertyID::kBackground, local_context.CurrentShorthand()); in TEST()
66 EXPECT_EQ(CSSPropertyID::kBackground, local_context.CurrentShorthand()); in TEST()
84 EXPECT_EQ(CSSPropertyID::kBackground, local_context.CurrentShorthand()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_local_context_test.cc35 const CSSPropertyID shorthand = CSSPropertyID::kBackground; in TEST()
50 context = context.WithCurrentShorthand(CSSPropertyID::kBackground); in TEST()
57 EXPECT_EQ(CSSPropertyID::kBackground, local_context.CurrentShorthand()); in TEST()
66 EXPECT_EQ(CSSPropertyID::kBackground, local_context.CurrentShorthand()); in TEST()
84 EXPECT_EQ(CSSPropertyID::kBackground, local_context.CurrentShorthand()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/lock_screen_apps/
H A Dapp_window_metrics_tracker.cc80 if (state_ == State::kBackground) { in MovedToForeground()
94 if (state_ == State::kBackground) in MovedToBackground()
98 SetState(State::kBackground); in MovedToBackground()
105 state_after_window_contents_load_ = State::kBackground; in MovedToBackground()
163 } else if (state_ == State::kBackground) { in SetState()
/dports/www/aria2/aria2-1.36.0/src/
H A DWinConsoleFile.cc67 const WORD kBackground[] = { variable
78 const int kBackgroundSize = sizeof(kBackground) / sizeof(kBackground[0]);
109 if (kBackground[bg] == color) { in WinConsoleFile()
246 attribute = kForeground[bg_] | kBackground[fg_]; in writeColorful()
249 attribute = kForeground[fg_] | kBackground[bg_]; in writeColorful()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/handler/win/
H A Dcrashy_signal.cc29 kBackground = 1, enumerator
36 return kBackground; in MainOrBackground()
63 if (from == kBackground) { in CrashySignalMain()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/handler/win/
H A Dcrashy_signal.cc29 kBackground = 1, enumerator
36 return kBackground; in MainOrBackground()
63 if (from == kBackground) { in CrashySignalMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/lifecycle/
H A Daw_contents_lifecycle_notifier_unittest.cc90 AwContentsLifecycleNotifier::AwContentsState::kBackground), in VerifyAwContentsStateCount()
148 ASSERT_EQ(GetState(), WebViewAppStateObserver::State::kBackground); in TEST_F()
178 ASSERT_EQ(GetState(), WebViewAppStateObserver::State::kBackground); in TEST_F()
203 ASSERT_EQ(GetState(), WebViewAppStateObserver::State::kBackground); in TEST_F()
207 ASSERT_EQ(GetState(), WebViewAppStateObserver::State::kBackground); in TEST_F()
211 ASSERT_EQ(GetState(), WebViewAppStateObserver::State::kBackground); in TEST_F()
227 ASSERT_EQ(GetState(), WebViewAppStateObserver::State::kBackground); in TEST_F()
269 ASSERT_EQ(GetState(), WebViewAppStateObserver::State::kBackground); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/page_load_metrics/observers/
H A Dlive_tab_count_page_load_metrics_observer_unittest.cc21 enum TabState { kForeground, kBackground }; enumerator
62 if (tab_state == kBackground) { in SimulatePageLoad()
69 if (tab_state == kBackground) { in SimulatePageLoad()
130 testing::Values(TabState::kBackground));
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-persistent-handles.cc46 LocalHeap local_heap(heap_, ThreadKind::kBackground, std::move(ph_)); in Run()
132 LocalHeap local_heap(isolate->heap(), ThreadKind::kBackground, in TEST()
151 LocalHeap local_heap(isolate->heap(), ThreadKind::kBackground, in TEST()
163 LocalHeap local_heap(isolate->heap(), ThreadKind::kBackground); in TEST()
173 LocalHeap local_heap(isolate->heap(), ThreadKind::kBackground, in TEST()
/dports/graphics/timg/timg-1.4.0/src/
H A Dunicode-block-canvas.cc51 kBackground, enumerator
157 return { *top, *bottom, kBackground }; in FindBestGlyph()
174 return { bottom[0], top[0], kBackground }; in FindBestGlyph()
185 BlockChoice block = kBackground; in FindBestGlyph()
196 case kBackground: d = avd(&bg, {tl, tr, bl, br}); fg = bg; break; in FindBestGlyph()
255 if (pick.block != kBackground && in AppendDoubleRow()
286 if (pick.block == kBackground) { in AppendDoubleRow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/background/
H A Dbackground_application_list_model_unittest.cc234 ext->permissions_data()->HasAPIPermission(APIPermission::kBackground)); in TEST_F()
237 bgapp->permissions_data()->HasAPIPermission(APIPermission::kBackground)); in TEST_F()
254 ext->permissions_data()->HasAPIPermission(APIPermission::kBackground)); in TEST_F()
259 bgapp->permissions_data()->HasAPIPermission(APIPermission::kBackground)); in TEST_F()
264 ext->permissions_data()->HasAPIPermission(APIPermission::kBackground)); in TEST_F()
269 bgapp->permissions_data()->HasAPIPermission(APIPermission::kBackground)); in TEST_F()
281 bgapp->permissions_data()->HasAPIPermission(APIPermission::kBackground)); in TEST_F()
310 bgapp->permissions_data()->HasAPIPermission(APIPermission::kBackground)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/management/
H A Dmanagement_apitest.cc258 static constexpr char kBackground[] = R"( in IN_PROC_BROWSER_TEST_F() local
268 kBackground, false /* from_webstore */); in IN_PROC_BROWSER_TEST_F()
272 static constexpr char kBackground[] = R"( in IN_PROC_BROWSER_TEST_F() local
282 kBackground, true /* from_webstore */); in IN_PROC_BROWSER_TEST_F()
286 static constexpr char kBackground[] = in IN_PROC_BROWSER_TEST_F() local
297 kBackground, true /* from_webstore */); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/management/
H A Dmanagement_apitest.cc290 static constexpr char kBackground[] = R"( in IN_PROC_BROWSER_TEST_F() local
299 kBackground, false /* from_webstore */); in IN_PROC_BROWSER_TEST_F()
303 static constexpr char kBackground[] = R"( in IN_PROC_BROWSER_TEST_F() local
312 kBackground, true /* from_webstore */); in IN_PROC_BROWSER_TEST_F()
316 static constexpr char kBackground[] = in IN_PROC_BROWSER_TEST_F() local
327 kBackground, true /* from_webstore */); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/process/
H A Dprocess_linux.cc38 const char kBackground[] = "/chrome_renderers/background"; variable
55 base::FilePath(base::StringPrintf(kControlPath, kBackground)); in CGroups()
164 if (fields[2] == kBackground) in IsProcessBackgroundedCGroup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/scheduler/main_thread/
H A Dframe_status.cc20 kBackground = 4, enumerator
57 return FrameThrottlingState::kBackground; in GetFrameThrottlingState()

12345678