/external/chromium_org/ash/ |
D | dip_unittest.cc | 40 Shell::GetScreen()->GetDisplayNearestWindow(root); in TEST_F() 50 const gfx::Display display_2x = screen->GetDisplayNearestWindow(root); in TEST_F()
|
D | screen_util.cc | 45 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds()); in GetDisplayBoundsInParent() 52 Shell::GetScreen()->GetDisplayNearestWindow(window).work_area()); in GetDisplayWorkAreaBoundsInParent()
|
/external/chromium_org/ash/display/ |
D | screen_ash.cc | 93 virtual gfx::Display GetDisplayNearestWindow(gfx::NativeView view) in GetDisplayNearestWindow() function in ash::__anon1ff42c6e0111::ScreenForShutdown 149 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds()); in GetDisplayBoundsInParent() 156 Shell::GetScreen()->GetDisplayNearestWindow(window).work_area()); in GetDisplayWorkAreaBoundsInParent() 231 gfx::Display ScreenAsh::GetDisplayNearestWindow(gfx::NativeView window) const { in GetDisplayNearestWindow() function in ash::ScreenAsh
|
D | screen_position_controller.cc | 122 const gfx::Point display_origin = Shell::GetScreen()->GetDisplayNearestWindow( in ConvertPointToScreen() 131 const gfx::Point display_origin = Shell::GetScreen()->GetDisplayNearestWindow( in ConvertPointFromScreen() 222 const gfx::Point display_origin = Shell::GetScreen()->GetDisplayNearestWindow( in SetBounds()
|
/external/chromium_org/ash/keyboard_overlay/ |
D | keyboard_overlay_delegate.cc | 86 const gfx::Rect& rect = Shell::GetScreen()->GetDisplayNearestWindow( in Show() 119 gfx::Rect rect = ash::Shell::GetScreen()->GetDisplayNearestWindow( in GetDialogSize()
|
/external/chromium_org/ash/shelf/ |
D | shelf_layout_manager_unittest.cc | 705 gfx::Display display = screen->GetDisplayNearestWindow( in TEST_F() 717 display = screen->GetDisplayNearestWindow( in TEST_F() 734 display = screen->GetDisplayNearestWindow( in TEST_F() 768 gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow( in TEST_F() 852 Shell::GetScreen()->GetDisplayNearestWindow( in TEST_F() 865 Shell::GetScreen()->GetDisplayNearestWindow( in TEST_F() 1056 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds()); in TEST_F() 1066 EXPECT_EQ(Shell::GetScreen()->GetDisplayNearestWindow( in TEST_F() 1072 EXPECT_EQ(Shell::GetScreen()->GetDisplayNearestWindow( in TEST_F() 1078 EXPECT_EQ(Shell::GetScreen()->GetDisplayNearestWindow( in TEST_F() [all …]
|
/external/chromium_org/ash/wm/workspace/ |
D | workspace_layout_manager.cc | 46 Shell::GetScreen()->GetDisplayNearestWindow(window_).work_area())), in WorkspaceLayoutManager() 163 Shell::GetScreen()->GetDisplayNearestWindow(window_).work_area())); in OnDisplayWorkAreaInsetsChanged() 272 Shell::GetScreen()->GetDisplayNearestWindow(window_).work_area()); in AdjustAllWindowsBoundsForWorkAreaChange()
|
/external/chromium_org/ui/views/ |
D | drag_utils.cc | 23 GetDisplayNearestWindow(view); in GetDeviceScaleForNativeView()
|
/external/chromium_org/ash/wm/dock/ |
D | docked_window_layout_manager_unittest.cc | 189 Shell::GetScreen()->GetDisplayNearestWindow(window).work_area(); in DragVerticallyAndRelativeToEdge() 414 Shell::GetScreen()->GetDisplayNearestWindow(w1.get()).work_area(); in TEST_P() 448 Shell::GetScreen()->GetDisplayNearestWindow(w1.get()).work_area(); in TEST_P() 484 Shell::GetScreen()->GetDisplayNearestWindow(w1.get()).work_area(); in TEST_P() 551 Shell::GetScreen()->GetDisplayNearestWindow(w1.get()).work_area(); in TEST_P() 738 Shell::GetScreen()->GetDisplayNearestWindow(w1.get()).work_area(); in TEST_P() 800 Shell::GetScreen()->GetDisplayNearestWindow(w1.get()).work_area(); in TEST_P() 829 Shell::GetScreen()->GetDisplayNearestWindow(window.get()).work_area(); in TEST_P()
|
/external/chromium_org/ash/wm/ |
D | default_state.cc | 49 gfx::Rect display_area = Shell::GetScreen()->GetDisplayNearestWindow( in MoveToDisplayForRestore() 149 GetDisplayNearestWindow(window_state->window()); in AttachState() 170 GetDisplayNearestWindow(window_state->window()); in DetachState() 579 Shell::GetScreen()->GetDisplayNearestWindow(window).work_area(); in CenterWindow()
|
D | window_resizer.cc | 143 Shell::GetScreen()->GetDisplayNearestWindow(GetTarget()).work_area(); in CalculateBoundsForDrag() 313 int max_width = Shell::GetScreen()->GetDisplayNearestWindow( in GetWidthForDrag() 343 int max_height = Shell::GetScreen()->GetDisplayNearestWindow( in GetHeightForDrag()
|
D | drag_window_resizer.cc | 106 screen->GetDisplayNearestWindow(GetTarget()->GetRootWindow()).id()) { in CompleteDrag() 187 Shell::GetScreen()->GetDisplayNearestWindow(another_root)); in UpdateDragWindow()
|
D | system_modal_container_layout_manager.cc | 63 Shell::GetScreen()->GetDisplayNearestWindow(container_).bounds()); in OnWindowResized() 168 params.bounds = Shell::GetScreen()->GetDisplayNearestWindow( in CreateModalBackground()
|
/external/chromium_org/ash/desktop_background/ |
D | desktop_background_view.cc | 53 gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow( in Layout() 105 GetDisplayNearestWindow(native_view); in OnPaint()
|
/external/chromium_org/ui/gfx/ |
D | screen.h | 74 virtual gfx::Display GetDisplayNearestWindow(NativeView view) const = 0;
|
D | screen_win.h | 28 virtual gfx::Display GetDisplayNearestWindow(
|
D | screen_android.cc | 50 virtual gfx::Display GetDisplayNearestWindow( in GetDisplayNearestWindow() function in gfx::ScreenAndroid
|
/external/chromium_org/mojo/aura/ |
D | screen_mojo.cc | 47 gfx::Display ScreenMojo::GetDisplayNearestWindow( in GetDisplayNearestWindow() function in mojo::ScreenMojo
|
D | screen_mojo.h | 34 virtual gfx::Display GetDisplayNearestWindow(
|
/external/chromium_org/mojo/services/view_manager/ |
D | screen_impl.cc | 49 gfx::Display ScreenImpl::GetDisplayNearestWindow( in GetDisplayNearestWindow() function in mojo::view_manager::service::ScreenImpl
|
D | screen_impl.h | 36 virtual gfx::Display GetDisplayNearestWindow(
|
/external/chromium_org/ui/aura/ |
D | window_tree_host.cc | 33 GetDisplayNearestWindow(window); in GetDeviceScaleFactorFromDisplay() 267 gfx::Screen::GetScreenFor(window())->GetDisplayNearestWindow(window()); in MoveCursorToInternal()
|
/external/chromium_org/ui/message_center/views/ |
D | toast_contents_view.cc | 249 Screen::GetScreenFor(native_view)->GetDisplayNearestWindow(native_view), in OnDisplayChanged() 264 Screen::GetScreenFor(native_view)->GetDisplayNearestWindow(native_view), in OnWorkAreaChanged()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_screen_x11.h | 45 virtual gfx::Display GetDisplayNearestWindow(
|
/external/chromium_org/ui/aura/test/ |
D | test_screen.h | 57 virtual gfx::Display GetDisplayNearestWindow(
|