Display 803 apps/app_window.cc std::vector<gfx::Display> displays = screen->GetAllDisplays(); Display 805 apps/app_window.cc for (std::vector<gfx::Display>::const_iterator it = displays.begin(); Display 1039 apps/app_window.cc gfx::Display display = screen->GetDisplayMatching(cached_bounds); Display 324 ash/accelerators/accelerator_controller.cc gfx::Display::Rotation GetNextRotation(gfx::Display::Rotation current) { Display 326 ash/accelerators/accelerator_controller.cc case gfx::Display::ROTATE_0: Display 327 ash/accelerators/accelerator_controller.cc return gfx::Display::ROTATE_90; Display 328 ash/accelerators/accelerator_controller.cc case gfx::Display::ROTATE_90: Display 329 ash/accelerators/accelerator_controller.cc return gfx::Display::ROTATE_180; Display 330 ash/accelerators/accelerator_controller.cc case gfx::Display::ROTATE_180: Display 331 ash/accelerators/accelerator_controller.cc return gfx::Display::ROTATE_270; Display 332 ash/accelerators/accelerator_controller.cc case gfx::Display::ROTATE_270: Display 333 ash/accelerators/accelerator_controller.cc return gfx::Display::ROTATE_0; Display 336 ash/accelerators/accelerator_controller.cc return gfx::Display::ROTATE_0; Display 343 ash/accelerators/accelerator_controller.cc gfx::Display display = Shell::GetScreen()->GetDisplayNearestPoint(point); Display 354 ash/accelerators/accelerator_controller.cc if (display_id == gfx::Display::kInvalidDisplayID) Display 366 ash/accelerators/accelerator_controller.cc if (display_id == gfx::Display::kInvalidDisplayID) Display 456 ash/desktop_background/desktop_background_controller.cc std::vector<gfx::Display> displays = Shell::GetScreen()->GetAllDisplays(); Display 459 ash/desktop_background/desktop_background_controller.cc for (std::vector<gfx::Display>::iterator iter = displays.begin(); Display 464 ash/desktop_background/desktop_background_controller.cc if (iter->rotation() == gfx::Display::ROTATE_90 || Display 465 ash/desktop_background/desktop_background_controller.cc iter->rotation() == gfx::Display::ROTATE_270) { Display 53 ash/desktop_background/desktop_background_view.cc gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow( Display 104 ash/desktop_background/desktop_background_view.cc gfx::Display display = gfx::Screen::GetScreenFor(native_view)-> Display 39 ash/dip_unittest.cc const gfx::Display display = Display 50 ash/dip_unittest.cc const gfx::Display display_2x = screen->GetDisplayNearestWindow(root); Display 78 ash/dip_unittest.cc const gfx::Display display = Display 89 ash/dip_unittest.cc const gfx::Display display_2x = screen->GetDisplayNearestWindow(root); Display 68 ash/display/cursor_window_controller.cc const gfx::Display& display) { Display 98 ash/display/cursor_window_controller.cc cursor_rotation_(gfx::Display::ROTATE_0), Display 126 ash/display/cursor_window_controller.cc void CursorWindowController::SetDisplay(const gfx::Display& display) { Display 223 ash/display/cursor_window_controller.cc case gfx::Display::ROTATE_0: Display 225 ash/display/cursor_window_controller.cc case gfx::Display::ROTATE_90: Display 232 ash/display/cursor_window_controller.cc case gfx::Display::ROTATE_180: Display 239 ash/display/cursor_window_controller.cc case gfx::Display::ROTATE_270: Display 41 ash/display/cursor_window_controller.h void SetDisplay(const gfx::Display& display); Display 72 ash/display/cursor_window_controller.h gfx::Display::Rotation cursor_rotation_; Display 77 ash/display/cursor_window_controller.h gfx::Display display_; Display 128 ash/display/display_change_observer_chromeos.cc gfx::Display::InternalDisplayId() == gfx::Display::kInvalidDisplayID) { Display 129 ash/display/display_change_observer_chromeos.cc gfx::Display::SetInternalDisplayId(output.display->display_id()); Display 164 ash/display/display_change_observer_chromeos.cc output.touch_device_id == 0 ? gfx::Display::TOUCH_SUPPORT_UNAVAILABLE : Display 165 ash/display/display_change_observer_chromeos.cc gfx::Display::TOUCH_SUPPORT_AVAILABLE); Display 63 ash/display/display_controller.cc int64 primary_display_id = gfx::Display::kInvalidDisplayID; Display 80 ash/display/display_controller.cc const gfx::Display& display) { Display 96 ash/display/display_controller.cc case gfx::Display::ROTATE_0: Display 99 ash/display/display_controller.cc case gfx::Display::ROTATE_90: Display 102 ash/display/display_controller.cc case gfx::Display::ROTATE_180: Display 105 ash/display/display_controller.cc case gfx::Display::ROTATE_270: Display 231 ash/display/display_controller.cc primary_display_id = gfx::Display::kInvalidDisplayID; Display 269 ash/display/display_controller.cc const gfx::Display& primary_candidate = Display 278 ash/display/display_controller.cc const gfx::Display& display = display_manager->GetDisplayAt(i); Display 403 ash/display/display_controller.cc DCHECK_NE(gfx::Display::kInvalidDisplayID, id); Display 404 ash/display/display_controller.cc if (id == gfx::Display::kInvalidDisplayID || primary_display_id == id) Display 407 ash/display/display_controller.cc const gfx::Display& display = GetDisplayManager()->GetDisplayForId(id); Display 413 ash/display/display_controller.cc const gfx::Display& new_primary_display) { Display 437 ash/display/display_controller.cc gfx::Display old_primary_display = Shell::GetScreen()->GetPrimaryDisplay(); Display 483 ash/display/display_controller.cc const gfx::Display& display = display_manager->GetDisplayAt(i); Display 524 ash/display/display_controller.cc DCHECK(id != gfx::Display::kInvalidDisplayID); Display 528 ash/display/display_controller.cc void DisplayController::OnDisplayBoundsChanged(const gfx::Display& display) { Display 537 ash/display/display_controller.cc void DisplayController::OnDisplayAdded(const gfx::Display& display) { Display 551 ash/display/display_controller.cc if (primary_display_id == gfx::Display::kInvalidDisplayID) Display 559 ash/display/display_controller.cc void DisplayController::OnDisplayRemoved(const gfx::Display& display) { Display 573 ash/display/display_controller.cc primary_display_id = gfx::Display::kInvalidDisplayID; Display 602 ash/display/display_controller.cc gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow( Display 641 ash/display/display_controller.cc gfx::Display display = screen->GetDisplayNearestPoint(point_in_screen); Display 667 ash/display/display_controller.cc primary_id == gfx::Display::kInvalidDisplayID ? Display 683 ash/display/display_controller.cc const gfx::Display& display) { Display 25 ash/display/display_controller.h class Display; Display 35 ash/display/display_controller.h class Display; Display 122 ash/display/display_controller.h void SetPrimaryDisplay(const gfx::Display& display); Display 149 ash/display/display_controller.h const gfx::Display& display) OVERRIDE; Display 150 ash/display/display_controller.h virtual void OnDisplayAdded(const gfx::Display& display) OVERRIDE; Display 151 ash/display/display_controller.h virtual void OnDisplayRemoved(const gfx::Display& display) OVERRIDE; Display 172 ash/display/display_controller.h const gfx::Display& display); Display 99 ash/display/display_controller_unittest.cc virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE { Display 103 ash/display/display_controller_unittest.cc virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE { Display 105 ash/display/display_controller_unittest.cc virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE { Display 159 ash/display/display_controller_unittest.cc gfx::Display GetPrimaryDisplay() { Display 164 ash/display/display_controller_unittest.cc gfx::Display GetSecondaryDisplay() { Display 197 ash/display/display_controller_unittest.cc gfx::Display primary = Shell::GetScreen()->GetPrimaryDisplay(); Display 334 ash/display/display_controller_unittest.cc gfx::Display::Rotation GetStoredRotation(int64 id) { Display 631 ash/display/display_controller_unittest.cc display_manager->SetDisplayRotation(primary_id, gfx::Display::ROTATE_90); Display 635 ash/display/display_controller_unittest.cc display_manager->SetDisplayRotation(primary_id, gfx::Display::ROTATE_90); Display 642 ash/display/display_controller_unittest.cc gfx::Display::SetInternalDisplayId(secondary_id); Display 670 ash/display/display_controller_unittest.cc gfx::Display primary_display = Shell::GetScreen()->GetPrimaryDisplay(); Display 671 ash/display/display_controller_unittest.cc gfx::Display secondary_display = ScreenUtil::GetSecondaryDisplay(); Display 724 ash/display/display_controller_unittest.cc gfx::Display swapped_primary = Shell::GetScreen()->GetPrimaryDisplay(); Display 725 ash/display/display_controller_unittest.cc gfx::Display swapped_secondary = ScreenUtil::GetSecondaryDisplay(); Display 763 ash/display/display_controller_unittest.cc gfx::Display primary_display = Shell::GetScreen()->GetPrimaryDisplay(); Display 764 ash/display/display_controller_unittest.cc gfx::Display secondary_display = ScreenUtil::GetSecondaryDisplay(); Display 805 ash/display/display_controller_unittest.cc gfx::Display primary_display = Shell::GetScreen()->GetPrimaryDisplay(); Display 806 ash/display/display_controller_unittest.cc gfx::Display secondary_display = ScreenUtil::GetSecondaryDisplay(); Display 859 ash/display/display_controller_unittest.cc gfx::Display swapped_primary = Shell::GetScreen()->GetPrimaryDisplay(); Display 860 ash/display/display_controller_unittest.cc gfx::Display swapped_secondary = ScreenUtil::GetSecondaryDisplay(); Display 895 ash/display/display_controller_unittest.cc gfx::Display primary_display = Shell::GetScreen()->GetPrimaryDisplay(); Display 896 ash/display/display_controller_unittest.cc gfx::Display secondary_display = ScreenUtil::GetSecondaryDisplay(); Display 1017 ash/display/display_controller_unittest.cc gfx::Display primary_display = Shell::GetScreen()->GetPrimaryDisplay(); Display 1018 ash/display/display_controller_unittest.cc gfx::Display secondary_display = ScreenUtil::GetSecondaryDisplay(); Display 1074 ash/display/display_controller_unittest.cc gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); Display 1123 ash/display/display_controller_unittest.cc gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); Display 1134 ash/display/display_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display1.id())); Display 1135 ash/display/display_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display2_id)); Display 1138 ash/display/display_controller_unittest.cc gfx::Display::ROTATE_90); Display 1145 ash/display/display_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id())); Display 1146 ash/display/display_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display2_id)); Display 1154 ash/display/display_controller_unittest.cc gfx::Display::ROTATE_270); Display 1159 ash/display/display_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id())); Display 1160 ash/display/display_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_270, GetStoredRotation(display2_id)); Display 1167 ash/display/display_controller_unittest.cc gfx::Display::ROTATE_180); Display 1174 ash/display/display_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_180, GetStoredRotation(display1.id())); Display 1175 ash/display/display_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_270, GetStoredRotation(display2_id)); Display 1193 ash/display/display_controller_unittest.cc gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); Display 1194 ash/display/display_controller_unittest.cc gfx::Display::SetInternalDisplayId(display1.id()); Display 1196 ash/display/display_controller_unittest.cc gfx::Display display2 = ScreenUtil::GetSecondaryDisplay(); Display 1229 ash/display/display_controller_unittest.cc gfx::Display display = Shell::GetScreen()->GetPrimaryDisplay(); Display 1262 ash/display/display_controller_unittest.cc gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); Display 1317 ash/display/display_controller_unittest.cc gfx::Display::Rotation rotation) { Display 1337 ash/display/display_controller_unittest.cc CreateDisplayInfo(internal_id, 0, gfx::Display::ROTATE_0); Display 1339 ash/display/display_controller_unittest.cc CreateDisplayInfo(2, 1, gfx::Display::ROTATE_90); Display 39 ash/display/display_info.cc return CreateFromSpecWithID(spec, gfx::Display::kInvalidDisplayID); Display 72 ash/display/display_info.cc gfx::Display::Rotation rotation(gfx::Display::ROTATE_0); Display 85 ash/display/display_info.cc rotation = gfx::Display::ROTATE_90; Display 88 ash/display/display_info.cc rotation = gfx::Display::ROTATE_180; Display 91 ash/display/display_info.cc rotation = gfx::Display::ROTATE_270; Display 144 ash/display/display_info.cc if (id == gfx::Display::kInvalidDisplayID) Display 168 ash/display/display_info.cc : id_(gfx::Display::kInvalidDisplayID), Display 170 ash/display/display_info.cc rotation_(gfx::Display::ROTATE_0), Display 171 ash/display/display_info.cc touch_support_(gfx::Display::TOUCH_SUPPORT_UNKNOWN), Display 185 ash/display/display_info.cc rotation_(gfx::Display::ROTATE_0), Display 186 ash/display/display_info.cc touch_support_(gfx::Display::TOUCH_SUPPORT_UNKNOWN), Display 254 ash/display/display_info.cc if (rotation_ == gfx::Display::ROTATE_90 || Display 255 ash/display/display_info.cc rotation_ == gfx::Display::ROTATE_270) Display 282 ash/display/display_info.cc touch_support_ == gfx::Display::TOUCH_SUPPORT_AVAILABLE Display 284 ash/display/display_info.cc : touch_support_ == gfx::Display::TOUCH_SUPPORT_UNAVAILABLE Display 93 ash/display/display_info.h void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } Display 94 ash/display/display_info.h gfx::Display::Rotation rotation() const { return rotation_; } Display 96 ash/display/display_info.h void set_touch_support(gfx::Display::TouchSupport support) { Display 99 ash/display/display_info.h gfx::Display::TouchSupport touch_support() const { return touch_support_; } Display 190 ash/display/display_info.h gfx::Display::Rotation rotation_; Display 191 ash/display/display_info.h gfx::Display::TouchSupport touch_support_; Display 18 ash/display/display_info_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, info.rotation()); Display 25 ash/display/display_info_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, info.rotation()); Display 31 ash/display/display_info_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, info.rotation()); Display 37 ash/display/display_info_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, info.rotation()); Display 43 ash/display/display_info_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_270, info.rotation()); Display 72 ash/display/display_layout.cc primary_id(gfx::Display::kInvalidDisplayID) { Display 79 ash/display/display_layout.cc primary_id(gfx::Display::kInvalidDisplayID) { Display 63 ash/display/display_layout_store.cc DCHECK_NE(layout.primary_id, gfx::Display::kInvalidDisplayID); Display 66 ash/display/display_layout_store.cc return (layout.primary_id == gfx::Display::kInvalidDisplayID || Display 46 ash/display/display_manager.cc typedef std::vector<gfx::Display> DisplayList; Display 69 ash/display/display_manager.cc bool operator()(const gfx::Display& a, const gfx::Display& b) { Display 96 ash/display/display_manager.cc gfx::Display& GetInvalidDisplay() { Display 97 ash/display/display_manager.cc static gfx::Display* invalid_display = new gfx::Display(); Display 104 ash/display/display_manager.cc gfx::Display::SetInternalDisplayId(id); Display 151 ash/display/display_manager.cc first_display_id_(gfx::Display::kInvalidDisplayID), Display 156 ash/display/display_manager.cc mirrored_display_id_(gfx::Display::kInvalidDisplayID) { Display 253 ash/display/display_manager.cc const gfx::Display& primary_display, Display 255 ash/display/display_manager.cc DCHECK_NE(gfx::Display::kInvalidDisplayID, secondary_display_id); Display 262 ash/display/display_manager.cc bool DisplayManager::IsActiveDisplay(const gfx::Display& display) const { Display 272 ash/display/display_manager.cc return gfx::Display::InternalDisplayId() != gfx::Display::kInvalidDisplayID; Display 276 ash/display/display_manager.cc return gfx::Display::InternalDisplayId() == id; Display 306 ash/display/display_manager.cc if (id_at_zero == gfx::Display::InternalDisplayId() || Display 320 ash/display/display_manager.cc const gfx::Display& primary = screen_->GetPrimaryDisplay(); Display 351 ash/display/display_manager.cc const gfx::Display& DisplayManager::GetDisplayForId(int64 id) const { Display 352 ash/display/display_manager.cc gfx::Display* display = Display 357 ash/display/display_manager.cc const gfx::Display& DisplayManager::FindDisplayContainingPoint( Display 361 ash/display/display_manager.cc const gfx::Display& display = *iter; Display 370 ash/display/display_manager.cc gfx::Display* display = FindDisplayForId(display_id); Display 390 ash/display/display_manager.cc gfx::Display::Rotation rotation) { Display 415 ash/display/display_manager.cc gfx::Display::InternalDisplayId() != display_id) { Display 442 ash/display/display_manager.cc DCHECK_NE(gfx::Display::InternalDisplayId(), display_id); Display 443 ash/display/display_manager.cc if (gfx::Display::InternalDisplayId() == display_id) Display 464 ash/display/display_manager.cc gfx::Display::Rotation rotation, Display 497 ash/display/display_manager.cc return GetDisplayIdForUIScaling() != gfx::Display::kInvalidDisplayID; Display 569 ash/display/display_manager.cc mirrored_display_id_ = gfx::Display::kInvalidDisplayID; Display 570 ash/display/display_manager.cc non_desktop_display_ = gfx::Display(); Display 604 ash/display/display_manager.cc display_info_.find(gfx::Display::InternalDisplayId()) == Display 607 ash/display/display_manager.cc gfx::Display::InternalDisplayId(), Display 611 ash/display/display_manager.cc display_info_[gfx::Display::InternalDisplayId()] = internal_display_info; Display 654 ash/display/display_manager.cc int64 non_desktop_display_id = gfx::Display::kInvalidDisplayID; Display 659 ash/display/display_manager.cc gfx::Display::InternalDisplayId() == new_display_info_list[0].id(); Display 703 ash/display/display_manager.cc const gfx::Display& current_display = *curr_iter; Display 708 ash/display/display_manager.cc gfx::Display new_display = Display 813 ash/display/display_manager.cc const gfx::Display& DisplayManager::GetDisplayAt(size_t index) const { Display 818 ash/display/display_manager.cc const gfx::Display& DisplayManager::GetPrimaryDisplayCandidate() const { Display 831 ash/display/display_manager.cc return mirrored_display_id_ != gfx::Display::kInvalidDisplayID; Display 842 ash/display/display_manager.cc if (id == gfx::Display::kInvalidDisplayID) Display 854 ash/display/display_manager.cc int64 display_id = gfx::Display::InternalDisplayId(); Display 905 ash/display/display_manager.cc mirrored_display_id_ = gfx::Display::kInvalidDisplayID; Display 906 ash/display/display_manager.cc non_desktop_display_ = gfx::Display(); Display 936 ash/display/display_manager.cc mirrored_display_id_ = gfx::Display::kInvalidDisplayID; Display 937 ash/display/display_manager.cc non_desktop_display_ = gfx::Display(); Display 947 ash/display/display_manager.cc gfx::Display* display = FindDisplayForId(display_id); Display 973 ash/display/display_manager.cc gfx::Display* DisplayManager::FindDisplayForId(int64 id) { Display 1013 ash/display/display_manager.cc gfx::Display DisplayManager::CreateDisplayFromDisplayInfoById(int64 id) { Display 1017 ash/display/display_manager.cc gfx::Display new_display(display_info.id()); Display 1042 ash/display/display_manager.cc id_at_zero == gfx::Display::InternalDisplayId()) ? Display 1050 ash/display/display_manager.cc if (layout.primary_id != gfx::Display::kInvalidDisplayID) { Display 1075 ash/display/display_manager.cc const gfx::Display& primary_display, Display 1076 ash/display/display_manager.cc gfx::Display* secondary_display) { Display 24 ash/display/display_manager.h class Display; Display 92 ash/display/display_manager.h const gfx::Display& primary_display, Display 126 ash/display/display_manager.h bool IsActiveDisplay(const gfx::Display& display) const; Display 145 ash/display/display_manager.h const gfx::Display& GetDisplayForId(int64 id) const; Display 150 ash/display/display_manager.h const gfx::Display& FindDisplayContainingPoint( Display 162 ash/display/display_manager.h void SetDisplayRotation(int64 display_id, gfx::Display::Rotation rotation); Display 173 ash/display/display_manager.h gfx::Display::Rotation rotation, Display 209 ash/display/display_manager.h const gfx::Display& GetDisplayAt(size_t index) const; Display 211 ash/display/display_manager.h const gfx::Display& GetPrimaryDisplayCandidate() const; Display 217 ash/display/display_manager.h const std::vector<gfx::Display>& displays() const { return displays_; } Display 228 ash/display/display_manager.h const gfx::Display& non_desktop_display() const { Display 292 ash/display/display_manager.h typedef std::vector<gfx::Display> DisplayList; Display 298 ash/display/display_manager.h gfx::Display* FindDisplayForId(int64 id); Display 315 ash/display/display_manager.h gfx::Display CreateDisplayFromDisplayInfoById(int64 display_id); Display 327 ash/display/display_manager.h const gfx::Display& primary_display, Display 328 ash/display/display_manager.h gfx::Display* secondary_display); Display 362 ash/display/display_manager.h gfx::Display non_desktop_display_; Display 65 ash/display/display_manager_unittest.cc const vector<gfx::Display>& changed() const { return changed_; } Display 66 ash/display/display_manager_unittest.cc const vector<gfx::Display>& added() const { return added_; } Display 84 ash/display/display_manager_unittest.cc const DisplayInfo& GetDisplayInfo(const gfx::Display& display) { Display 92 ash/display/display_manager_unittest.cc const gfx::Display& GetDisplayForId(int64 id) { Display 101 ash/display/display_manager_unittest.cc virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE { Display 104 ash/display/display_manager_unittest.cc virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE { Display 107 ash/display/display_manager_unittest.cc virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE { Display 118 ash/display/display_manager_unittest.cc vector<gfx::Display> changed_; Display 119 ash/display/display_manager_unittest.cc vector<gfx::Display> added_; Display 264 ash/display/display_manager_unittest.cc std::vector<gfx::Display> changed_displays = changed(); Display 408 ash/display/display_manager_unittest.cc const int64 invalid_id = gfx::Display::kInvalidDisplayID; Display 445 ash/display/display_manager_unittest.cc EXPECT_EQ(internal_display_id, gfx::Display::InternalDisplayId()); Display 878 ash/display/display_manager_unittest.cc gfx::Display::SetInternalDisplayId(display_id); Display 925 ash/display/display_manager_unittest.cc gfx::Display display = Shell::GetScreen()->GetPrimaryDisplay(); Display 1011 ash/display/display_manager_unittest.cc virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE { Display 1013 ash/display/display_manager_unittest.cc virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE { Display 1019 ash/display/display_manager_unittest.cc virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE { Display 1217 ash/display/display_manager_unittest.cc std::vector<gfx::Display> all = screen->GetAllDisplays(); Display 46 ash/display/event_transformation_handler.cc const gfx::Display& display = Display 42 ash/display/resolution_notification_controller.cc virtual void Display() OVERRIDE; Display 289 ash/display/resolution_notification_controller.cc const gfx::Display& display) { Display 293 ash/display/resolution_notification_controller.cc const gfx::Display& new_display) { Display 297 ash/display/resolution_notification_controller.cc const gfx::Display& old_display) { Display 82 ash/display/resolution_notification_controller.h virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 83 ash/display/resolution_notification_controller.h virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE; Display 84 ash/display/resolution_notification_controller.h virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; Display 63 ash/display/resolution_notification_controller_unittest.cc const gfx::Display& display, Display 92 ash/display/resolution_notification_controller_unittest.cc void SetDisplayResolutionAndNotify(const gfx::Display& display, Display 226 ash/display/resolution_notification_controller_unittest.cc const gfx::Display& display = ash::Shell::GetScreen()->GetPrimaryDisplay(); Display 291 ash/display/resolution_notification_controller_unittest.cc const gfx::Display& display = ash::Shell::GetScreen()->GetPrimaryDisplay(); Display 26 ash/display/root_window_transformers.cc DECLARE_WINDOW_PROPERTY_TYPE(gfx::Display::Rotation); Display 32 ash/display/root_window_transformers.cc DEFINE_WINDOW_PROPERTY_KEY(gfx::Display::Rotation, kRotationPropertyKey, Display 33 ash/display/root_window_transformers.cc gfx::Display::ROTATE_0); Display 53 ash/display/root_window_transformers.cc const gfx::Display& display) { Display 73 ash/display/root_window_transformers.cc case gfx::Display::ROTATE_0: Display 75 ash/display/root_window_transformers.cc case gfx::Display::ROTATE_90: Display 79 ash/display/root_window_transformers.cc case gfx::Display::ROTATE_270: Display 83 ash/display/root_window_transformers.cc case gfx::Display::ROTATE_180: Display 129 ash/display/root_window_transformers.cc const gfx::Display& display) Display 272 ash/display/root_window_transformers.cc const gfx::Display& display) { Display 16 ash/display/root_window_transformers.h class Display; Display 25 ash/display/root_window_transformers.h const gfx::Display& display); Display 109 ash/display/root_window_transformers_unittest.cc gfx::Display::Rotation GetStoredRotation(int64 id) { Display 143 ash/display/root_window_transformers_unittest.cc gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); Display 160 ash/display/root_window_transformers_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display1.id())); Display 161 ash/display/root_window_transformers_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display2_id)); Display 165 ash/display/root_window_transformers_unittest.cc gfx::Display::ROTATE_90); Display 179 ash/display/root_window_transformers_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id())); Display 180 ash/display/root_window_transformers_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display2_id)); Display 189 ash/display/root_window_transformers_unittest.cc gfx::Display::ROTATE_270); Display 202 ash/display/root_window_transformers_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id())); Display 203 ash/display/root_window_transformers_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_270, GetStoredRotation(display2_id)); Display 207 ash/display/root_window_transformers_unittest.cc gfx::Display::ROTATE_180); Display 219 ash/display/root_window_transformers_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_180, GetStoredRotation(display1.id())); Display 220 ash/display/root_window_transformers_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_270, GetStoredRotation(display2_id)); Display 235 ash/display/root_window_transformers_unittest.cc gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); Display 236 ash/display/root_window_transformers_unittest.cc gfx::Display::SetInternalDisplayId(display1.id()); Display 237 ash/display/root_window_transformers_unittest.cc gfx::Display display2 = ScreenUtil::GetSecondaryDisplay(); Display 276 ash/display/root_window_transformers_unittest.cc gfx::Display display = Shell::GetScreen()->GetPrimaryDisplay(); Display 316 ash/display/root_window_transformers_unittest.cc gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); Display 30 ash/display/screen_ash.cc gfx::Display FindDisplayNearestPoint(const std::vector<gfx::Display>& displays, Display 33 ash/display/screen_ash.cc const gfx::Display* nearest_display = NULL; Display 34 ash/display/screen_ash.cc for (std::vector<gfx::Display>::const_iterator iter = displays.begin(); Display 36 ash/display/screen_ash.cc const gfx::Display& display = *iter; Display 48 ash/display/screen_ash.cc const gfx::Display* FindDisplayMatching( Display 49 ash/display/screen_ash.cc const std::vector<gfx::Display>& displays, Display 52 ash/display/screen_ash.cc const gfx::Display* matching = NULL; Display 53 ash/display/screen_ash.cc for (std::vector<gfx::Display>::const_iterator iter = displays.begin(); Display 55 ash/display/screen_ash.cc const gfx::Display& display = *iter; Display 90 ash/display/screen_ash.cc virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { Display 93 ash/display/screen_ash.cc virtual gfx::Display GetDisplayNearestWindow(gfx::NativeView view) Display 97 ash/display/screen_ash.cc virtual gfx::Display GetDisplayNearestPoint( Display 101 ash/display/screen_ash.cc virtual gfx::Display GetDisplayMatching(const gfx::Rect& match_rect) Display 103 ash/display/screen_ash.cc const gfx::Display* matching = Display 108 ash/display/screen_ash.cc virtual gfx::Display GetPrimaryDisplay() const OVERRIDE { Display 118 ash/display/screen_ash.cc const std::vector<gfx::Display> display_list_; Display 119 ash/display/screen_ash.cc const gfx::Display primary_display_; Display 133 ash/display/screen_ash.cc gfx::Display ScreenAsh::FindDisplayContainingPoint(const gfx::Point& point) { Display 178 ash/display/screen_ash.cc const gfx::Display& ScreenAsh::GetSecondaryDisplay() { Display 187 ash/display/screen_ash.cc const gfx::Display& ScreenAsh::GetDisplayForId(int64 display_id) { Display 191 ash/display/screen_ash.cc void ScreenAsh::NotifyBoundsChanged(const gfx::Display& display) { Display 196 ash/display/screen_ash.cc void ScreenAsh::NotifyDisplayAdded(const gfx::Display& display) { Display 200 ash/display/screen_ash.cc void ScreenAsh::NotifyDisplayRemoved(const gfx::Display& display) { Display 225 ash/display/screen_ash.cc std::vector<gfx::Display> ScreenAsh::GetAllDisplays() const { Display 229 ash/display/screen_ash.cc gfx::Display ScreenAsh::GetDisplayNearestWindow(gfx::NativeView window) const { Display 237 ash/display/screen_ash.cc return gfx::Display(1); Display 240 ash/display/screen_ash.cc DCHECK(id != gfx::Display::kInvalidDisplayID); Display 250 ash/display/screen_ash.cc gfx::Display ScreenAsh::GetDisplayNearestPoint(const gfx::Point& point) const { Display 251 ash/display/screen_ash.cc const gfx::Display& display = Display 261 ash/display/screen_ash.cc gfx::Display ScreenAsh::GetDisplayMatching(const gfx::Rect& match_rect) const { Display 264 ash/display/screen_ash.cc const gfx::Display* matching = Display 270 ash/display/screen_ash.cc gfx::Display ScreenAsh::GetPrimaryDisplay() const { Display 32 ash/display/screen_ash.h static gfx::Display FindDisplayContainingPoint(const gfx::Point& point); Display 56 ash/display/screen_ash.h static const gfx::Display& GetSecondaryDisplay(); Display 60 ash/display/screen_ash.h static const gfx::Display& GetDisplayForId(int64 display_id); Display 69 ash/display/screen_ash.h virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE; Display 70 ash/display/screen_ash.h virtual gfx::Display GetDisplayNearestWindow( Display 72 ash/display/screen_ash.h virtual gfx::Display GetDisplayNearestPoint( Display 74 ash/display/screen_ash.h virtual gfx::Display GetDisplayMatching( Display 76 ash/display/screen_ash.h virtual gfx::Display GetPrimaryDisplay() const OVERRIDE; Display 84 ash/display/screen_ash.h void NotifyBoundsChanged(const gfx::Display& display); Display 85 ash/display/screen_ash.h void NotifyDisplayAdded(const gfx::Display& display); Display 86 ash/display/screen_ash.h void NotifyDisplayRemoved(const gfx::Display& display); Display 37 ash/display/screen_position_controller.cc void MoveAllTransientChildrenToNewRoot(const gfx::Display& display, Display 150 ash/display/screen_position_controller.cc const gfx::Display& display) { Display 27 ash/display/screen_position_controller.h const gfx::Display& display) OVERRIDE; Display 62 ash/display/shared_display_edge_indicator.cc gfx::Display display = Shell::GetScreen()->GetDisplayMatching(bounds); Display 88 ash/display/virtual_keyboard_window_controller.cc display_manager->non_desktop_display().id(), gfx::Display::ROTATE_180); Display 485 ash/extended_desktop_unittest.cc gfx::Display display0 = Shell::GetScreen()->GetDisplayMatching( Display 487 ash/extended_desktop_unittest.cc gfx::Display display1 = Shell::GetScreen()->GetDisplayMatching( Display 576 ash/extended_desktop_unittest.cc gfx::Display display_1 = screen->GetDisplayNearestWindow(root_windows[0]); Display 578 ash/extended_desktop_unittest.cc gfx::Display display_2 = screen->GetDisplayNearestWindow(root_windows[1]); Display 271 ash/magnifier/magnification_controller.cc gfx::Display display = Display 350 ash/root_window_controller.cc gfx::Display::kInvalidDisplayID; Display 19 ash/root_window_settings.cc : display_id(gfx::Display::kInvalidDisplayID), Display 29 ash/screen_util.cc gfx::Display ScreenUtil::FindDisplayContainingPoint(const gfx::Point& point) { Display 74 ash/screen_util.cc const gfx::Display& ScreenUtil::GetSecondaryDisplay() { Display 83 ash/screen_util.cc const gfx::Display& ScreenUtil::GetDisplayForId(int64 display_id) { Display 16 ash/screen_util.h class Display; Display 28 ash/screen_util.h static gfx::Display FindDisplayContainingPoint(const gfx::Point& point); Display 53 ash/screen_util.h static const gfx::Display& GetSecondaryDisplay(); Display 57 ash/screen_util.h static const gfx::Display& GetDisplayForId(int64 display_id); Display 675 ash/shelf/shelf_layout_manager_unittest.cc gfx::Display display = screen->GetDisplayNearestWindow( Display 738 ash/shelf/shelf_layout_manager_unittest.cc gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow( Display 1439 ash/shelf/shelf_layout_manager_unittest.cc gfx::Display display = Display 270 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnDisplayBoundsChanged(const gfx::Display& display) { Display 273 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnDisplayAdded(const gfx::Display& new_display) { Display 284 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnDisplayRemoved(const gfx::Display& old_display) { Display 118 ash/shelf/shelf_window_watcher.h virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 119 ash/shelf/shelf_window_watcher.h virtual void OnDisplayAdded(const gfx::Display& display) OVERRIDE; Display 120 ash/shelf/shelf_window_watcher.h virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; Display 141 ash/shell/window_watcher.cc void WindowWatcher::OnDisplayBoundsChanged(const gfx::Display& display) { Display 144 ash/shell/window_watcher.cc void WindowWatcher::OnDisplayAdded(const gfx::Display& new_display) { Display 150 ash/shell/window_watcher.cc void WindowWatcher::OnDisplayRemoved(const gfx::Display& old_display) { Display 41 ash/shell/window_watcher.h virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 42 ash/shell/window_watcher.h virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE; Display 43 ash/shell/window_watcher.h virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; Display 61 ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc virtual void Display() OVERRIDE; Display 76 ash/system/chromeos/screen_security/screen_tray_item.h virtual void Display() OVERRIDE; Display 48 ash/system/chromeos/tray_display.cc const gfx::Display* display = &display_manager->GetDisplayForId(display_id); Display 90 ash/system/chromeos/tray_display.cc int64 internal_id = gfx::Display::kInvalidDisplayID; Display 186 ash/system/chromeos/tray_display.cc int64 external_id = gfx::Display::kInvalidDisplayID; Display 189 ash/system/chromeos/tray_display.cc if (id != gfx::Display::InternalDisplayId()) { Display 195 ash/system/chromeos/tray_display.cc if (external_id == gfx::Display::kInvalidDisplayID) { Display 205 ash/system/chromeos/tray_display.cc if (display_info.rotation() != gfx::Display::ROTATE_0 || Display 261 ash/system/chromeos/tray_display.cc return display_info.rotation() != gfx::Display::ROTATE_0 || Display 341 ash/system/chromeos/tray_display.cc case gfx::Display::ROTATE_0: Display 344 ash/system/chromeos/tray_display.cc case gfx::Display::ROTATE_90: Display 347 ash/system/chromeos/tray_display.cc case gfx::Display::ROTATE_180: Display 350 ash/system/chromeos/tray_display.cc case gfx::Display::ROTATE_270: Display 207 ash/system/chromeos/tray_display_unittest.cc gfx::Display::SetInternalDisplayId(display_manager->first_display_id()); Display 241 ash/system/chromeos/tray_display_unittest.cc gfx::Display::SetInternalDisplayId(display_manager->first_display_id()); Display 282 ash/system/chromeos/tray_display_unittest.cc gfx::Display::SetInternalDisplayId(ScreenUtil::GetSecondaryDisplay().id()); Display 298 ash/system/chromeos/tray_display_unittest.cc gfx::Display::SetInternalDisplayId(display_manager->first_display_id()); Display 306 ash/system/chromeos/tray_display_unittest.cc const gfx::Display& secondary_display = ScreenUtil::GetSecondaryDisplay(); Display 338 ash/system/chromeos/tray_display_unittest.cc gfx::Display::SetInternalDisplayId(display_manager->first_display_id()); Display 420 ash/system/chromeos/tray_display_unittest.cc gfx::Display::SetInternalDisplayId(display_manager->first_display_id()); Display 520 ash/system/chromeos/tray_display_unittest.cc gfx::Display::SetInternalDisplayId(ScreenUtil::GetSecondaryDisplay().id()); Display 35 ash/system/locale/locale_notification_controller.cc virtual void Display() OVERRIDE; Display 168 ash/system/web_notification/web_notification_tray.cc gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow( Display 68 ash/test/ash_test_base.cc gfx::Display display = screen->GetDisplayNearestPoint(point_in_screen); Display 199 ash/test/ash_test_base.cc gfx::Display::SetInternalDisplayId(gfx::Display::kInvalidDisplayID); Display 276 ash/test/ash_test_base.cc gfx::Display display = Display 38 ash/test/cursor_manager_test_api.cc gfx::Display CursorManagerTestApi::GetDisplay() const { Display 13 ash/test/cursor_manager_test_api.h class Display; Display 32 ash/test/cursor_manager_test_api.h gfx::Display GetDisplay() const; Display 18 ash/test/display_manager_test_api.cc typedef std::vector<gfx::Display> DisplayList; Display 35 ash/test/display_manager_test_api.cc gfx::Display::kInvalidDisplayID; Display 84 ash/test/display_manager_test_api.cc const gfx::Display& internal = display_manager_->displays_[0]; Display 85 ash/test/display_manager_test_api.cc gfx::Display::SetInternalDisplayId(internal.id()); Display 86 ash/test/display_manager_test_api.cc return gfx::Display::InternalDisplayId(); Display 337 ash/touch/touch_hud_debug.cc const gfx::Display& display = Display 468 ash/touch/touch_hud_debug.cc void TouchHudDebug::OnDisplayBoundsChanged(const gfx::Display& display) { Display 63 ash/touch/touch_hud_debug.h virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 24 ash/touch/touch_observer_hud.cc const gfx::Display& display = Display 89 ash/touch/touch_observer_hud.cc void TouchObserverHUD::OnDisplayBoundsChanged(const gfx::Display& display) { Display 95 ash/touch/touch_observer_hud.cc void TouchObserverHUD::OnDisplayAdded(const gfx::Display& new_display) {} Display 97 ash/touch/touch_observer_hud.cc void TouchObserverHUD::OnDisplayRemoved(const gfx::Display& old_display) { Display 62 ash/touch/touch_observer_hud.h virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 63 ash/touch/touch_observer_hud.h virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE; Display 64 ash/touch/touch_observer_hud.h virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; Display 46 ash/touch/touch_observer_hud_unittest.cc gfx::Display GetPrimaryDisplay() { Display 50 ash/touch/touch_observer_hud_unittest.cc const gfx::Display& GetSecondaryDisplay() { Display 68 ash/touch/touch_observer_hud_unittest.cc const gfx::Display& internal_display = Display 74 ash/touch/touch_observer_hud_unittest.cc const gfx::Display& external_display = Display 137 ash/touch/touch_observer_hud_unittest.cc const gfx::Display& GetInternalDisplay() { Display 141 ash/touch/touch_observer_hud_unittest.cc const gfx::Display& GetExternalDisplay() { Display 156 ash/touch/touch_observer_hud_unittest.cc const gfx::Display& display = GetPrimaryDisplay(); Display 161 ash/touch/touch_observer_hud_unittest.cc const gfx::Display& display = GetSecondaryDisplay(); Display 73 ash/wm/ash_native_cursor_manager.cc const gfx::Display& display, Display 47 ash/wm/ash_native_cursor_manager.h const gfx::Display& display, Display 59 ash/wm/ash_native_cursor_manager_unittest.cc gfx::Display display(0); Display 66 ash/wm/ash_native_cursor_manager_unittest.cc display.set_rotation(gfx::Display::ROTATE_90); Display 72 ash/wm/ash_native_cursor_manager_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, test_api.GetDisplay().rotation()); Display 100 ash/wm/ash_native_cursor_manager_unittest.cc display.set_rotation(gfx::Display::ROTATE_180); Display 103 ash/wm/ash_native_cursor_manager_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_180, test_api.GetDisplay().rotation()); Display 162 ash/wm/ash_native_cursor_manager_unittest.cc gfx::Display display(0); Display 166 ash/wm/ash_native_cursor_manager_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, test_api.GetDisplay().rotation()); Display 169 ash/wm/ash_native_cursor_manager_unittest.cc display.set_rotation(gfx::Display::ROTATE_270); Display 172 ash/wm/ash_native_cursor_manager_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_270, test_api.GetDisplay().rotation()); Display 19 ash/wm/coordinate_conversion.cc const gfx::Display& display = Display 29 ash/wm/coordinate_conversion.cc const gfx::Display& display = Shell::GetScreen()->GetDisplayMatching(rect); Display 52 ash/wm/default_state.cc const gfx::Display& display = Display 147 ash/wm/default_state.cc gfx::Display current_display = Shell::GetScreen()-> Display 70 ash/wm/default_state.h gfx::Display stored_display_state_; Display 932 ash/wm/dock/docked_window_layout_manager.cc gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow( Display 39 ash/wm/dock/docked_window_resizer.cc gfx::Display display = ScreenUtil::FindDisplayContainingPoint(point); Display 103 ash/wm/dock/docked_window_resizer_unittest.cc gfx::Display display = Display 32 ash/wm/drag_window_controller.cc const gfx::Display& dst_display) { Display 38 ash/wm/drag_window_controller.h void SetDestinationDisplay(const gfx::Display& dst_display); Display 77 ash/wm/drag_window_controller.h gfx::Display dst_display_; Display 102 ash/wm/drag_window_resizer.cc const gfx::Display dst_display = Display 65 ash/wm/image_cursors.cc gfx::Display ImageCursors::GetDisplay() const { Display 70 ash/wm/image_cursors.cc return gfx::Display(); Display 75 ash/wm/image_cursors.cc bool ImageCursors::SetDisplay(const gfx::Display& display) { Display 92 ash/wm/image_cursors.cc const gfx::Display& display = cursor_loader_->display(); Display 15 ash/wm/image_cursors.h class Display; Display 33 ash/wm/image_cursors.h gfx::Display GetDisplay() const; Display 39 ash/wm/image_cursors.h bool SetDisplay(const gfx::Display& display); Display 128 ash/wm/maximize_mode/maximize_mode_controller.cc gfx::Display::Rotation current_rotation = display_manager->GetDisplayInfo( Display 129 ash/wm/maximize_mode/maximize_mode_controller.cc gfx::Display::InternalDisplayId()).rotation(); Display 134 ash/wm/maximize_mode/maximize_mode_controller.cc if (current_rotation != gfx::Display::ROTATE_0) { Display 141 ash/wm/maximize_mode/maximize_mode_controller.cc display_manager->SetDisplayRotation(gfx::Display::InternalDisplayId(), Display 142 ash/wm/maximize_mode/maximize_mode_controller.cc gfx::Display::ROTATE_0); Display 166 ash/wm/maximize_mode/maximize_mode_controller.cc if (current_rotation == gfx::Display::ROTATE_0) Display 168 ash/wm/maximize_mode/maximize_mode_controller.cc else if (current_rotation == gfx::Display::ROTATE_90) Display 170 ash/wm/maximize_mode/maximize_mode_controller.cc else if (current_rotation == gfx::Display::ROTATE_180) Display 184 ash/wm/maximize_mode/maximize_mode_controller.cc gfx::Display::Rotation new_rotation = gfx::Display::ROTATE_90; Display 186 ash/wm/maximize_mode/maximize_mode_controller.cc new_rotation = gfx::Display::ROTATE_0; Display 188 ash/wm/maximize_mode/maximize_mode_controller.cc new_rotation = gfx::Display::ROTATE_270; Display 190 ash/wm/maximize_mode/maximize_mode_controller.cc new_rotation = gfx::Display::ROTATE_180; Display 194 ash/wm/maximize_mode/maximize_mode_controller.cc if (new_rotation == gfx::Display::ROTATE_0 || Display 196 ash/wm/maximize_mode/maximize_mode_controller.cc display_manager->SetDisplayRotation(gfx::Display::InternalDisplayId(), Display 57 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc gfx::Display::Rotation GetInternalDisplayRotation() const { Display 59 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc gfx::Display::InternalDisplayId()).rotation(); Display 140 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, GetInternalDisplayRotation()); Display 143 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_180, GetInternalDisplayRotation()); Display 146 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_270, GetInternalDisplayRotation()); Display 149 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 162 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 165 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 168 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 171 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 174 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 187 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 195 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 202 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, GetInternalDisplayRotation()); Display 210 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, GetInternalDisplayRotation()); Display 220 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 226 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, GetInternalDisplayRotation()); Display 232 ash/wm/maximize_mode/maximize_mode_controller_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); Display 88 ash/wm/maximize_mode/maximize_mode_window_manager.cc const gfx::Display& display) { Display 92 ash/wm/maximize_mode/maximize_mode_window_manager.cc void MaximizeModeWindowManager::OnDisplayAdded(const gfx::Display& display) { Display 96 ash/wm/maximize_mode/maximize_mode_window_manager.cc void MaximizeModeWindowManager::OnDisplayRemoved(const gfx::Display& display) { Display 51 ash/wm/maximize_mode/maximize_mode_window_manager.h const gfx::Display& display) OVERRIDE; Display 52 ash/wm/maximize_mode/maximize_mode_window_manager.h virtual void OnDisplayAdded(const gfx::Display& display) OVERRIDE; Display 53 ash/wm/maximize_mode/maximize_mode_window_manager.h virtual void OnDisplayRemoved(const gfx::Display& display) OVERRIDE; Display 49 ash/wm/overview/scoped_window_copy.cc gfx::Display target_display = Display 199 ash/wm/overview/window_overview.cc gfx::Display dst_display = gfx::Screen::GetScreenFor( Display 96 ash/wm/panels/panel_layout_manager_unittest.cc gfx::Display display = ScreenUtil::FindDisplayContainingPoint(root_point); Display 62 ash/wm/panels/panel_window_resizer.cc const gfx::Display dst_display = Display 360 ash/wm/window_positioner.cc const gfx::Display& display) { Display 19 ash/wm/window_positioner.h class Display; Display 61 ash/wm/window_positioner.h static gfx::Rect GetDefaultWindowBounds(const gfx::Display& display); Display 211 ash/wm/window_resizer.cc const gfx::Display& display = Display 378 ash/wm/workspace/workspace_window_resizer.cc gfx::Display display = Display 777 ash/wm/workspace/workspace_window_resizer.cc gfx::Display display = Shell::GetScreen()->GetDisplayNearestPoint( Display 83 base/message_loop/message_pump_gtk.cc Display* MessagePumpGtk::GetDefaultXDisplay() { Display 88 base/message_loop/message_pump_gtk.cc static Display* xdisplay = XOpenDisplay(NULL); Display 11 base/message_loop/message_pump_gtk.h typedef struct _XDisplay Display; Display 39 base/message_loop/message_pump_gtk.h static Display* GetDefaultXDisplay(); Display 54 base/message_loop/message_pump_x11.cc Display* g_xdisplay = NULL; Display 58 base/message_loop/message_pump_x11.cc Display* display = MessagePumpX11::GetDefaultXDisplay(); Display 102 base/message_loop/message_pump_x11.cc Display* display = MessagePumpX11::GetDefaultXDisplay(); Display 146 base/message_loop/message_pump_x11.cc Display* MessagePumpX11::GetDefaultXDisplay() { Display 195 base/message_loop/message_pump_x11.cc Display* display = GetDefaultXDisplay(); Display 215 base/message_loop/message_pump_x11.cc Display* display = GetDefaultXDisplay(); Display 233 base/message_loop/message_pump_x11.cc Display* display = GetDefaultXDisplay(); Display 25 base/message_loop/message_pump_x11.h typedef struct _XDisplay Display; Display 41 base/message_loop/message_pump_x11.h static Display* GetDefaultXDisplay(); Display 15 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java import android.view.Display; Display 312 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java Display display = mActivity.getWindowManager().getDefaultDisplay(); Display 384 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java Display display = mActivity.getWindowManager().getDefaultDisplay(); Display 27 chrome/browser/chrome_browser_main_extra_parts_x11.cc int BrowserX11ErrorHandler(Display* d, XErrorEvent* error) { Display 44 chrome/browser/chrome_browser_main_extra_parts_x11.cc int BrowserX11IOErrorHandler(Display* d) { Display 63 chrome/browser/chrome_browser_main_extra_parts_x11.cc int X11EmptyErrorHandler(Display* d, XErrorEvent* error) { Display 67 chrome/browser/chrome_browser_main_extra_parts_x11.cc int X11EmptyIOErrorHandler(Display* d) { Display 126 chrome/browser/chromeos/display/display_preferences.cc int64 id1 = gfx::Display::kInvalidDisplayID; Display 127 chrome/browser/chromeos/display/display_preferences.cc int64 id2 = gfx::Display::kInvalidDisplayID; Display 130 chrome/browser/chromeos/display/display_preferences.cc id1 == gfx::Display::kInvalidDisplayID || Display 131 chrome/browser/chromeos/display/display_preferences.cc id2 == gfx::Display::kInvalidDisplayID) { Display 148 chrome/browser/chromeos/display/display_preferences.cc int64 id = gfx::Display::kInvalidDisplayID; Display 150 chrome/browser/chromeos/display/display_preferences.cc id == gfx::Display::kInvalidDisplayID) { Display 153 chrome/browser/chromeos/display/display_preferences.cc gfx::Display::Rotation rotation = gfx::Display::ROTATE_0; Display 159 chrome/browser/chromeos/display/display_preferences.cc rotation = static_cast<gfx::Display::Rotation>(rotation_value); Display 226 chrome/browser/chromeos/display/display_preferences.cc const gfx::Display& display = display_manager->GetDisplayAt(i); Display 18 chrome/browser/chromeos/display/display_preferences.h class Display; Display 199 chrome/browser/chromeos/display/display_preferences_unittest.cc gfx::Display::SetInternalDisplayId(id1); Display 224 chrome/browser/chromeos/display/display_preferences_unittest.cc display_manager->SetDisplayRotation(id1, gfx::Display::ROTATE_90); Display 362 chrome/browser/chromeos/display/display_preferences_unittest.cc id2 + 1, gfx::Display::ROTATE_0, 1.0f, NULL, gfx::Size(500, 400), Display 388 chrome/browser/chromeos/display/display_preferences_unittest.cc id2 + 1, gfx::Display::ROTATE_0, 1.0f, NULL, gfx::Size(500, 400), Display 531 chrome/browser/chromeos/display/display_preferences_unittest.cc gfx::Display::SetInternalDisplayId(id1); Display 541 chrome/browser/chromeos/display/display_preferences_unittest.cc display_manager->SetDisplayRotation(new_primary, gfx::Display::ROTATE_90); Display 555 chrome/browser/chromeos/display/display_preferences_unittest.cc const gfx::Display& primary_display = screen->GetPrimaryDisplay(); Display 557 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, primary_display.rotation()); Display 564 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, info_primary.rotation()); Display 63 chrome/browser/chromeos/display/overscan_calibrator.cc const gfx::Display& target_display, const gfx::Insets& initial_insets) Display 25 chrome/browser/chromeos/display/overscan_calibrator.h OverscanCalibrator(const gfx::Display& target_display, Display 49 chrome/browser/chromeos/display/overscan_calibrator.h const gfx::Display display_; Display 199 chrome/browser/chromeos/events/event_rewriter_unittest.cc Display* display_; Display 37 chrome/browser/chromeos/login/helper.cc float scale_factor = gfx::Display::GetForcedDeviceScaleFactor(); Display 56 chrome/browser/chromeos/net/network_portal_notification_controller.cc virtual void Display() OVERRIDE; Display 16 chrome/browser/extensions/api/system_display/display_info_provider.cc int RotationToDegrees(gfx::Display::Rotation rotation) { Display 18 chrome/browser/extensions/api/system_display/display_info_provider.cc case gfx::Display::ROTATE_0: Display 20 chrome/browser/extensions/api/system_display/display_info_provider.cc case gfx::Display::ROTATE_90: Display 22 chrome/browser/extensions/api/system_display/display_info_provider.cc case gfx::Display::ROTATE_180: Display 24 chrome/browser/extensions/api/system_display/display_info_provider.cc case gfx::Display::ROTATE_270: Display 32 chrome/browser/extensions/api/system_display/display_info_provider.cc CreateDisplayUnitInfo(const gfx::Display& display, int64 primary_display_id) { Display 78 chrome/browser/extensions/api/system_display/display_info_provider.cc std::vector<gfx::Display> displays = screen->GetAllDisplays(); Display 14 chrome/browser/extensions/api/system_display/display_info_provider.h class Display; Display 43 chrome/browser/extensions/api/system_display/display_info_provider.h const gfx::Display& display, Display 17 chrome/browser/extensions/api/system_display/display_info_provider_aura.cc const gfx::Display& display, Display 38 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc gfx::Display::Rotation DegreesToRotation(int degrees) { Display 42 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc return gfx::Display::ROTATE_0; Display 44 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc return gfx::Display::ROTATE_90; Display 46 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc return gfx::Display::ROTATE_180; Display 48 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc return gfx::Display::ROTATE_270; Display 50 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc return gfx::Display::ROTATE_0; Display 178 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc const gfx::Display& display, Display 191 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc gfx::Display::kInvalidDisplayID) { Display 272 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc gfx::Display GetTargetDisplay(const std::string& display_id_str, Display 277 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc return gfx::Display(); Display 295 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc const gfx::Display target = GetTargetDisplay(display_id_str, display_manager); Display 297 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc if (target.id() == gfx::Display::kInvalidDisplayID) { Display 304 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc const gfx::Display& primary = Display 363 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc const gfx::Display& display, Display 39 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& display = Display 41 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc return display.id() != gfx::Display::kInvalidDisplayID; Display 122 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc GetDisplayManager()->SetDisplayRotation(display_id, gfx::Display::ROTATE_270); Display 132 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc GetDisplayManager()->SetDisplayRotation(display_id, gfx::Display::ROTATE_180); Display 142 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc GetDisplayManager()->SetDisplayRotation(display_id, gfx::Display::ROTATE_0); Display 315 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 334 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 353 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 372 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 391 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 410 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 429 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 449 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 469 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 489 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 509 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 528 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 547 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 566 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 585 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 604 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 623 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 645 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 646 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& primary = ash::Shell::GetScreen()->GetPrimaryDisplay(); Display 666 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 679 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_90, secondary.rotation()); Display 689 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_270, secondary.rotation()); Display 701 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_180, secondary.rotation()); Display 712 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc EXPECT_EQ(gfx::Display::ROTATE_0, secondary.rotation()); Display 719 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 735 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 798 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 820 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 842 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); Display 22 chrome/browser/extensions/api/system_display/display_info_provider_gtk.cc const gfx::Display& display, Display 17 chrome/browser/extensions/api/system_display/display_info_provider_mac.cc const gfx::Display& display, Display 62 chrome/browser/extensions/api/system_display/display_info_provider_win.cc const gfx::Display& display, Display 36 chrome/browser/extensions/api/system_display/system_display_apitest.cc gfx::Display display(i, bounds); Display 48 chrome/browser/extensions/api/system_display/system_display_apitest.cc virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { Display 51 chrome/browser/extensions/api/system_display/system_display_apitest.cc virtual gfx::Display GetPrimaryDisplay() const OVERRIDE { Display 55 chrome/browser/extensions/api/system_display/system_display_apitest.cc std::vector<gfx::Display> displays_; Display 66 chrome/browser/extensions/api/system_display/system_display_apitest.cc gfx::Display display(i, bounds); Display 87 chrome/browser/extensions/api/system_display/system_display_apitest.cc virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { Display 90 chrome/browser/extensions/api/system_display/system_display_apitest.cc virtual gfx::Display GetDisplayNearestWindow( Display 92 chrome/browser/extensions/api/system_display/system_display_apitest.cc return gfx::Display(0); Display 94 chrome/browser/extensions/api/system_display/system_display_apitest.cc virtual gfx::Display GetDisplayNearestPoint( Display 96 chrome/browser/extensions/api/system_display/system_display_apitest.cc return gfx::Display(0); Display 98 chrome/browser/extensions/api/system_display/system_display_apitest.cc virtual gfx::Display GetDisplayMatching( Display 100 chrome/browser/extensions/api/system_display/system_display_apitest.cc return gfx::Display(0); Display 102 chrome/browser/extensions/api/system_display/system_display_apitest.cc virtual gfx::Display GetPrimaryDisplay() const OVERRIDE { Display 109 chrome/browser/extensions/api/system_display/system_display_apitest.cc std::vector<gfx::Display> displays_; Display 144 chrome/browser/extensions/api/system_display/system_display_apitest.cc const gfx::Display& display, Display 70 chrome/browser/extensions/api/system_info/system_info_api.cc virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 71 chrome/browser/extensions/api/system_info/system_info_api.cc virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE; Display 72 chrome/browser/extensions/api/system_info/system_info_api.cc virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; Display 187 chrome/browser/extensions/api/system_info/system_info_api.cc const gfx::Display& display) { Display 191 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::OnDisplayAdded(const gfx::Display& new_display) { Display 195 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoEventRouter::OnDisplayRemoved(const gfx::Display& old_display) { Display 40 chrome/browser/extensions/extension_commands_global_registry_apitest.cc Display* display = gfx::GetXDisplay(); Display 61 chrome/browser/extensions/global_shortcut_listener_x11.h ::Display* x_display_; Display 137 chrome/browser/local_discovery/privet_notifications.h virtual void Display() OVERRIDE; Display 98 chrome/browser/metrics/metrics_log_chromeos.cc gfx::Display::TouchSupport has_touch = ui::GetInternalDisplayTouchSupport(); Display 99 chrome/browser/metrics/metrics_log_chromeos.cc if (has_touch == gfx::Display::TOUCH_SUPPORT_AVAILABLE) Display 101 chrome/browser/metrics/metrics_log_chromeos.cc else if (has_touch == gfx::Display::TOUCH_SUPPORT_UNAVAILABLE) Display 20 chrome/browser/net/client_hints.cc gfx::Display display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay(); Display 48 chrome/browser/notifications/balloon.cc notification_->Display(); Display 58 chrome/browser/notifications/balloon.cc notification_->Display(); Display 24 chrome/browser/notifications/notification_object_proxy.h virtual void Display() OVERRIDE; Display 25 chrome/browser/notifications/notification_test_util.h virtual void Display() OVERRIDE {} Display 54 chrome/browser/notifications/notification_test_util.h virtual void Display() OVERRIDE { Display 43 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.h virtual void Display() OVERRIDE {} Display 519 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc Display(notification); Display 646 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc Display(*iter); Display 147 chrome/browser/notifications/sync_notifier/chrome_notifier_service.h void Display(notifier::SyncedNotification* notification); Display 28 chrome/browser/notifications/sync_notifier/welcome_delegate.h virtual void Display() OVERRIDE; Display 74 chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc gfx::Display display = screen->GetDisplayNearestWindow(native_view); Display 52 chrome/browser/signin/signin_error_notifier_ash.cc virtual void Display() OVERRIDE; Display 154 chrome/browser/speech/speech_recognition_bubble.cc gfx::Display display = screen->GetDisplayNearestWindow(view); Display 47 chrome/browser/sync/sync_error_notifier_ash.cc virtual void Display() OVERRIDE; Display 13 chrome/browser/ui/app_list/app_list_positioner.cc AppListPositioner::AppListPositioner(const gfx::Display& display, Display 45 chrome/browser/ui/app_list/app_list_positioner.h AppListPositioner(const gfx::Display& display, Display 106 chrome/browser/ui/app_list/app_list_positioner.h gfx::Display display_; Display 117 chrome/browser/ui/app_list/app_list_positioner_unittest.cc gfx::Display display_; Display 22 chrome/browser/ui/app_list/app_list_service_mac.h class Display; Display 44 chrome/browser/ui/app_list/app_list_service_mac.h const gfx::Display& display, Display 199 chrome/browser/ui/ash/launcher/browser_status_monitor.cc const gfx::Display& display) { Display 203 chrome/browser/ui/ash/launcher/browser_status_monitor.cc void BrowserStatusMonitor::OnDisplayAdded(const gfx::Display& new_display) { Display 216 chrome/browser/ui/ash/launcher/browser_status_monitor.cc void BrowserStatusMonitor::OnDisplayRemoved(const gfx::Display& old_display) { Display 71 chrome/browser/ui/ash/launcher/browser_status_monitor.h virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 72 chrome/browser/ui/ash/launcher/browser_status_monitor.h virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE; Display 73 chrome/browser/ui/ash/launcher/browser_status_monitor.h virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; Display 113 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc gfx::Display display = gfx::Screen::GetScreenFor( Display 1690 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc gfx::Display display = Display 85 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc void set_display(const gfx::Display& display) { Display 317 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc gfx::Display display(0, gfx::Rect(0, 0, 100, 100)); Display 525 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc autofill_popup_controller_->set_display(gfx::Display(0, popup_bounds)); Display 52 chrome/browser/ui/autofill/popup_controller_common.cc gfx::Display PopupControllerCommon::GetDisplayNearestPoint( Display 63 chrome/browser/ui/autofill/popup_controller_common.cc const gfx::Display& left_display, Display 64 chrome/browser/ui/autofill/popup_controller_common.cc const gfx::Display& right_display, Display 94 chrome/browser/ui/autofill/popup_controller_common.cc const gfx::Display& top_display, Display 95 chrome/browser/ui/autofill/popup_controller_common.cc const gfx::Display& bottom_display, Display 142 chrome/browser/ui/autofill/popup_controller_common.cc gfx::Display top_left_display = GetDisplayNearestPoint( Display 144 chrome/browser/ui/autofill/popup_controller_common.cc gfx::Display bottom_right_display = GetDisplayNearestPoint( Display 20 chrome/browser/ui/autofill/popup_controller_common.h class Display; Display 65 chrome/browser/ui/autofill/popup_controller_common.h virtual gfx::Display GetDisplayNearestPoint(const gfx::Point& point) const; Display 71 chrome/browser/ui/autofill/popup_controller_common.h const gfx::Display& left_display, Display 72 chrome/browser/ui/autofill/popup_controller_common.h const gfx::Display& right_display, Display 78 chrome/browser/ui/autofill/popup_controller_common.h const gfx::Display& top_display, Display 79 chrome/browser/ui/autofill/popup_controller_common.h const gfx::Display& bottom_display, Display 29 chrome/browser/ui/autofill/popup_controller_common_unittest.cc gfx::Display display(0, Display 14 chrome/browser/ui/autofill/test_popup_controller_common.cc gfx::Display TestPopupControllerCommon::GetDisplayNearestPoint( Display 19 chrome/browser/ui/autofill/test_popup_controller_common.h void set_display(const gfx::Display& display) { display_ = display; } Display 23 chrome/browser/ui/autofill/test_popup_controller_common.h virtual gfx::Display GetDisplayNearestPoint( Display 27 chrome/browser/ui/autofill/test_popup_controller_common.h gfx::Display display_; Display 79 chrome/browser/ui/panels/display_settings_provider.cc gfx::Display display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay(); Display 104 chrome/browser/ui/panels/display_settings_provider.cc gfx::Display display = screen->GetDisplayMatching(bounds); Display 32 chrome/browser/ui/views/app_list/linux/app_list_linux.cc const gfx::Display& display, Display 78 chrome/browser/ui/views/app_list/linux/app_list_linux.cc gfx::Display display = screen->GetDisplayNearestPoint(cursor); Display 18 chrome/browser/ui/views/app_list/linux/app_list_linux.h class Display; Display 39 chrome/browser/ui/views/app_list/linux/app_list_linux.h const gfx::Display& display, Display 113 chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc gfx::Display display_; Display 56 chrome/browser/ui/views/app_list/win/app_list_win.cc const gfx::Display& display, Display 106 chrome/browser/ui/views/app_list/win/app_list_win.cc gfx::Display display = screen->GetDisplayNearestPoint(cursor); Display 14 chrome/browser/ui/views/app_list/win/app_list_win.h class Display; Display 34 chrome/browser/ui/views/app_list/win/app_list_win.h const gfx::Display& display, Display 110 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc gfx::Display display_; Display 133 chrome/browser/ui/views/chrome_views_delegate.cc gfx::Display display = gfx::Screen::GetScreenFor(window)-> Display 2363 chrome/browser/ui/views/tabs/tab_strip.cc gfx::Display display = screen->GetDisplayMatching(drop_bounds); Display 176 chrome/browser/ui/views/toolbar/toolbar_button.cc gfx::Display display = gfx::Screen::GetScreenFor( Display 184 chrome/browser/ui/views/toolbar/toolbar_button.cc gfx::Display display = screen->GetDisplayNearestPoint( Display 45 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc return gfx::Display::kInvalidDisplayID; Display 48 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc int64 display_id = gfx::Display::kInvalidDisplayID; Display 51 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc return gfx::Display::kInvalidDisplayID; Display 189 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc std::vector<gfx::Display> displays; Display 197 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc const std::vector<gfx::Display>& displays) { Display 204 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc const gfx::Display& display = displays[i]; Display 226 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc if (display_info.rotation() == gfx::Display::ROTATE_90 || Display 227 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc display_info.rotation() == gfx::Display::ROTATE_270) { Display 338 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc if (display_id == gfx::Display::kInvalidDisplayID) Display 369 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc if (display_id == gfx::Display::kInvalidDisplayID) Display 384 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc if (display_id == gfx::Display::kInvalidDisplayID) Display 436 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc if (display_id == gfx::Display::kInvalidDisplayID) Display 440 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc gfx::Display::Rotation new_rotation = gfx::Display::ROTATE_0; Display 446 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc new_rotation = gfx::Display::ROTATE_90; Display 448 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc new_rotation = gfx::Display::ROTATE_180; Display 450 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc new_rotation = gfx::Display::ROTATE_270; Display 462 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc if (display_id == gfx::Display::kInvalidDisplayID) Display 45 chrome/browser/ui/webui/options/chromeos/display_options_handler.h void SendDisplayInfo(const std::vector<gfx::Display>& displays); Display 85 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc const gfx::Display& display) { Display 88 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc void DisplayOverscanHandler::OnDisplayAdded(const gfx::Display& new_display) { Display 93 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc void DisplayOverscanHandler::OnDisplayRemoved(const gfx::Display& old_display) { Display 99 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc int64 display_id = gfx::Display::kInvalidDisplayID; Display 107 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc display_id == gfx::Display::kInvalidDisplayID) { Display 112 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc const gfx::Display& display = ash::ScreenUtil::GetDisplayForId(display_id); Display 37 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.h virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 38 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.h virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE; Display 39 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.h virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; Display 145 chrome/browser/ui/window_sizer/window_sizer.cc virtual gfx::Display GetTargetDisplay( Display 303 chrome/browser/ui/window_sizer/window_sizer.cc void WindowSizer::GetDefaultWindowBounds(const gfx::Display& display, Display 344 chrome/browser/ui/window_sizer/window_sizer.cc const gfx::Display& display, Display 414 chrome/browser/ui/window_sizer/window_sizer.cc gfx::Display WindowSizer::GetTargetDisplay(const gfx::Rect& bounds) const { Display 17 chrome/browser/ui/window_sizer/window_sizer.h class Display; Display 81 chrome/browser/ui/window_sizer/window_sizer.h virtual gfx::Display GetTargetDisplay(const gfx::Screen* screen, Display 141 chrome/browser/ui/window_sizer/window_sizer.h void GetDefaultWindowBounds(const gfx::Display& display, Display 153 chrome/browser/ui/window_sizer/window_sizer.h const gfx::Display& display, Display 160 chrome/browser/ui/window_sizer/window_sizer.h gfx::Display GetTargetDisplay(const gfx::Rect& bounds) const; Display 27 chrome/browser/ui/window_sizer/window_sizer_ash.cc gfx::Display display; Display 60 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc gfx::Display display = Display 660 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc gfx::Display second_display = ash::Shell::GetScreen()-> Display 53 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { Display 57 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc virtual gfx::Display GetDisplayNearestWindow( Display 63 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc return gfx::Display(); Display 67 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc virtual gfx::Display GetDisplayNearestPoint( Display 70 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc return gfx::Display(); Display 73 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc virtual gfx::Display GetDisplayMatching( Display 90 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc virtual gfx::Display GetPrimaryDisplay() const OVERRIDE { Display 104 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc gfx::Display display(displays_.size(), bounds); Display 110 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc std::vector<gfx::Display> displays_; Display 120 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc virtual gfx::Display GetTargetDisplay( Display 152 chrome/test/chromedriver/keycode_text_conversion_x.cc bool GetXModifierMask(Display* display, int modifier, int* x_modifier) { Display 33 chromeos/ime/xkeyboard.cc Display* GetXDisplay() { Display 163 content/browser/android/content_view_core_impl.cc const gfx::Display& display = Display 243 content/browser/renderer_host/render_widget_host_view_android.cc const gfx::Display& display = Display 603 content/browser/renderer_host/render_widget_host_view_android.cc const gfx::Display& display = Display 1375 content/browser/renderer_host/render_widget_host_view_android.cc const gfx::Display& display = Display 305 content/browser/renderer_host/render_widget_host_view_aura.cc const gfx::Display display = window ? Display 595 content/browser/renderer_host/render_widget_host_view_aura.cc gfx::Display display = gfx::Screen::GetScreenFor(window_)-> Display 933 content/browser/renderer_host/render_widget_host_view_aura.cc const gfx::Display display = gfx::Screen::GetScreenFor(window_)-> Display 2477 content/browser/renderer_host/render_widget_host_view_aura.cc const gfx::Display& display) { Display 2487 content/browser/renderer_host/render_widget_host_view_aura.cc const gfx::Display& new_display) { Display 2491 content/browser/renderer_host/render_widget_host_view_aura.cc const gfx::Display& old_display) { Display 2579 content/browser/renderer_host/render_widget_host_view_aura.cc const gfx::Display display = gfx::Screen::GetScreenFor(window_)-> Display 61 content/browser/renderer_host/render_widget_host_view_aura.h class Display; Display 282 content/browser/renderer_host/render_widget_host_view_aura.h virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 283 content/browser/renderer_host/render_widget_host_view_aura.h virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE; Display 284 content/browser/renderer_host/render_widget_host_view_aura.h virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; Display 81 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc const gfx::Display& display) OVERRIDE { Display 416 content/browser/renderer_host/render_widget_host_view_base.cc gfx::Display display = Display 521 content/browser/renderer_host/render_widget_host_view_base.cc gfx::Display display = Display 1317 content/browser/renderer_host/render_widget_host_view_gtk.cc Display* display = GDK_WINDOW_XDISPLAY(window); Display 403 content/child/npapi/webplugin_delegate_impl_gtk.cc Display* display = event.display; Display 112 content/common/cursors/webcursor.h void SetDisplayInfo(const gfx::Display& display); Display 187 content/common/cursors/webcursor.h gfx::Display::Rotation rotation_; Display 30 content/common/cursors/webcursor_aurawin.cc void WebCursor::SetDisplayInfo(const gfx::Display& display) { Display 41 content/common/cursors/webcursor_aurax11.cc void WebCursor::SetDisplayInfo(const gfx::Display& display) { Display 58 content/common/cursors/webcursor_aurax11.cc rotation_ = gfx::Display::ROTATE_0; Display 28 content/common/cursors/webcursor_ozone.cc void WebCursor::SetDisplayInfo(const gfx::Display& display) { Display 45 content/common/cursors/webcursor_ozone.cc rotation_ = gfx::Display::ROTATE_0; Display 114 content/common/gpu/media/rendering_helper.h Display* x_display_; Display 92 content/common/gpu/media/vaapi_h264_decoder_unittest.cc Display* x_display_; Display 78 content/common/gpu/media/vaapi_video_decode_accelerator.cc Display* x_display, Display 100 content/common/gpu/media/vaapi_video_decode_accelerator.cc Display* x_display, Display 109 content/common/gpu/media/vaapi_video_decode_accelerator.cc Display* x_display_; Display 126 content/common/gpu/media/vaapi_video_decode_accelerator.cc Display* x_display, Display 144 content/common/gpu/media/vaapi_video_decode_accelerator.cc Display* x_display, Display 230 content/common/gpu/media/vaapi_video_decode_accelerator.cc Display* x_display, Display 48 content/common/gpu/media/vaapi_video_decode_accelerator.h Display* x_display, Display 152 content/common/gpu/media/vaapi_video_decode_accelerator.h Display* x_display_; Display 115 content/common/gpu/media/vaapi_wrapper.cc Display* x_display, Display 138 content/common/gpu/media/vaapi_wrapper.cc Display* x_display, Display 40 content/common/gpu/media/vaapi_wrapper.h Display* x_display, Display 99 content/common/gpu/media/vaapi_wrapper.h Display* x_display, Display 572 content/common/gpu/media/video_decode_accelerator_unittest.cc static_cast<Display*>(rendering_helper_->GetGLDisplay()), Display 31 content/common/gpu/x_util.h typedef struct _XDisplay Display; Display 252 content/shell/renderer/test_runner/test_runner.cc void Display(); Display 484 content/shell/renderer/test_runner/test_runner.cc .SetMethod("display", &TestRunnerBindings::Display) Display 1238 content/shell/renderer/test_runner/test_runner.cc runner_->Display(); Display 508 content/shell/renderer/test_runner/test_runner.h void Display(); Display 23 gpu/command_buffer/service/gl_context_virtual.cc gfx::Display* GLContextVirtual::display() { Display 31 gpu/command_buffer/service/gl_context_virtual.cc display_ = static_cast<gfx::Display*>(compatible_surface->GetDisplay()); Display 16 gpu/command_buffer/service/gl_context_virtual.h class Display; Display 34 gpu/command_buffer/service/gl_context_virtual.h gfx::Display* display(); Display 57 gpu/command_buffer/service/gl_context_virtual.h gfx::Display* display_; Display 29 gpu/command_buffer/service/texture_manager.h class Display; Display 73 gpu/config/gpu_info_collector_x11.cc Display* display = base::MessagePumpForUI::GetDefaultXDisplay(); Display 26 gpu/gles2_conform_support/egl/display.cc Display::Display(EGLNativeDisplayType display_id) Display 34 gpu/gles2_conform_support/egl/display.cc Display::~Display() { Display 38 gpu/gles2_conform_support/egl/display.cc bool Display::Initialize() { Display 44 gpu/gles2_conform_support/egl/display.cc bool Display::IsValidConfig(EGLConfig config) { Display 48 gpu/gles2_conform_support/egl/display.cc bool Display::ChooseConfigs(EGLConfig* configs, Display 63 gpu/gles2_conform_support/egl/display.cc bool Display::GetConfigs(EGLConfig* configs, Display 78 gpu/gles2_conform_support/egl/display.cc bool Display::GetConfigAttrib(EGLConfig config, Display 85 gpu/gles2_conform_support/egl/display.cc bool Display::IsValidNativeWindow(EGLNativeWindowType win) { Display 94 gpu/gles2_conform_support/egl/display.cc bool Display::IsValidSurface(EGLSurface surface) { Display 98 gpu/gles2_conform_support/egl/display.cc EGLSurface Display::CreateWindowSurface(EGLConfig config, Display 199 gpu/gles2_conform_support/egl/display.cc void Display::DestroySurface(EGLSurface surface) { Display 211 gpu/gles2_conform_support/egl/display.cc void Display::SwapBuffers(EGLSurface surface) { Display 216 gpu/gles2_conform_support/egl/display.cc bool Display::IsValidContext(EGLContext ctx) { Display 220 gpu/gles2_conform_support/egl/display.cc EGLContext Display::CreateContext(EGLConfig config, Display 256 gpu/gles2_conform_support/egl/display.cc void Display::DestroyContext(EGLContext ctx) { Display 262 gpu/gles2_conform_support/egl/display.cc bool Display::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) { Display 37 gpu/gles2_conform_support/egl/display.h class Display { Display 39 gpu/gles2_conform_support/egl/display.h explicit Display(EGLNativeDisplayType display_id); Display 40 gpu/gles2_conform_support/egl/display.h virtual ~Display(); Display 98 gpu/gles2_conform_support/egl/display.h DISALLOW_COPY_AND_ASSIGN(Display); Display 43 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 55 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 67 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 79 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 94 gpu/gles2_conform_support/egl/egl.cc return new egl::Display(display_id); Display 101 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 122 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 159 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 177 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 192 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 207 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 237 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 310 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 324 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 345 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 388 gpu/gles2_conform_support/egl/egl.cc egl::Display* display = static_cast<egl::Display*>(dpy); Display 27 gpu/gles2_conform_support/native/egl_native_windowless.cc egl::Display* display = static_cast<egl::Display*>(eglDisplay); Display 348 gpu/tools/compositor_model_bench/compositor_model_bench.cc Display* display_; Display 77 media/base/user_input_monitor_linux.cc Display* x_control_display_; Display 78 media/base/user_input_monitor_linux.cc Display* x_record_display_; Display 44 media/cast/test/linux_output_window.h Display* display_; Display 18 media/tools/player_x11/gl_video_renderer.cc static GLXContext InitGLContext(Display* display, Window window) { Display 103 media/tools/player_x11/gl_video_renderer.cc GlVideoRenderer::GlVideoRenderer(Display* display, Window window) Display 20 media/tools/player_x11/gl_video_renderer.h GlVideoRenderer(Display* display, Window window); Display 31 media/tools/player_x11/gl_video_renderer.h Display* display_; Display 43 media/tools/player_x11/player_x11.cc static Display* g_display = NULL; Display 18 media/tools/player_x11/x11_video_renderer.cc static XImage* CreateImage(Display* display, int width, int height) { Display 34 media/tools/player_x11/x11_video_renderer.cc static XRenderPictFormat* GetRenderARGB32Format(Display* dpy) { Display 71 media/tools/player_x11/x11_video_renderer.cc X11VideoRenderer::X11VideoRenderer(Display* display, Window window) Display 21 media/tools/player_x11/x11_video_renderer.h X11VideoRenderer(Display* display, Window window); Display 32 media/tools/player_x11/x11_video_renderer.h Display* display_; Display 44 mojo/examples/aura_demo/demo_screen.cc std::vector<gfx::Display> DemoScreen::GetAllDisplays() const { Display 45 mojo/examples/aura_demo/demo_screen.cc return std::vector<gfx::Display>(1, display_); Display 48 mojo/examples/aura_demo/demo_screen.cc gfx::Display DemoScreen::GetDisplayNearestWindow( Display 53 mojo/examples/aura_demo/demo_screen.cc gfx::Display DemoScreen::GetDisplayNearestPoint(const gfx::Point& point) const { Display 57 mojo/examples/aura_demo/demo_screen.cc gfx::Display DemoScreen::GetDisplayMatching(const gfx::Rect& match_rect) const { Display 61 mojo/examples/aura_demo/demo_screen.cc gfx::Display DemoScreen::GetPrimaryDisplay() const { Display 34 mojo/examples/aura_demo/demo_screen.h virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE; Display 35 mojo/examples/aura_demo/demo_screen.h virtual gfx::Display GetDisplayNearestWindow( Display 37 mojo/examples/aura_demo/demo_screen.h virtual gfx::Display GetDisplayNearestPoint( Display 39 mojo/examples/aura_demo/demo_screen.h virtual gfx::Display GetDisplayMatching( Display 41 mojo/examples/aura_demo/demo_screen.h virtual gfx::Display GetPrimaryDisplay() const OVERRIDE; Display 48 mojo/examples/aura_demo/demo_screen.h gfx::Display display_; Display 48 remoting/host/clipboard_x11.cc Display* display_; Display 50 remoting/host/curtain_mode_linux.cc Display* display = XOpenDisplay(NULL); Display 76 remoting/host/desktop_resizer_linux.cc bool Refresh(Display* display, Window window) { Display 112 remoting/host/desktop_resizer_linux.cc XRROutputInfo* GetOutputInfo(Display* display, RROutput output_id) { Display 150 remoting/host/desktop_resizer_linux.cc Display* display_; Display 110 remoting/host/input_injector_linux.cc Display* display_; Display 31 remoting/host/linux/x11_util.cc void IgnoreXErrors(Display* display, XErrorEvent* error) {} Display 39 remoting/host/linux/x11_util.cc int ScopedXErrorHandler::HandleXErrors(Display* display, XErrorEvent* error) { Display 47 remoting/host/linux/x11_util.cc ScopedXGrabServer::ScopedXGrabServer(Display* display) Display 25 remoting/host/linux/x11_util.h typedef base::Callback<void(Display*, XErrorEvent*)> Handler; Display 38 remoting/host/linux/x11_util.h static int HandleXErrors(Display* display, XErrorEvent* error); Display 41 remoting/host/linux/x11_util.h int (*previous_handler_)(Display*, XErrorEvent*); Display 52 remoting/host/linux/x11_util.h ScopedXGrabServer(Display* display); Display 56 remoting/host/linux/x11_util.h Display* display_; Display 33 remoting/host/linux/x_server_clipboard.cc void XServerClipboard::Init(Display* display, Display 43 remoting/host/linux/x_server_clipboard.h void Init(Display* display, const ClipboardChangedCallback& callback); Display 105 remoting/host/linux/x_server_clipboard.h Display* display_; Display 25 remoting/host/linux/x_server_clipboard_unittest.cc void Init(Display* display) { Display 56 remoting/host/linux/x_server_clipboard_unittest.cc Display* display() const { return display_; } Display 61 remoting/host/linux/x_server_clipboard_unittest.cc Display* display_; Display 73 remoting/host/linux/x_server_clipboard_unittest.cc Display* display1 = XOpenDisplay(NULL); Display 76 remoting/host/linux/x_server_clipboard_unittest.cc Display* display2 = XOpenDisplay(NULL); Display 92 remoting/host/local_input_monitor_linux.cc Display* display_; Display 93 remoting/host/local_input_monitor_linux.cc Display* x_record_display_; Display 109 third_party/khronos/EGL/eglplatform.h typedef Display *EGLNativeDisplayType; Display 60 third_party/libXNVCtrl/NVCtrl.c static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info); Display 90 third_party/libXNVCtrl/NVCtrl.c static void XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info, Display 106 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 126 third_party/libXNVCtrl/NVCtrl.c static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info) Display 151 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 182 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 213 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 244 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 271 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 283 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 322 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 336 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 375 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 387 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 427 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 483 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 496 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 541 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 554 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 598 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 642 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 687 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 731 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 745 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 782 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 794 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 806 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 818 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 830 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 873 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 913 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 943 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 970 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 1028 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 1041 third_party/libXNVCtrl/NVCtrl.c Display *dpy, Display 1117 third_party/libXNVCtrl/NVCtrl.c static Bool wire_to_event (Display *dpy, XEvent *host, xEvent *wire) Display 43 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 58 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 72 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 93 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 118 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 141 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 160 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 178 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 207 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 231 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 259 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 287 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 310 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 331 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 351 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 374 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 392 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 410 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 428 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 443 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 458 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 473 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 530 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 554 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 582 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 607 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 625 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 650 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 672 third_party/libXNVCtrl/NVCtrlLib.h Display *dpy, Display 688 third_party/libXNVCtrl/NVCtrlLib.h Display *display; Display 711 third_party/libXNVCtrl/NVCtrlLib.h Display *display; Display 735 third_party/libXNVCtrl/NVCtrlLib.h Display *display; Display 760 third_party/libXNVCtrl/NVCtrlLib.h Display *display; Display 784 third_party/libXNVCtrl/NVCtrlLib.h Display *display; Display 42 third_party/libva/va/glx/va_glx.h Display *dpy Display 37 third_party/libva/va/glx/va_glx_private.h typedef void (*PFNGLXBINDTEXIMAGEEXTPROC)(Display *, GLXDrawable, int, const int *); Display 38 third_party/libva/va/glx/va_glx_private.h typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int); Display 44 third_party/libva/va/glx/va_glx_private.h typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *); Display 45 third_party/libva/va/glx/va_glx_private.h typedef void (*PFNGLXDESTROYPIXMAPPROC)(Display *, GLXPixmap); Display 38 third_party/libva/va/va_x11.h Display *dpy Display 50 third_party/libva/va/x11/va_dri2.h VA_DRI2QueryExtension(Display *display, int *eventBase, int *errorBase); Display 52 third_party/libva/va/x11/va_dri2.h VA_DRI2QueryVersion(Display *display, int *major, int *minor); Display 54 third_party/libva/va/x11/va_dri2.h VA_DRI2Connect(Display *display, XID window, Display 57 third_party/libva/va/x11/va_dri2.h VA_DRI2Authenticate(Display *display, XID window, drm_magic_t magic); Display 59 third_party/libva/va/x11/va_dri2.h VA_DRI2CreateDrawable(Display *display, XID drawable); Display 61 third_party/libva/va/x11/va_dri2.h VA_DRI2DestroyDrawable(Display *display, XID handle); Display 63 third_party/libva/va/x11/va_dri2.h VA_DRI2GetBuffers(Display *dpy, XID drawable, Display 68 third_party/libva/va/x11/va_dri2.h VA_DRI2CopyRegion(Display *dpy, XID drawable, XserverRegion region, Display 71 third_party/libva/va/x11/va_dri2.h VA_DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, Display 30 third_party/libva/va/x11/va_fglrx.h Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen, Display 29 third_party/libva/va/x11/va_nvctrl.h Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen, Display 32 third_party/libva/va/x11/va_nvctrl.h Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen, Display 54 third_party/npapi/bindings/npapi_x11.h Display* display; Display 324 third_party/npapi/npspy/extern/plugin/npapi.h Display* display; Display 44 tools/xdisplaycheck/xdisplaycheck.cc void set(Display* display) { display_ = display; } Display 45 tools/xdisplaycheck/xdisplaycheck.cc Display* display() { return display_; } Display 48 tools/xdisplaycheck/xdisplaycheck.cc Display* display_; Display 12 ui/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java import android.view.Display; Display 168 ui/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java private Display getDisplay() { Display 14 ui/aura/client/cursor_client.h class Display; Display 64 ui/aura/client/cursor_client.h virtual void SetDisplay(const gfx::Display& display) = 0; Display 12 ui/aura/client/screen_position_client.h class Display; Display 43 ui/aura/client/screen_position_client.h const gfx::Display& display) = 0; Display 75 ui/aura/test/test_cursor_client.cc void TestCursorClient::SetDisplay(const gfx::Display& display) { Display 38 ui/aura/test/test_cursor_client.h virtual void SetDisplay(const gfx::Display& display) OVERRIDE; Display 48 ui/aura/test/test_screen.cc void TestScreen::SetDisplayRotation(gfx::Display::Rotation rotation) { Display 67 ui/aura/test/test_screen.cc case gfx::Display::ROTATE_0: Display 69 ui/aura/test/test_screen.cc case gfx::Display::ROTATE_90: Display 73 ui/aura/test/test_screen.cc case gfx::Display::ROTATE_270: Display 77 ui/aura/test/test_screen.cc case gfx::Display::ROTATE_180: Display 125 ui/aura/test/test_screen.cc std::vector<gfx::Display> TestScreen::GetAllDisplays() const { Display 126 ui/aura/test/test_screen.cc return std::vector<gfx::Display>(1, display_); Display 129 ui/aura/test/test_screen.cc gfx::Display TestScreen::GetDisplayNearestWindow( Display 134 ui/aura/test/test_screen.cc gfx::Display TestScreen::GetDisplayNearestPoint(const gfx::Point& point) const { Display 138 ui/aura/test/test_screen.cc gfx::Display TestScreen::GetDisplayMatching(const gfx::Rect& match_rect) const { Display 142 ui/aura/test/test_screen.cc gfx::Display TestScreen::GetPrimaryDisplay() const { Display 34 ui/aura/test/test_screen.h void SetDisplayRotation(gfx::Display::Rotation rotation); Display 54 ui/aura/test/test_screen.h virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE; Display 55 ui/aura/test/test_screen.h virtual gfx::Display GetDisplayNearestWindow( Display 57 ui/aura/test/test_screen.h virtual gfx::Display GetDisplayNearestPoint( Display 59 ui/aura/test/test_screen.h virtual gfx::Display GetDisplayMatching( Display 61 ui/aura/test/test_screen.h virtual gfx::Display GetPrimaryDisplay() const OVERRIDE; Display 70 ui/aura/test/test_screen.h gfx::Display display_; Display 185 ui/aura/window.cc const gfx::Display& display = Display 435 ui/aura/window.cc const gfx::Display& dst_display) { Display 33 ui/aura/window.h class Display; Display 169 ui/aura/window.h const gfx::Display& dst_display); Display 33 ui/aura/window_tree_host.cc gfx::Display display = gfx::Screen::GetScreenFor(window)-> Display 315 ui/aura/window_tree_host.cc const gfx::Display& display = Display 344 ui/aura/window_tree_host_x11.cc const gfx::Display display = gfx::Screen::GetScreenFor(root_window)-> Display 871 ui/aura/window_tree_host_x11.cc gfx::Display display = screen->GetDisplayNearestWindow(root_window); Display 289 ui/base/clipboard/clipboard_aurax11.cc Display* x_display_; Display 23 ui/base/cursor/cursor_loader.h const gfx::Display& display() const { Display 28 ui/base/cursor/cursor_loader.h void set_display(const gfx::Display& display) { Display 68 ui/base/cursor/cursor_loader.h gfx::Display display_; Display 237 ui/base/cursor/cursor_loader_x11.cc display().rotation() == gfx::Display::ROTATE_0) { Display 25 ui/base/cursor/cursor_loader_x11_unittest.cc gfx::Display::ROTATE_0, Display 33 ui/base/cursor/cursor_loader_x11_unittest.cc gfx::Display::ROTATE_90, Display 42 ui/base/cursor/cursor_loader_x11_unittest.cc gfx::Display::ROTATE_180, Display 50 ui/base/cursor/cursor_loader_x11_unittest.cc gfx::Display::ROTATE_270, Display 17 ui/base/cursor/cursor_util.cc gfx::Display::Rotation rotation, Display 21 ui/base/cursor/cursor_util.cc case gfx::Display::ROTATE_0: Display 23 ui/base/cursor/cursor_util.cc case gfx::Display::ROTATE_90: Display 28 ui/base/cursor/cursor_util.cc case gfx::Display::ROTATE_180: Display 34 ui/base/cursor/cursor_util.cc case gfx::Display::ROTATE_270: Display 21 ui/base/cursor/cursor_util.h gfx::Display::Rotation rotation, Display 119 ui/base/dragdrop/os_exchange_data_provider_aurax11.h Display* x_display_; Display 157 ui/base/l10n/l10n_util_win.cc if (gfx::Display::HasForceDeviceScaleFactor()) { Display 185 ui/base/layout.cc gfx::Display display = screen->GetDisplayNearestWindow(view); Display 559 ui/base/resource/resource_bundle.cc const gfx::Display display = Display 566 ui/base/resource/resource_bundle.cc gfx::Display display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay(); Display 28 ui/base/x/selection_owner.cc SelectionOwner::SelectionOwner(Display* x_display, Display 30 ui/base/x/selection_owner.h SelectionOwner(Display* xdisplay, Display 57 ui/base/x/selection_owner.h Display* x_display_; Display 25 ui/base/x/selection_requestor.cc SelectionRequestor::SelectionRequestor(Display* x_display, Display 34 ui/base/x/selection_requestor.h SelectionRequestor(Display* xdisplay, Display 61 ui/base/x/selection_requestor.h Display* x_display_; Display 31 ui/base/x/x11_util_internal.h XRenderPictFormat* GetRenderARGB32Format(Display* dpy); Display 35 ui/base/x/x11_util_internal.h UI_BASE_EXPORT XRenderPictFormat* GetRenderVisualFormat(Display* dpy, Display 49 ui/base/x/x11_util_internal.h UI_BASE_EXPORT void LogErrorEventDescription(Display* dpy, Display 31 ui/display/chromeos/x11/native_display_delegate_x11.h typedef struct _XDisplay Display; Display 126 ui/display/chromeos/x11/native_display_delegate_x11.h Display* display_; Display 11 ui/display/chromeos/x11/touchscreen_delegate_x11.h typedef struct _XDisplay Display; Display 28 ui/display/chromeos/x11/touchscreen_delegate_x11.h Display* display_; Display 35 ui/display/x11/edid_parser_x11.cc Display* display = base::MessagePumpX11::GetDefaultXDisplay(); Display 30 ui/events/event_utils.cc gfx::Display::TOUCH_SUPPORT_AVAILABLE; Display 33 ui/events/event_utils.cc gfx::Display::TouchSupport GetInternalDisplayTouchSupport() { Display 37 ui/events/event_utils.cc return gfx::Display::TOUCH_SUPPORT_UNKNOWN; Display 38 ui/events/event_utils.cc const std::vector<gfx::Display>& displays = screen->GetAllDisplays(); Display 39 ui/events/event_utils.cc for (std::vector<gfx::Display>::const_iterator it = displays.begin(); Display 44 ui/events/event_utils.cc return gfx::Display::TOUCH_SUPPORT_UNAVAILABLE; Display 130 ui/events/event_utils.h EVENTS_EXPORT gfx::Display::TouchSupport GetInternalDisplayTouchSupport(); Display 51 ui/events/gesture_detection/gesture_config_helper_android.cc const gfx::Display& display = Display 46 ui/events/gesture_detection/gesture_config_helper_aura.cc const gfx::Display& display = Display 63 ui/events/ozone/evdev/touch_event_converter_evdev.cc gfx::Display display = screen->GetPrimaryDisplay(); Display 179 ui/events/x/device_data_manager.cc void DeviceDataManager::UpdateDeviceList(Display* display) { Display 111 ui/events/x/device_data_manager.h void UpdateDeviceList(Display* display); Display 31 ui/events/x/device_list_cache_x.cc std::map<Display*, XDeviceList>::iterator xp; Display 36 ui/events/x/device_list_cache_x.cc std::map<Display*, XIDeviceList>::iterator xip; Display 47 ui/events/x/device_list_cache_x.cc void DeviceListCacheX::UpdateDeviceList(Display* display) { Display 60 ui/events/x/device_list_cache_x.cc const XDeviceList& DeviceListCacheX::GetXDeviceList(Display* display) { Display 68 ui/events/x/device_list_cache_x.cc const XIDeviceList& DeviceListCacheX::GetXI2DeviceList(Display* display) { Display 18 ui/events/x/device_list_cache_x.h typedef struct _XDisplay Display; Display 43 ui/events/x/device_list_cache_x.h void UpdateDeviceList(Display* display); Display 47 ui/events/x/device_list_cache_x.h const XDeviceList& GetXDeviceList(Display* display); Display 53 ui/events/x/device_list_cache_x.h const XIDeviceList& GetXI2DeviceList(Display* display); Display 61 ui/events/x/device_list_cache_x.h std::map<Display*, XDeviceList> x_dev_list_map_; Display 62 ui/events/x/device_list_cache_x.h std::map<Display*, XIDeviceList> xi_dev_list_map_; Display 80 ui/events/x/touch_factory_x11.cc void TouchFactory::UpdateDeviceList(Display* display) { Display 288 ui/events/x/touch_factory_x11.cc void TouchFactory::CacheTouchscreenIds(Display* display, int device_id) { Display 22 ui/events/x/touch_factory_x11.h typedef struct _XDisplay Display; Display 41 ui/events/x/touch_factory_x11.h void UpdateDeviceList(Display* display); Display 99 ui/events/x/touch_factory_x11.h void CacheTouchscreenIds(Display* display, int id); Display 43 ui/gfx/display.cc const int64 Display::kInvalidDisplayID = kInvalidDisplayIDForCompileTimeInit; Display 46 ui/gfx/display.cc float Display::GetForcedDeviceScaleFactor() { Display 53 ui/gfx/display.cc bool Display::HasForceDeviceScaleFactor() { Display 59 ui/gfx/display.cc Display::Display() Display 66 ui/gfx/display.cc Display::Display(int64 id) Display 73 ui/gfx/display.cc Display::Display(int64 id, const gfx::Rect& bounds) Display 85 ui/gfx/display.cc Display::~Display() { Display 88 ui/gfx/display.cc Insets Display::GetWorkAreaInsets() const { Display 95 ui/gfx/display.cc void Display::SetScaleAndBounds( Display 116 ui/gfx/display.cc void Display::SetSize(const gfx::Size& size_in_pixel) { Display 126 ui/gfx/display.cc void Display::UpdateWorkAreaFromInsets(const gfx::Insets& insets) { Display 131 ui/gfx/display.cc gfx::Size Display::GetSizeInPixel() const { Display 135 ui/gfx/display.cc std::string Display::ToString() const { Display 145 ui/gfx/display.cc bool Display::IsInternal() const { Display 149 ui/gfx/display.cc int64 Display::InternalDisplayId() { Display 153 ui/gfx/display.cc void Display::SetInternalDisplayId(int64 internal_display_id) { Display 23 ui/gfx/display.h class GFX_EXPORT Display { Display 41 ui/gfx/display.h Display(); Display 42 ui/gfx/display.h explicit Display(int64 id); Display 43 ui/gfx/display.h Display(int64 id, const Rect& bounds); Display 44 ui/gfx/display.h ~Display(); Display 11 ui/gfx/display_observer.h class Display; Display 19 ui/gfx/display_observer.h virtual void OnDisplayBoundsChanged(const Display& display) = 0; Display 22 ui/gfx/display_observer.h virtual void OnDisplayAdded(const Display& new_display) = 0; Display 25 ui/gfx/display_observer.h virtual void OnDisplayRemoved(const Display& old_display) = 0; Display 13 ui/gfx/display_unittest.cc gfx::Display display(0, gfx::Rect(0, 0, 100, 100)); Display 33 ui/gfx/display_unittest.cc gfx::Display display(0, gfx::Rect(0, 0, 100, 100)); Display 71 ui/gfx/screen.h virtual std::vector<gfx::Display> GetAllDisplays() const = 0; Display 74 ui/gfx/screen.h virtual gfx::Display GetDisplayNearestWindow(NativeView view) const = 0; Display 77 ui/gfx/screen.h virtual gfx::Display GetDisplayNearestPoint( Display 81 ui/gfx/screen.h virtual gfx::Display GetDisplayMatching( Display 85 ui/gfx/screen.h virtual gfx::Display GetPrimaryDisplay() const = 0; Display 33 ui/gfx/screen_android.cc virtual gfx::Display GetPrimaryDisplay() const OVERRIDE { Display 43 ui/gfx/screen_android.cc gfx::Display display(0, bounds_in_dip); Display 44 ui/gfx/screen_android.cc if (!gfx::Display::HasForceDeviceScaleFactor()) Display 49 ui/gfx/screen_android.cc virtual gfx::Display GetDisplayNearestWindow( Display 54 ui/gfx/screen_android.cc virtual gfx::Display GetDisplayNearestPoint( Display 61 ui/gfx/screen_android.cc virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { Display 62 ui/gfx/screen_android.cc return std::vector<gfx::Display>(1, GetPrimaryDisplay()); Display 65 ui/gfx/screen_android.cc virtual gfx::Display GetDisplayMatching( Display 50 ui/gfx/screen_gtk.cc gfx::Display GetDisplayForMonitorNum(GdkScreen* screen, gint monitor_num) { Display 54 ui/gfx/screen_gtk.cc gfx::Display display(monitor_num, gfx::Rect(bounds)); Display 63 ui/gfx/screen_gtk.cc gfx::Display GetMonitorAreaNearestWindow(gfx::NativeView view) { Display 127 ui/gfx/screen_gtk.cc virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { Display 130 ui/gfx/screen_gtk.cc std::vector<gfx::Display> all_displays; Display 137 ui/gfx/screen_gtk.cc virtual gfx::Display GetDisplayNearestWindow( Display 153 ui/gfx/screen_gtk.cc virtual gfx::Display GetDisplayNearestPoint( Display 163 ui/gfx/screen_gtk.cc virtual gfx::Display GetDisplayMatching( Display 165 ui/gfx/screen_gtk.cc std::vector<gfx::Display> displays = GetAllDisplays(); Display 166 ui/gfx/screen_gtk.cc gfx::Display maxIntersectDisplay; Display 168 ui/gfx/screen_gtk.cc for (std::vector<gfx::Display>::iterator it = displays.begin(); Display 183 ui/gfx/screen_gtk.cc virtual gfx::Display GetPrimaryDisplay() const OVERRIDE { Display 26 ui/gfx/screen_win.cc gfx::Display GetDisplay(MONITORINFOEX& monitor_info) { Display 31 ui/gfx/screen_win.cc gfx::Display display(id, bounds); Display 41 ui/gfx/screen_win.cc std::vector<gfx::Display>* all_displays = Display 42 ui/gfx/screen_win.cc reinterpret_cast<std::vector<gfx::Display>*>(data); Display 46 ui/gfx/screen_win.cc gfx::Display display = GetDisplay(monitor_info); Display 85 ui/gfx/screen_win.cc std::vector<gfx::Display> ScreenWin::GetAllDisplays() const { Display 86 ui/gfx/screen_win.cc std::vector<gfx::Display> all_displays; Display 92 ui/gfx/screen_win.cc gfx::Display ScreenWin::GetDisplayNearestWindow(gfx::NativeView window) const { Display 108 ui/gfx/screen_win.cc gfx::Display ScreenWin::GetDisplayNearestPoint(const gfx::Point& point) const { Display 117 ui/gfx/screen_win.cc return gfx::Display(); Display 120 ui/gfx/screen_win.cc gfx::Display ScreenWin::GetDisplayMatching(const gfx::Rect& match_rect) const { Display 127 ui/gfx/screen_win.cc gfx::Display ScreenWin::GetPrimaryDisplay() const { Display 130 ui/gfx/screen_win.cc gfx::Display display = GetDisplay(mi); Display 27 ui/gfx/screen_win.h virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE; Display 28 ui/gfx/screen_win.h virtual gfx::Display GetDisplayNearestWindow( Display 30 ui/gfx/screen_win.h virtual gfx::Display GetDisplayNearestPoint( Display 32 ui/gfx/screen_win.h virtual gfx::Display GetDisplayMatching( Display 34 ui/gfx/screen_win.h virtual gfx::Display GetPrimaryDisplay() const OVERRIDE; Display 153 ui/gfx/win/dpi.cc return gfx::Display::HasForceDeviceScaleFactor() ? Display 154 ui/gfx/win/dpi.cc gfx::Display::GetForcedDeviceScaleFactor() : Display 14 ui/gfx/x/x11_atom_cache.cc X11AtomCache::X11AtomCache(Display* xdisplay, const char** to_cache) Display 28 ui/gfx/x/x11_atom_cache.h X11AtomCache(Display* xdisplay, const char** to_cache); Display 39 ui/gfx/x/x11_atom_cache.h Display* xdisplay_; Display 13 ui/gfx/x/x11_error_tracker.cc int X11ErrorHandler(Display* display, XErrorEvent* error) { Display 69 ui/gl/gl_glx_api_implementation.cc Display* display = glXGetCurrentDisplay(); Display 42 ui/gl/gl_surface_glx.cc Display* g_display = NULL; Display 215 ui/gl/gl_surface_glx.cc static Display* display_; Display 300 ui/gl/gl_surface_glx.cc Display* SGIVideoSyncProviderThreadShim::display_ = NULL; Display 43 ui/gl/gl_surface_x11.cc Display* xdisplay_; Display 823 ui/message_center/message_center_impl.cc delegate->Display(); Display 180 ui/message_center/notification.h void Display() const { delegate()->Display(); } Display 27 ui/message_center/notification_delegate.h virtual void Display() = 0; Display 62 ui/message_center/notification_delegate.h virtual void Display() OVERRIDE; Display 68 ui/message_center/views/message_popup_collection.cc display_id_(gfx::Display::kInvalidDisplayID), Display 510 ui/message_center/views/message_popup_collection.cc gfx::Display display; Display 563 ui/message_center/views/message_popup_collection.cc const gfx::Display& display) { Display 570 ui/message_center/views/message_popup_collection.cc void MessagePopupCollection::OnDisplayAdded(const gfx::Display& new_display) { Display 573 ui/message_center/views/message_popup_collection.cc void MessagePopupCollection::OnDisplayRemoved(const gfx::Display& old_display) { Display 575 ui/message_center/views/message_popup_collection.cc gfx::Display display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay(); Display 123 ui/message_center/views/message_popup_collection.h virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; Display 124 ui/message_center/views/message_popup_collection.h virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE; Display 125 ui/message_center/views/message_popup_collection.h virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; Display 27 ui/snapshot/snapshot_android.cc gfx::Display display = Display 204 ui/snapshot/snapshot_aura_unittest.cc test_screen()->SetDisplayRotation(gfx::Display::ROTATE_90); Display 252 ui/snapshot/snapshot_aura_unittest.cc test_screen()->SetDisplayRotation(gfx::Display::ROTATE_90); Display 271 ui/snapshot/snapshot_aura_unittest.cc test_screen()->SetDisplayRotation(gfx::Display::ROTATE_90); Display 38 ui/snapshot/snapshot_gtk.cc Display* display = GDK_WINDOW_XDISPLAY(gdk_window); Display 938 ui/views/controls/textfield/textfield.cc gfx::Display display = gfx::Screen::GetScreenFor(native_view)-> Display 424 ui/views/corewm/tooltip_controller_unittest.cc const gfx::Display& display) OVERRIDE { Display 81 ui/views/corewm/tooltip_win.cc gfx::Display display( Display 125 ui/views/corewm/tooltip_win.cc gfx::Display display( Display 23 ui/views/drag_utils.cc gfx::Display display = gfx::Screen::GetScreenFor(view)-> Display 305 ui/views/test/ui_controls_factory_desktop_aurax11.cc Display* x_display_; Display 16 ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h class Display; Display 41 ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h virtual void OnDisplayUpdated(const gfx::Display& display, Display 62 ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc const gfx::Display& display, Display 22 ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h virtual void OnDisplayUpdated(const gfx::Display& display, Display 415 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc Display* xdisplay, Display 56 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h Display* xdisplay, Display 177 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h Display* xdisplay_; Display 40 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc const gfx::Display& display, Display 52 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h const gfx::Display& display, Display 74 ui/views/widget/desktop_aura/desktop_screen_position_client.cc const gfx::Display& display) { Display 30 ui/views/widget/desktop_aura/desktop_screen_position_client.h const gfx::Display& display) OVERRIDE; Display 24 ui/views/widget/desktop_aura/desktop_screen_win.cc gfx::Display GetDisplay(MONITORINFO& monitor_info) { Display 26 ui/views/widget/desktop_aura/desktop_screen_win.cc gfx::Display display(0, gfx::Rect(monitor_info.rcMonitor)); Display 51 ui/views/widget/desktop_aura/desktop_screen_win.cc gfx::Display DesktopScreenWin::GetDisplayMatching( Display 21 ui/views/widget/desktop_aura/desktop_screen_win.h virtual gfx::Display GetDisplayMatching( Display 46 ui/views/widget/desktop_aura/desktop_screen_x11.cc std::vector<gfx::Display> GetFallbackDisplayList() { Display 54 ui/views/widget/desktop_aura/desktop_screen_x11.cc gfx::Display gfx_display(0, bounds_in_pixels); Display 55 ui/views/widget/desktop_aura/desktop_screen_x11.cc if (!gfx::Display::HasForceDeviceScaleFactor() && Display 63 ui/views/widget/desktop_aura/desktop_screen_x11.cc return std::vector<gfx::Display>(1, gfx_display); Display 156 ui/views/widget/desktop_aura/desktop_screen_x11.cc const std::vector<gfx::Display>& incoming) { Display 157 ui/views/widget/desktop_aura/desktop_screen_x11.cc std::vector<gfx::Display> old_displays = displays_; Display 160 ui/views/widget/desktop_aura/desktop_screen_x11.cc typedef std::vector<gfx::Display>::const_iterator DisplayIt; Display 161 ui/views/widget/desktop_aura/desktop_screen_x11.cc std::vector<gfx::Display>::const_iterator old_it = old_displays.begin(); Display 164 ui/views/widget/desktop_aura/desktop_screen_x11.cc for (std::vector<gfx::Display>::const_iterator new_it = Display 178 ui/views/widget/desktop_aura/desktop_screen_x11.cc std::vector<gfx::Display>::const_iterator new_it = displays_.begin(); Display 181 ui/views/widget/desktop_aura/desktop_screen_x11.cc for (std::vector<gfx::Display>::const_iterator old_it = Display 243 ui/views/widget/desktop_aura/desktop_screen_x11.cc std::vector<gfx::Display> DesktopScreenX11::GetAllDisplays() const { Display 247 ui/views/widget/desktop_aura/desktop_screen_x11.cc gfx::Display DesktopScreenX11::GetDisplayNearestWindow( Display 269 ui/views/widget/desktop_aura/desktop_screen_x11.cc gfx::Display DesktopScreenX11::GetDisplayNearestPoint( Display 271 ui/views/widget/desktop_aura/desktop_screen_x11.cc for (std::vector<gfx::Display>::const_iterator it = displays_.begin(); Display 280 ui/views/widget/desktop_aura/desktop_screen_x11.cc gfx::Display DesktopScreenX11::GetDisplayMatching( Display 283 ui/views/widget/desktop_aura/desktop_screen_x11.cc const gfx::Display* matching = NULL; Display 284 ui/views/widget/desktop_aura/desktop_screen_x11.cc for (std::vector<gfx::Display>::const_iterator it = displays_.begin(); Display 297 ui/views/widget/desktop_aura/desktop_screen_x11.cc gfx::Display DesktopScreenX11::GetPrimaryDisplay() const { Display 335 ui/views/widget/desktop_aura/desktop_screen_x11.cc const std::vector<gfx::Display>& test_displays) Display 343 ui/views/widget/desktop_aura/desktop_screen_x11.cc std::vector<gfx::Display> DesktopScreenX11::BuildDisplaysFromXRandRInfo() { Display 344 ui/views/widget/desktop_aura/desktop_screen_x11.cc std::vector<gfx::Display> displays; Display 386 ui/views/widget/desktop_aura/desktop_screen_x11.cc gfx::Display display(display_id, crtc_bounds); Display 388 ui/views/widget/desktop_aura/desktop_screen_x11.cc if (!gfx::Display::HasForceDeviceScaleFactor()) { Display 423 ui/views/widget/desktop_aura/desktop_screen_x11.cc std::vector<gfx::Display> new_displays = BuildDisplaysFromXRandRInfo(); Display 15 ui/views/widget/desktop_aura/desktop_screen_x11.h class Display; Display 20 ui/views/widget/desktop_aura/desktop_screen_x11.h typedef struct _XDisplay Display; Display 35 ui/views/widget/desktop_aura/desktop_screen_x11.h void ProcessDisplayChange(const std::vector<gfx::Display>& displays); Display 44 ui/views/widget/desktop_aura/desktop_screen_x11.h virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE; Display 45 ui/views/widget/desktop_aura/desktop_screen_x11.h virtual gfx::Display GetDisplayNearestWindow( Display 47 ui/views/widget/desktop_aura/desktop_screen_x11.h virtual gfx::Display GetDisplayNearestPoint( Display 49 ui/views/widget/desktop_aura/desktop_screen_x11.h virtual gfx::Display GetDisplayMatching( Display 51 ui/views/widget/desktop_aura/desktop_screen_x11.h virtual gfx::Display GetPrimaryDisplay() const OVERRIDE; Display 62 ui/views/widget/desktop_aura/desktop_screen_x11.h DesktopScreenX11(const std::vector<gfx::Display>& test_displays); Display 66 ui/views/widget/desktop_aura/desktop_screen_x11.h std::vector<gfx::Display> BuildDisplaysFromXRandRInfo(); Display 71 ui/views/widget/desktop_aura/desktop_screen_x11.h Display* xdisplay_; Display 82 ui/views/widget/desktop_aura/desktop_screen_x11.h std::vector<gfx::Display> displays_; Display 95 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 96 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480))); Display 107 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> changed_display_; Display 108 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> added_display_; Display 109 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> removed_display_; Display 133 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE { Display 137 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE { Display 141 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE { Display 151 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 152 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 1024, 768))); Display 161 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 162 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480))); Display 163 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, Display 173 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 174 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, gfx::Rect(0, 0, 1024, 768))); Display 175 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(1024, 0, 640, 480))); Display 184 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 185 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480))); Display 186 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, Display 193 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480))); Display 202 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 203 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480))); Display 204 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, Display 211 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, gfx::Rect(0, 0, 1024, 768))); Display 220 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 221 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480))); Display 222 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, Display 235 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 236 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480))); Display 237 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, Display 246 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 247 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480))); Display 248 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, Display 257 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 258 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, Display 260 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, gfx::Rect(0, 0, 640, 480))); Display 305 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc std::vector<gfx::Display> displays; Display 306 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480))); Display 307 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc displays.push_back(gfx::Display(kSecondDisplay, Display 408 ui/views/widget/native_widget_aura.cc gfx::Display dst_display = Display 25 ui/views/widget/tooltip_manager.cc int TooltipManager::GetMaxWidth(const gfx::Display& display) { Display 16 ui/views/widget/tooltip_manager.h class Display; Display 51 ui/views/widget/tooltip_manager.h static int GetMaxWidth(const gfx::Display& display); Display 168 ui/wm/core/cursor_manager.cc void CursorManager::SetDisplay(const gfx::Display& display) { Display 20 ui/wm/core/cursor_manager.h class Display; Display 54 ui/wm/core/cursor_manager.h virtual void SetDisplay(const gfx::Display& display) OVERRIDE; Display 17 ui/wm/core/cursor_manager_unittest.cc const gfx::Display& display, Display 13 ui/wm/core/native_cursor_manager.h class Display; Display 28 ui/wm/core/native_cursor_manager.h const gfx::Display& display, Display 25 win8/metro_driver/direct3d_helper.cc mswr::ComPtr<wingfx::Display::IDisplayPropertiesStatics> display_properties; Display 22 win8/metro_driver/display_properties.cc ABI::Windows::Graphics::Display::IDisplayPropertiesStatics> Display 27 win8/metro_driver/display_properties.cc ABI::Windows::Graphics::Display::ResolutionScale resolution_scale; Display 96 win8/metro_driver/print_handler.cc mswr::ComPtr<wingfx::Display::IDisplayPropertiesStatics> display_properties; Display 108 win8/metro_driver/print_handler.cc wingfx::Display::IDisplayPropertiesEventHandler, Display 343 win8/metro_driver/print_handler.cc mswr::ComPtr<wingfx::Display::IDisplayPropertiesStatics> display_properties;