Home
last modified time | relevance | path

Searched refs:OnPaintBackground (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/autoclick/
H A Dautoclick_scroll_position_handler.cc34 void OnPaintBackground(gfx::Canvas* canvas) override;
44 void AutoclickScrollPositionView::OnPaintBackground(gfx::Canvas* canvas) { in OnPaintBackground() function in ash::AutoclickScrollPositionView
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/phonehub/
H A Dcontinue_browsing_chip.cc111 void ContinueBrowsingChip::OnPaintBackground(gfx::Canvas* canvas) { in OnPaintBackground() function in ash::ContinueBrowsingChip
118 views::View::OnPaintBackground(canvas); in OnPaintBackground()
H A Dcontinue_browsing_chip.h35 void OnPaintBackground(gfx::Canvas* canvas) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dwindows_10_caption_button.h23 void OnPaintBackground(gfx::Canvas* canvas) override;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripContentPanel.cs228 protected override void OnPaintBackground (PaintEventArgs e) in OnPaintBackground() method in System.Windows.Forms.ToolStripContentPanel
230 base.OnPaintBackground (e); in OnPaintBackground()
H A DTabPage.cs301 protected override void OnPaintBackground (PaintEventArgs e) in OnPaintBackground() method in System.Windows.Forms.TabPage
303 base.OnPaintBackground (e); in OnPaintBackground()
H A DStatusStrip.cs153 protected override void OnPaintBackground (PaintEventArgs e) in OnPaintBackground() method in System.Windows.Forms.StatusStrip
155 base.OnPaintBackground (e); in OnPaintBackground()
H A DToolStripPanel.cs366 protected override void OnPaintBackground (PaintEventArgs e) in OnPaintBackground() method in System.Windows.Forms.ToolStripPanel
368 base.OnPaintBackground (e); in OnPaintBackground()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.Charting/
H A DChart.cs98 protected override void OnPaintBackground (PaintEventArgs pevent) in OnPaintBackground() method in System.Windows.Forms.DataVisualization.Charting.Chart
100 base.OnPaintBackground (pevent); in OnPaintBackground()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/capture_mode/
H A Dcapture_mode_toggle_button.h35 void OnPaintBackground(gfx::Canvas* canvas) override;
H A Dcapture_mode_toggle_button.cc42 void CaptureModeToggleButton::OnPaintBackground(gfx::Canvas* canvas) { in OnPaintBackground() function in ash::CaptureModeToggleButton
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/menu/
H A Dmenu_scroll_view_container.h38 void OnPaintBackground(gfx::Canvas* canvas) override;
H A Dmenu_scroll_view_container.cc226 void MenuScrollViewContainer::OnPaintBackground(gfx::Canvas* canvas) { in OnPaintBackground() function in views::MenuScrollViewContainer
228 View::OnPaintBackground(canvas); in OnPaintBackground()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/menu/
H A Dmenu_scroll_view_container.h36 void OnPaintBackground(gfx::Canvas* canvas) override;
H A Dmenu_scroll_view_container.cc238 void MenuScrollViewContainer::OnPaintBackground(gfx::Canvas* canvas) { in OnPaintBackground() function in views::MenuScrollViewContainer
240 View::OnPaintBackground(canvas); in OnPaintBackground()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dsearch_result_actions_view.cc61 void OnPaintBackground(gfx::Canvas* canvas) override;
151 void SearchResultImageButton::OnPaintBackground(gfx::Canvas* canvas) { in OnPaintBackground() function in ash::SearchResultImageButton
H A Dprivacy_info_view.h30 void OnPaintBackground(gfx::Canvas* canvas) override;
H A Dsearch_result_suggestion_chip_view.h48 void OnPaintBackground(gfx::Canvas* canvas) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/desks/
H A Dnew_desk_button.h47 void OnPaintBackground(gfx::Canvas* canvas) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/passwords/
H A Dcredentials_item_view.h57 void OnPaintBackground(gfx::Canvas* canvas) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/main_stage/
H A Dsuggestion_chip_view.h41 void OnPaintBackground(gfx::Canvas* canvas) override; in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dscrollable_users_list_view.h68 void OnPaintBackground(gfx::Canvas* canvas) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dtouch_calibrator_view.h81 void OnPaintBackground(gfx::Canvas* canvas) override;
/dports/graphics/graphviz/graphviz-2.44.1/windows/
H A DScrollableImageControl.cs110 protected override void OnPaintBackground(PaintEventArgs e) in OnPaintBackground() method in Graphviz.ScrollableImageControl
/dports/editors/cudatext/CudaText-1.151.0/comp/
H A Datimagebox.pas219 OnPaintBackground:= @ImagePaintBackground;
240 FImage.OnPaintBackground:= @ImagePaintBackground
242 FImage.OnPaintBackground:= nil;

12345