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 15 class DesktopBackgroundView : public views::View,
18 DesktopBackgroundView();
19 virtual ~DesktopBackgroundView();
31 DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundView);
desktop_background_view.cc 41 // DesktopBackgroundView, public:
43 DesktopBackgroundView::DesktopBackgroundView() {
47 DesktopBackgroundView::~DesktopBackgroundView() {
51 // DesktopBackgroundView, views::View overrides:
53 void DesktopBackgroundView::OnPaint(gfx::Canvas* canvas) {
130 bool DesktopBackgroundView::OnMousePressed(const ui::MouseEvent& event) {
134 void DesktopBackgroundView::ShowContextMenuForView(
155 desktop_widget->SetContentsView(new DesktopBackgroundView());
    [all...]

Completed in 521 milliseconds