HomeSort by relevance Sort by last modified time
    Searched refs:GetDisplayMatching (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_win.h 21 virtual gfx::Display GetDisplayMatching(
desktop_screen_win.cc 50 gfx::Display DesktopScreenWin::GetDisplayMatching(
desktop_screen_x11.cc 47 virtual gfx::Display GetDisplayMatching(
116 gfx::Display DesktopScreenX11::GetDisplayMatching(
  /external/chromium_org/ash/wm/
coordinate_conversion.cc 30 const gfx::Display& display = Shell::GetScreen()->GetDisplayMatching(rect);
window_resizer.cc 267 Shell::GetScreen()->GetDisplayMatching(new_bounds_in_screen);
  /external/chromium_org/ui/gfx/
screen.h 68 virtual gfx::Display GetDisplayMatching(
screen_win.h 29 virtual gfx::Display GetDisplayMatching(
screen_android.cc 55 virtual gfx::Display GetDisplayMatching(
screen_win.cc 87 gfx::Display ScreenWin::GetDisplayMatching(const gfx::Rect& match_rect) const {
screen_gtk.cc 147 virtual gfx::Display GetDisplayMatching(
  /external/chromium_org/chrome/browser/ui/panels/
display_settings_provider.cc 96 return gfx::Screen::GetNativeScreen()->GetDisplayMatching(bounds).bounds();
103 gfx::Display display = screen->GetDisplayMatching(bounds);
  /external/chromium_org/ash/
screen_ash.h 74 virtual gfx::Display GetDisplayMatching(
screen_ash.cc 138 gfx::Display ScreenAsh::GetDisplayMatching(const gfx::Rect& match_rect) const {
139 return GetDisplayController()->GetDisplayMatching(match_rect);
extended_desktop_unittest.cc 528 gfx::Display display0 = Shell::GetScreen()->GetDisplayMatching(
530 gfx::Display display1 = Shell::GetScreen()->GetDisplayMatching(
    [all...]
  /external/chromium_org/ash/shell/
toplevel_window.cc 33 ash::Shell::GetScreen()->GetDisplayMatching(bounds);
  /external/chromium_org/ui/aura/test/
test_screen.h 56 virtual gfx::Display GetDisplayMatching(
test_screen.cc 129 gfx::Display TestScreen::GetDisplayMatching(const gfx::Rect& match_rect) const {
  /external/chromium_org/ash/display/
display_controller.h 159 const gfx::Display& GetDisplayMatching(
shared_display_edge_indicator.cc 63 gfx::Display display = Shell::GetScreen()->GetDisplayMatching(bounds);
display_controller.cc 649 const gfx::Display& DisplayController::GetDisplayMatching(
    [all...]
  /external/chromium_org/ash/wm/workspace/
auto_window_management.cc 78 work_area.Inset(Shell::GetScreen()->GetDisplayMatching(
workspace_layout_manager.cc 63 display_controller->GetDisplayMatching(*restore_bounds);
  /external/chromium_org/ash/test/
ash_test_base.cc 257 Shell::GetScreen()->GetDisplayMatching(bounds);
  /external/chromium_org/apps/
shell_window.cc 126 gfx::Display display = screen->GetDisplayMatching(cached_bounds);
578 gfx::Screen::GetNativeScreen()->GetDisplayMatching(bounds).work_area();
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 40 return screen_->GetDisplayMatching(match_rect).work_area();

Completed in 858 milliseconds

1 2