Searched refs:current_root_window_ (Results 1 – 2 of 2) sorted by relevance
82 current_root_window_(delegate_->GetRootWindowAt(current_location_)), in EventGenerator()91 current_root_window_(delegate_->GetRootWindowAt(current_location_)), in EventGenerator()100 current_root_window_(delegate_->GetRootWindowAt(current_location_)), in EventGenerator()108 current_root_window_(delegate_->GetRootWindowAt(current_location_)), in EventGenerator()151 ConvertPointToTarget(current_root_window_->window(), &exit_location); in SendMouseExit()164 current_root_window_->ConvertPointFromHost(¤t_location_); in MoveMouseToInHost()180 ConvertPointToTarget(current_root_window_->window(), &move_point); in MoveMouseTo()506 current_root_window_ = delegate_->GetRootWindowAt(point); in UpdateCurrentRootWindow()554 ConvertPointToTarget(current_root_window_->window(), &p); in GetLocationInCurrentRoot()589 current_root_window_->AsRootWindowHostDelegate(); in DoDispatchEvent()
313 current_root_window_ = root_window; in set_current_root_window()339 RootWindow* current_root_window_; variable