Home
last modified time | relevance | path

Searched refs:current_root (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/magnifier/
Dmagnification_controller.cc553 aura::Window* current_root = target->GetRootWindow(); in OnMouseEvent() local
554 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() local
593 if (current_root == root_window_) { in OnTouchEvent()
594 gfx::Rect root_bounds = current_root->bounds(); in OnTouchEvent()
Dpartial_magnification_controller.cc83 aura::Window* current_root = target->GetRootWindow(); in OnMouseEvent() local
86 gfx::Rect root_bounds = current_root->bounds(); in OnMouseEvent()
89 SwitchTargetRootWindow(current_root); in OnMouseEvent()
/external/chromium_org/v8/test/mozilla/
Dtestcfg.py73 current_root = os.path.join(self.testroot, testdir)
74 for dirname, dirs, files in os.walk(current_root):
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller_interactive_uitest.cc1968 aura::Window* current_root, in CancelDragTabToWindowInSeparateDisplayStep2() argument
1976 EXPECT_EQ(current_root, in CancelDragTabToWindowInSeparateDisplayStep2()