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

/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc2768 // w1ll 1,2
2779 Window* w1ll = new Window(NULL); local
2780 w1ll->Init(WINDOW_LAYER_NONE);
2781 w1ll->SetBounds(gfx::Rect(1, 2, 100, 100));
2786 w1ll->AddChild(w11ll);
2796 w1ll->AddChild(w12);
2803 root.AddChild(w1ll);
2811 EXPECT_EQ("1,2 100x100", w1ll->bounds().ToString());
2823 root.RemoveChild(w1ll);
2829 EXPECT_EQ("1,2 100x100", w1ll
2859 Window* w1ll = new Window(NULL); local
2973 Window* w1ll = new Window(&w1ll_delegate); local
3041 Window* w1ll = new Window(NULL); local
[all...]

Completed in 99 milliseconds