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

/external/chromium_org/ui/gfx/
H A Ddisplay_observer.h21 // Called when |new_display| has been added.
22 virtual void OnDisplayAdded(const Display& new_display) = 0;
/external/chromium_org/ash/display/
H A Dresolution_notification_controller.h80 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE;
H A Ddisplay_manager.cc539 gfx::Display new_display = local
541 const DisplayInfo& new_display_info = GetDisplayInfo(new_display.id());
550 new_display.device_scale_factor()) ||
552 new_display.GetSizeInPixel()) ||
553 (current_display.rotation() != new_display.rotation())) {
558 new_display.UpdateWorkAreaFromInsets(current_display.GetWorkAreaInsets());
559 new_displays.push_back(new_display);
817 gfx::Display new_display(display_info.id());
823 new_display.SetScaleAndBounds(
825 new_display
[all...]
H A Dresolution_notification_controller.cc272 const gfx::Display& new_display) {
271 OnDisplayAdded( const gfx::Display& new_display) argument
H A Ddisplay_manager_unittest.cc107 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE {
108 added_.push_back(new_display);
905 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE {
H A Ddisplay_controller_unittest.cc66 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE {
/external/chromium_org/ash/shell/
H A Dwindow_watcher.h43 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE;
H A Dwindow_watcher.cc144 void WindowWatcher::OnDisplayAdded(const gfx::Display& new_display) { argument
146 GetRootWindowForDisplayId(new_display.id());
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.h65 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE;
H A Dtouch_observer_hud.cc98 void TouchObserverHUD::OnDisplayAdded(const gfx::Display& new_display) {} argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_overscan_handler.h38 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE;
H A Ddisplay_overscan_handler.cc87 void DisplayOverscanHandler::OnDisplayAdded(const gfx::Display& new_display) { argument
/external/chromium_org/chrome/browser/extensions/api/system_info/
H A Dsystem_info_api.cc58 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE;
156 void SystemInfoEventRouter::OnDisplayAdded(const gfx::Display& new_display) { argument
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.h104 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE;
H A Dmessage_popup_collection.cc492 void MessagePopupCollection::OnDisplayAdded(const gfx::Display& new_display) { argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h283 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE;
H A Drender_widget_host_view_aura.cc2339 const gfx::Display& new_display) {
2338 OnDisplayAdded( const gfx::Display& new_display) argument

Completed in 276 milliseconds