Searched defs:OnPaintBackground (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtop_container_view.cc22 void TopContainerView::OnPaintBackground(gfx::Canvas* canvas) { function in class:TopContainerView
/external/chromium_org/ash/system/tray/
H A Dhover_highlight_view.cc180 void HoverHighlightView::OnPaintBackground(gfx::Canvas* canvas) { function in class:ash::HoverHighlightView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc209 void ContentSettingImageView::OnPaintBackground(gfx::Canvas* canvas) { function in class:ContentSettingImageView
/external/chromium_org/athena/activity/
H A Dactivity_frame_view.cc162 void ActivityFrameView::OnPaintBackground(gfx::Canvas* canvas) { function in class:athena::ActivityFrameView
163 View::OnPaintBackground(canvas);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.cc205 void MenuScrollViewContainer::OnPaintBackground(gfx::Canvas* canvas) { function in class:views::MenuScrollViewContainer
207 View::OnPaintBackground(canvas);
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc84 virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE;
176 void DimmerView::OnPaintBackground(gfx::Canvas* canvas) { function in class:__anon1944::DimmerView
337 virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE;
467 void ShelfWidget::DelegateView::OnPaintBackground(gfx::Canvas* canvas) { function in class:ash::ShelfWidget::DelegateView
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc614 OnPaintBackground(canvas);
656 void DownloadItemView::OnPaintBackground(gfx::Canvas* canvas) { function in class:DownloadItemView
/external/chromium_org/ui/views/
H A Dview.cc1363 OnPaintBackground(canvas);
1367 void View::OnPaintBackground(gfx::Canvas* canvas) { function in class:views::View
1369 TRACE_EVENT2("views", "View::OnPaintBackground",

Completed in 231 milliseconds