Searched defs:CreateTestWindowWithDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/test/
H A Dtest_windows.cc17 return CreateTestWindowWithDelegate(NULL, id, gfx::Rect(), parent);
21 return CreateTestWindowWithDelegate(NULL, 0, bounds, parent);
28 return CreateTestWindowWithDelegate(new ColorTestWindowDelegate(color),
32 Window* CreateTestWindowWithDelegate(WindowDelegate* delegate, function in namespace:aura::test

Completed in 288 milliseconds