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

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

Completed in 608 milliseconds