Searched refs:current_root (Results 1 – 4 of 4) sorted by relevance
553 aura::Window* current_root = target->GetRootWindow(); in OnMouseEvent() local554 gfx::Rect root_bounds = current_root->bounds(); in OnMouseEvent()561 if (current_root != root_window_) { in OnMouseEvent()562 DCHECK(current_root); in OnMouseEvent()563 SwitchTargetRootWindow(current_root, true); in OnMouseEvent()592 aura::Window* current_root = target->GetRootWindow(); in OnTouchEvent() local593 if (current_root == root_window_) { in OnTouchEvent()594 gfx::Rect root_bounds = current_root->bounds(); in OnTouchEvent()
83 aura::Window* current_root = target->GetRootWindow(); in OnMouseEvent() local86 gfx::Rect root_bounds = current_root->bounds(); in OnMouseEvent()89 SwitchTargetRootWindow(current_root); in OnMouseEvent()
73 current_root = os.path.join(self.testroot, testdir)74 for dirname, dirs, files in os.walk(current_root):
1968 aura::Window* current_root, in CancelDragTabToWindowInSeparateDisplayStep2() argument1976 EXPECT_EQ(current_root, in CancelDragTabToWindowInSeparateDisplayStep2()