Searched defs:new_display (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Ddesktop_popup_alignment_delegate.cc88 const gfx::Display& new_display) {
87 OnDisplayAdded( const gfx::Display& new_display) argument
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.cc89 void TouchObserverHUD::OnDisplayAdded(const gfx::Display& new_display) {} argument
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc140 void WindowWatcher::OnDisplayAdded(const gfx::Display& new_display) { argument
142 GetRootWindowForDisplayId(new_display.id());
/external/chromium_org/ash/system/web_notification/
H A Dash_popup_alignment_delegate.cc163 const gfx::Display& new_display) {
162 OnDisplayAdded( const gfx::Display& new_display) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_overscan_handler.cc84 void DisplayOverscanHandler::OnDisplayAdded(const gfx::Display& new_display) { argument
/external/chromium_org/ash/display/
H A Dresolution_notification_controller.cc286 const gfx::Display& new_display) {
285 OnDisplayAdded( const gfx::Display& new_display) argument
H A Ddisplay_manager.cc829 gfx::Display new_display = local
831 const DisplayInfo& new_display_info = GetDisplayInfo(new_display.id());
843 new_display.GetSizeInPixel())) {
849 new_display.device_scale_factor()) {
853 if (current_display.rotation() != new_display.rotation())
861 new_display.UpdateWorkAreaFromInsets(current_display.GetWorkAreaInsets());
862 new_displays.push_back(new_display);
1168 gfx::Display new_display(display_info.id());
1175 new_display.SetScaleAndBounds(
1177 new_display
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher.cc267 void ShelfWindowWatcher::OnDisplayAdded(const gfx::Display& new_display) { argument
270 GetRootWindowForDisplayId(new_display.id());
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_status_monitor.cc230 void BrowserStatusMonitor::OnDisplayAdded(const gfx::Display& new_display) { argument
233 display_controller()->GetRootWindowForDisplayId(new_display.id());
/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_api.cc63 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE;
181 void SystemInfoEventRouter::OnDisplayAdded(const gfx::Display& new_display) { argument
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display_host_impl.cc892 void LoginDisplayHostImpl::OnDisplayAdded(const gfx::Display& new_display) { argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1668 const gfx::Display& new_display) {
1667 OnDisplayAdded( const gfx::Display& new_display) argument

Completed in 414 milliseconds