Home
last modified time | relevance | path

Searched refs:GetBackgroundColor (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_message_center/
H A Dmedia_notification_background_impl_unittest.cc143 EXPECT_EQ(kTestColor, GetBackgroundColor()); in TEST_F()
150 EXPECT_EQ(kTestColor, GetBackgroundColor()); in TEST_F()
264 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
273 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
283 EXPECT_EQ(kTestColor, GetBackgroundColor()); in TEST_P()
296 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
310 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
324 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
339 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
353 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/media_message_center/
H A Dmedia_notification_background_unittest.cc141 EXPECT_EQ(kTestColor, GetBackgroundColor()); in TEST_F()
148 EXPECT_EQ(kTestColor, GetBackgroundColor()); in TEST_F()
262 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
271 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
281 EXPECT_EQ(kTestColor, GetBackgroundColor()); in TEST_P()
294 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
308 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
322 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
337 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
351 EXPECT_EQ(GetParam(), GetBackgroundColor()); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dprogress_bar_unittest.cc36 EXPECT_NE(SK_ColorGREEN, bar.GetBackgroundColor()); in TEST_F()
37 EXPECT_NE(bar.GetForegroundColor(), bar.GetBackgroundColor()); in TEST_F()
42 EXPECT_EQ(SK_ColorGREEN, bar.GetBackgroundColor()); in TEST_F()
H A Dprogress_bar.cc80 background_flags.setColor(GetBackgroundColor()); in OnPaint()
138 SkColor ProgressBar::GetBackgroundColor() const { in GetBackgroundColor() function in views::ProgressBar
178 background_flags.setColor(GetBackgroundColor()); in OnPaintIndeterminate()
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/shellwidget/test/
H A Dtest_cell.cpp18 QCOMPARE(c.GetBackgroundColor(), QColor()); in cellDefault()
21 QVERIFY(!c.GetBackgroundColor().isValid()); in cellDefault()
55 QCOMPARE(c2.GetBackgroundColor(), QColor{ Qt::red }); in cellBg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/unified/
H A Drounded_label_button.cc20 SkColor GetBackgroundColor() { in GetBackgroundColor() function
39 SetBackground(views::CreateRoundedRectBackground(GetBackgroundColor(), in RoundedLabelButton()
49 background()->SetNativeControlColor(GetBackgroundColor()); in OnThemeChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/web_apps/
H A Dweb_app_tab_strip_browsertest.cc144 EXPECT_EQ(app.browser->app_controller()->GetBackgroundColor().value(), in IN_PROC_BROWSER_TEST_F()
152 EXPECT_EQ(app.browser->app_controller()->GetBackgroundColor().value(), in IN_PROC_BROWSER_TEST_F()
166 EXPECT_EQ(app.browser->app_controller()->GetBackgroundColor().value(), in IN_PROC_BROWSER_TEST_F()
177 EXPECT_EQ(app.browser->app_controller()->GetBackgroundColor().value(), in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dprogress_bar_unittest.cc93 EXPECT_NE(SK_ColorGREEN, bar_->GetBackgroundColor()); in TEST_F()
94 EXPECT_NE(bar_->GetForegroundColor(), bar_->GetBackgroundColor()); in TEST_F()
99 EXPECT_EQ(SK_ColorGREEN, bar_->GetBackgroundColor()); in TEST_F()
H A Dprogress_bar.cc98 background_flags.setColor(GetBackgroundColor()); in OnPaint()
158 SkColor ProgressBar::GetBackgroundColor() const { in GetBackgroundColor() function in views::ProgressBar
198 background_flags.setColor(GetBackgroundColor()); in OnPaintIndeterminate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Ddelegated_frame_host_client_aura.cc38 if (render_widget_host_view_->GetBackgroundColor()) in DelegatedFrameHostGetGutterColor()
39 return *render_widget_host_view_->GetBackgroundColor(); in DelegatedFrameHostGetGutterColor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Ddelegated_frame_host_client_aura.cc41 if (render_widget_host_view_->GetBackgroundColor()) in DelegatedFrameHostGetGutterColor()
42 return *render_widget_host_view_->GetBackgroundColor(); in DelegatedFrameHostGetGutterColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/splitview/
H A Dsplit_view_divider_handler_view.cc21 SkColor GetBackgroundColor() { in GetBackgroundColor() function
123 GetBackgroundColor(), kSplitviewWhiteBarCornerRadius)); in SplitViewDividerHandlerView()
171 background()->SetNativeControlColor(GetBackgroundColor()); in OnThemeChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/desks/
H A Ddesk_name_view.cc83 background()->SetNativeControlColor(GetBackgroundColor()); in UpdateViewAppearance()
130 SetBackground(views::CreateRoundedRectBackground(GetBackgroundColor(), in OnThemeChanged()
171 SkColor DeskNameView::GetBackgroundColor() const { in GetBackgroundColor() function in ash::DeskNameView
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/shellwidget/
H A Dcell.h55 QColor GetBackgroundColor() const { return m_highlight.GetBackgroundColor(); } in GetBackgroundColor() function
H A Dcursor.h34 m_background = highlight.GetBackgroundColor(); in SetColor()
64 QColor GetBackgroundColor() const noexcept in GetBackgroundColor() function
H A Dhelpers.cpp29 if (cell.GetBackgroundColor().isValid()) { in saveShellContents()
30 p.fillRect(r, cell.GetBackgroundColor()); in saveShellContents()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Ddialcontrol.cxx113 Color DialControlBmp::GetBackgroundColor() const in GetBackgroundColor() function in svx::DialControlBmp
144 SetBackground(GetBackgroundColor()); in Init()
169 aColor = GetBackgroundColor(); in DrawBackground()
182 aColor = GetBackgroundColor(); in DrawBackground()
197 Color aLightColor( GetBackgroundColor() ); in DrawBackground()
212 SetFillColor( GetBackgroundColor() ); in DrawBackground()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DChGtk3.cpp224 Color GetBackgroundColor() in GetBackgroundColor() function
235 Color bk = GetBackgroundColor(); in GetInkColorBk()
288 SColorPaper_Write(GetBackgroundColor()); in ChHostSkin()
291 SColorFace_Write(GetBackgroundColor()); in ChHostSkin()
298 SColorHighlight_Write(GetBackgroundColor()); in ChHostSkin()
304 SColorInfo_Write(GetBackgroundColor()); in ChHostSkin()
339 SColorMenu_Write(GetBackgroundColor()); in ChHostSkin()
481 SColorMenu_Write(GetBackgroundColor()); in ChHostSkin()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbgraflashprogressbar.pas35 function GetBackgroundColor: TColor; in GetBackgroundColor() function
85 property BackgroundColor: TColor read GetBackgroundColor write SetBackgroundColor;
220 function TBGRAFlashProgressBar.GetBackgroundColor: TColor; in GetBackgroundColor() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/compositor/scene_layer/
H A Dstatus_indicator_scene_layer.cc75 background_color_ = content_tree->GetBackgroundColor(); in SetContentTree()
78 SkColor StatusIndicatorSceneLayer::GetBackgroundColor() { in GetBackgroundColor() function in android::StatusIndicatorSceneLayer
H A Dscrolling_bottom_view_scene_layer.cc94 background_color_ = content_tree->GetBackgroundColor(); in SetContentTree()
97 SkColor ScrollingBottomViewSceneLayer::GetBackgroundColor() { in GetBackgroundColor() function in android::ScrollingBottomViewSceneLayer
H A Dtop_toolbar_scene_layer.cc101 background_color_ = content_tree->GetBackgroundColor(); in SetContentTree()
104 SkColor TopToolbarSceneLayer::GetBackgroundColor() { in GetBackgroundColor() function in android::TopToolbarSceneLayer
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dfootprint_preview_widget.cpp52 m_statusPanel->SetBackgroundColour( m_prev_panel->GetBackgroundColor().ToColour() ); in FOOTPRINT_PREVIEW_WIDGET()
58 SetBackgroundColour( m_prev_panel->GetBackgroundColor().ToColour() ); in FOOTPRINT_PREVIEW_WIDGET()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Ddialcontrol.cxx113 Color DialControlBmp::GetBackgroundColor() const in GetBackgroundColor() function in svx::DialControlBmp
144 SetBackground(GetBackgroundColor()); in Init()
169 aColor = GetBackgroundColor(); in DrawBackground()
182 aColor = GetBackgroundColor(); in DrawBackground()
197 Color aLightColor( GetBackgroundColor() ); in DrawBackground()
212 SetFillColor( GetBackgroundColor() ); in DrawBackground()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/passwords/
H A Dpassword_generation_popup_view_views.cc202 : GetBackgroundColor()); in PasswordSelectionUpdated()
241 SetBackground(views::CreateSolidBackground(GetBackgroundColor())); in OnThemeChanged()
244 : GetBackgroundColor()); in OnThemeChanged()

12345678910>>...42