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 77 // DesktopBackgroundView, public:
79 DesktopBackgroundView::DesktopBackgroundView() {
83 DesktopBackgroundView::~DesktopBackgroundView() {
87 // DesktopBackgroundView, views::View overrides:
89 void DesktopBackgroundView::OnPaint(gfx::Canvas* canvas) {
166 bool DesktopBackgroundView::OnMousePressed(const ui::MouseEvent& event) {
170 void DesktopBackgroundView::ShowContextMenuForView(
192 new LayerControlView(new DesktopBackgroundView()));
    [all...]

Completed in 26 milliseconds