HomeSort by relevance Sort by last modified time
    Searched refs:DesktopBackgroundView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/desktop_background/
desktop_background_view.h 17 class DesktopBackgroundView : public views::View,
20 DesktopBackgroundView();
21 virtual ~DesktopBackgroundView();
34 DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundView);
desktop_background_view.cc 110 // DesktopBackgroundView, public:
112 DesktopBackgroundView::DesktopBackgroundView()
118 DesktopBackgroundView::~DesktopBackgroundView() {
123 // DesktopBackgroundView, views::View overrides:
125 void DesktopBackgroundView::OnPaint(gfx::Canvas* canvas) {
202 bool DesktopBackgroundView::OnMousePressed(const ui::MouseEvent& event) {
206 void DesktopBackgroundView::ShowContextMenuForView(
229 new LayerControlView(new DesktopBackgroundView()));
    [all...]

Completed in 65 milliseconds