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

/external/chromium_org/chrome/installer/util/
H A Dduplicate_tree_detector_unittest.cc37 // copy it (files properties will be identical) in |second_root|.
39 const base::FilePath& second_root) {
60 ASSERT_TRUE(installer::test::CopyFileHierarchy(d1, second_root));
38 CreateTwoIdenticalHierarchies(const base::FilePath& first_root, const base::FilePath& second_root) argument
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler_unittest.cc154 aura::Window* second_root = Shell::GetAllRootWindows()[1]; local
155 EXPECT_EQ(second_root, window->GetRootWindow());
156 ui::test::EventGenerator generator2(second_root, window.get());
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_unittest.cc971 aura::Window* second_root = local
973 ash::ScopedTargetRootWindow tmp(second_root);
982 EXPECT_TRUE(second_root->GetBoundsInScreen().Contains(bounds));
/external/chromium_org/ui/events/
H A Devent_processor_unittest.cc223 TestEventTarget* second_root = local
225 second_root->SetEventTargeter(make_scoped_ptr(new EventTargeter()));
227 second_root->AddChild(second_child.Pass());
249 EXPECT_TRUE(second_root->child_at(0)->DidReceiveEvent(ET_MOUSE_MOVED));
251 second_root->child_at(0)->ResetReceivedEvents();
256 second_root->child_at(0)->set_mark_events_as_handled(true);
261 EXPECT_TRUE(second_root->child_at(0)->DidReceiveEvent(ET_MOUSE_MOVED));
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest.cc1522 aura::Window* second_root = roots[1]; local
1523 EXPECT_EQ(second_root,
1574 aura::Window* second_root = roots[1]; local
1576 second_root).work_area();
1578 EXPECT_EQ(second_root,
1624 aura::Window* second_root = roots[1]; local
1626 second_root).work_area();
1636 EXPECT_EQ(second_root,
1638 EXPECT_EQ(second_root,
1684 aura::Window* second_root local
1754 aura::Window* second_root = roots[1]; local
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc1633 aura::Window* second_root = Shell::GetAllRootWindows()[1]; local
1635 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, second_root);
1637 Shell::GetInstance()->GetShelfAlignment(second_root));
1644 Shelf* secondary_shelf = Shelf::ForWindow(second_root);
1654 ::wm::ConvertPointFromScreen(second_root, &start_point);
1656 ui::test::EventGenerator generator(second_root, start_point);
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc2159 Window* second_root = second_host->window(); local
2173 // Setup a handler on |second| so that it moves |first| into |second_root|
2175 MoveWindowHandler move_window(first.get(), second_root);
2181 EXPECT_NE(root_window(), second_root); local
2192 EXPECT_EQ(second_root, first->GetRootWindow());

Completed in 1087 milliseconds