HomeSort by relevance Sort by last modified time
    Searched refs:GetDisplayMatching (Results 1 - 25 of 37) 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 51 gfx::Display DesktopScreenWin::GetDisplayMatching(
desktop_screen_x11.h 49 virtual gfx::Display GetDisplayMatching(
desktop_screen_x11.cc 221 return GetDisplayMatching(rwh->GetX11RootWindowBounds());
238 gfx::Display DesktopScreenX11::GetDisplayMatching(
desktop_screen_x11_unittest.cc 175 screen()->GetDisplayMatching(gfx::Rect(700, 20, 100, 100)).id());
186 screen()->GetDisplayMatching(gfx::Rect(630, 20, 100, 100)).id());
  /external/chromium_org/ash/wm/
coordinate_conversion.cc 29 const gfx::Display& display = Shell::GetScreen()->GetDisplayMatching(rect);
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash.cc 29 display = screen_->GetDisplayMatching(*bounds_in_screen);
window_sizer.cc 157 return screen->GetDisplayMatching(bounds);
265 gfx::Rect work_area = screen_->GetDisplayMatching(*bounds).work_area();
281 AdjustBoundsToBeVisibleOnDisplay(screen_->GetDisplayMatching(*bounds),
window_sizer_common_unittest.cc 60 return GetDisplayMatching(view->GetBoundsInScreen());
73 virtual gfx::Display GetDisplayMatching(
125 return screen->GetDisplayMatching(bounds);
  /external/chromium_org/ui/gfx/
screen.h 81 virtual gfx::Display GetDisplayMatching(
screen_win.h 32 virtual gfx::Display GetDisplayMatching(
screen_android.cc 65 virtual gfx::Display GetDisplayMatching(
screen_win.cc 119 gfx::Display ScreenWin::GetDisplayMatching(const gfx::Rect& match_rect) const {
screen_gtk.cc 163 virtual gfx::Display GetDisplayMatching(
  /external/chromium_org/chrome/browser/ui/panels/
display_settings_provider.cc 97 return gfx::Screen::GetNativeScreen()->GetDisplayMatching(bounds).bounds();
104 gfx::Display display = screen->GetDisplayMatching(bounds);
  /external/chromium_org/ui/aura/test/
test_screen.h 59 virtual gfx::Display GetDisplayMatching(
test_screen.cc 136 gfx::Display TestScreen::GetDisplayMatching(const gfx::Rect& match_rect) const {
  /external/chromium_org/ash/
screen_ash.cc 150 gfx::Display ScreenAsh::GetDisplayMatching(const gfx::Rect& match_rect) const {
153 return GetDisplayController()->GetDisplayMatching(match_rect);
screen_ash.h 77 virtual gfx::Display GetDisplayMatching(
  /external/chromium_org/ash/display/
display_controller.h 155 const gfx::Display& GetDisplayMatching(
shared_display_edge_indicator.cc 63 gfx::Display display = Shell::GetScreen()->GetDisplayMatching(bounds);
  /external/chromium_org/ash/test/
ash_test_base.cc 265 Shell::GetScreen()->GetDisplayMatching(bounds);
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_browsertest.cc 170 ash::Shell::GetScreen()->GetDisplayMatching(cursor1_bounds).work_area();
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 98 virtual gfx::Display GetDisplayMatching(
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.cc 129 GetDisplayMatching(*bounds);

Completed in 398 milliseconds

1 2