HomeSort by relevance Sort by last modified time
    Searched defs:CreatePanelWindow (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/shell/
panel_window.cc 26 views::Widget* PanelWindow::CreatePanelWindow(const gfx::Rect& rect) {
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 59 aura::Window* CreatePanelWindow(const gfx::Rect& bounds) {
154 scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds));
155 scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds));
227 CreatePanelWindow(gfx::Rect(0, 0, 201, 201)));
238 CreatePanelWindow(gfx::Rect(0, 0, 201, 201)));
250 CreatePanelWindow(gfx::Rect(0, 0, 201, 201)));
261 CreatePanelWindow(gfx::Rect(0, 0, 201, 201)));
272 CreatePanelWindow(gfx::Rect(600, 0, 201, 201)));
284 CreatePanelWindow(gfx::Rect(0, 0, 201, 201)));
315 CreatePanelWindow(gfx::Rect(0, 0, 201, 201)))
    [all...]
panel_layout_manager_unittest.cc 61 aura::Window* CreatePanelWindow(const gfx::Rect& bounds) {
308 scoped_ptr<aura::Window> window(CreatePanelWindow(bounds));
321 scoped_ptr<aura::Window> window(CreatePanelWindow(bounds));
337 scoped_ptr<aura::Window> panel(CreatePanelWindow(gfx::Rect(400, 0, 50, 50)));
356 scoped_ptr<aura::Window> w1(CreatePanelWindow(odd_bounds));
359 scoped_ptr<aura::Window> w2(CreatePanelWindow(even_bounds));
363 scoped_ptr<aura::Window> w3(CreatePanelWindow(odd_bounds));
371 scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds));
372 scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds));
373 scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds))
    [all...]

Completed in 858 milliseconds