Searched refs:primary_host (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
H A Ddisplay_controller.cc475 AshWindowTreeHost* primary_host = window_tree_hosts_[primary_display_id]; local
476 CHECK(primary_host);
477 CHECK_NE(primary_host, non_primary_host);
479 window_tree_hosts_[new_primary_display.id()] = primary_host;
480 GetRootWindowSettings(GetWindow(primary_host))->display_id =
491 UpdateWorkAreaOfDisplayNearestWindow(GetWindow(primary_host),
607 AshWindowTreeHost* primary_host = host_to_delete; local
614 window_tree_hosts_[primary_display_id] = primary_host;
615 GetRootWindowSettings(GetWindow(primary_host))->display_id =

Completed in 322 milliseconds