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

  /external/chromium_org/ui/views/corewm/
capture_controller_unittest.cc 96 scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL));
107 CreateNormalWindow(2, second_host_->window(), NULL));
120 scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL));
129 CreateNormalWindow(2, second_host_->window(), NULL));
139 scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL));
150 CreateNormalWindow(2, second_host_->window(), NULL));
tooltip_controller_unittest.cc 631 CreateNormalWindow(100, root_window(), &test_delegate));
644 CreateNormalWindow(100, root_window(), &test_delegate));
  /external/chromium_org/ui/aura/test/
aura_test_base.h 31 aura::Window* CreateNormalWindow(int id, Window* parent,
aura_test_base.cc 96 Window* AuraTestBase::CreateNormalWindow(int id, Window* parent,
  /external/chromium_org/ui/aura/
window_targeter_unittest.cc 57 scoped_ptr<Window> window(CreateNormalWindow(1, root_window(), &delegate));
58 Window* one = CreateNormalWindow(2, window.get(), &delegate);
59 Window* two = CreateNormalWindow(3, window.get(), &delegate);
87 scoped_ptr<Window> window(CreateNormalWindow(1, root_window(), &delegate));
88 Window* child = CreateNormalWindow(2, window.get(), &delegate);
125 scoped_ptr<Window> window(CreateNormalWindow(2, root_window(), &delegate));
window_event_dispatcher_unittest.cc 376 scoped_ptr<Window> w1(CreateNormalWindow(1, root_window(), NULL));
419 scoped_ptr<Window> w1(CreateNormalWindow(1, root_window(), &delegate));
617 scoped_ptr<Window> window(CreateNormalWindow(1, root_window(), NULL));
    [all...]
  /external/chromium_org/content/browser/web_contents/aura/
window_slider_unittest.cc 213 scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL));
294 scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL));
337 scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL));
442 scoped_ptr<aura::Window> parent(CreateNormalWindow(0, root_window(), NULL));
446 scoped_ptr<aura::Window> window(CreateNormalWindow(1, parent.get(),
480 scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL));
528 aura::Window* window = CreateNormalWindow(0, root_window(), NULL);
559 aura::Window* window = CreateNormalWindow(0, root_window(), NULL);
590 scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL));
  /external/chromium_org/ui/wm/core/
nested_accelerator_controller_unittest.cc 164 CreateNormalWindow(0, root_window(), NULL));
168 CreateNormalWindow(2, root_window(), NULL));
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 60 aura::Window* CreateNormalWindow(const gfx::Rect& bounds) {
317 scoped_ptr<aura::Window> normal_window(CreateNormalWindow(bounds));
333 CreateNormalWindow(gfx::Rect(450, 0, 100, 100)));
429 scoped_ptr<aura::Window> w4(CreateNormalWindow(gfx::Rect()));
    [all...]

Completed in 751 milliseconds