Searched refs:layerless_window2 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc2749 Window* layerless_window2 = new Window(NULL); // Owned by |layerless_window|. local
2750 layerless_window2->Init(WINDOW_LAYER_NONE);
2751 layerless_window2->SetBounds(gfx::Rect(1, 2, 3, 4));
2752 layerless_window->AddChild(layerless_window2);
2755 layerless_window2->SchedulePaintInRect(gfx::Rect(1, 2, 100, 4));

Completed in 40 milliseconds