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

  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 83 aura::Window* current_root = target->GetRootWindow(); local
86 gfx::Rect root_bounds = current_root->bounds();
89 SwitchTargetRootWindow(current_root);
magnification_controller.cc 553 aura::Window* current_root = target->GetRootWindow(); local
554 gfx::Rect root_bounds = current_root->bounds();
561 if (current_root != root_window_) {
562 DCHECK(current_root);
563 SwitchTargetRootWindow(current_root, true);
592 aura::Window* current_root = target->GetRootWindow(); local
593 if (current_root == root_window_) {
594 gfx::Rect root_bounds = current_root->bounds();
  /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/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc     [all...]

Completed in 69 milliseconds