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

  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 82 aura::RootWindow* current_root = target->GetRootWindow(); local
85 gfx::Rect root_bounds = current_root->bounds();
88 SwitchTargetRootWindow(current_root);
magnification_controller.cc 577 aura::RootWindow* current_root = target->GetRootWindow(); local
578 gfx::Rect root_bounds = current_root->bounds();
584 if (current_root != root_window_) {
585 DCHECK(current_root);
586 SwitchTargetRootWindow(current_root, true);
615 aura::RootWindow* current_root = target->GetRootWindow(); local
616 if (current_root == root_window_) {
617 gfx::Rect root_bounds = current_root->bounds();
  /external/v8/test/es5conform/
testcfg.py 78 current_root = join(self.root, 'data', 'TestCases')
82 for root, dirs, files in os.walk(current_root):
  /external/chromium_org/v8/test/mozilla/
testcfg.py 73 current_root = os.path.join(self.testroot, testdir)
74 for dirname, dirs, files in os.walk(current_root):
  /external/v8/test/mozilla/
testcfg.py 98 current_root = join(self.root, 'data', test_dir)
99 for root, dirs, files in os.walk(current_root):
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc     [all...]

Completed in 352 milliseconds