ColorTestWindowDelegate 251 ash/test/ash_test_base.cc new aura::test::ColorTestWindowDelegate(color), id, bounds); ColorTestWindowDelegate 161 ash/wm/window_manager_unittest.cc aura::test::ColorTestWindowDelegate* w121delegate = ColorTestWindowDelegate 162 ash/wm/window_manager_unittest.cc new aura::test::ColorTestWindowDelegate(SK_ColorYELLOW); ColorTestWindowDelegate 165 ash/wm/window_manager_unittest.cc aura::test::ColorTestWindowDelegate* w122delegate = ColorTestWindowDelegate 166 ash/wm/window_manager_unittest.cc new aura::test::ColorTestWindowDelegate(SK_ColorRED); ColorTestWindowDelegate 169 ash/wm/window_manager_unittest.cc aura::test::ColorTestWindowDelegate* w123delegate = ColorTestWindowDelegate 170 ash/wm/window_manager_unittest.cc new aura::test::ColorTestWindowDelegate(SK_ColorRED); ColorTestWindowDelegate 102 ui/aura/test/test_window_delegate.cc ColorTestWindowDelegate::ColorTestWindowDelegate(SkColor color) ColorTestWindowDelegate 107 ui/aura/test/test_window_delegate.cc ColorTestWindowDelegate::~ColorTestWindowDelegate() { ColorTestWindowDelegate 110 ui/aura/test/test_window_delegate.cc void ColorTestWindowDelegate::OnKeyEvent(ui::KeyEvent* event) { ColorTestWindowDelegate 115 ui/aura/test/test_window_delegate.cc void ColorTestWindowDelegate::OnWindowDestroyed(Window* window) { ColorTestWindowDelegate 119 ui/aura/test/test_window_delegate.cc void ColorTestWindowDelegate::OnPaint(gfx::Canvas* canvas) { ColorTestWindowDelegate 76 ui/aura/test/test_window_delegate.h class ColorTestWindowDelegate : public TestWindowDelegate { ColorTestWindowDelegate 78 ui/aura/test/test_window_delegate.h explicit ColorTestWindowDelegate(SkColor color); ColorTestWindowDelegate 79 ui/aura/test/test_window_delegate.h virtual ~ColorTestWindowDelegate(); ColorTestWindowDelegate 92 ui/aura/test/test_window_delegate.h DISALLOW_COPY_AND_ASSIGN(ColorTestWindowDelegate); ColorTestWindowDelegate 28 ui/aura/test/test_windows.cc return CreateTestWindowWithDelegate(new ColorTestWindowDelegate(color), ColorTestWindowDelegate 1905 ui/aura/window_unittest.cc Window w(new ColorTestWindowDelegate(SK_ColorWHITE));