Home | History | Annotate | Download | only in display

Lines Matching refs:secondary

363                            aura::Window** secondary) {
366 *secondary = root_windows[0] == *primary ? root_windows[1] : root_windows[0];
423 // Layout the secondary display to the bottom of the primary.
435 // Layout the secondary display to the left of the primary.
447 // Layout the secondary display to the top of the primary.
732 // Switch primary and secondary
857 // Switch primary and secondary by display ID.
902 // since secondary id is still stored as desirable_primary_id.
977 // Switch primary and secondary
981 // primary and secondary.
1321 aura::Window* primary, *secondary;
1322 GetPrimaryAndSeconary(&primary, &secondary);
1324 EXPECT_EQ("aura_root_x", GetXWindowName(secondary->GetHost()));
1327 primary = secondary = NULL;
1329 GetPrimaryAndSeconary(&primary, &secondary);
1331 EXPECT_EQ("aura_root_x", GetXWindowName(secondary->GetHost()));