Home
last modified time | relevance | path

Searched refs:GetAllDisplays (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/ui/gfx/
Dscreen_gtk.cc127 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { in GetAllDisplays() function in __anonfa2441ef0111::ScreenGtk
165 std::vector<gfx::Display> displays = GetAllDisplays(); in GetDisplayMatching()
Dscreen.h71 virtual std::vector<gfx::Display> GetAllDisplays() const = 0;
Dscreen_win.h27 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
Dscreen_android.cc61 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { in GetAllDisplays() function in gfx::ScreenAndroid
Dscreen_mac.mm102 return GetAllDisplays().size();
106 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE {
Dscreen_ios.mm44 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE {
Dscreen_win.cc84 std::vector<gfx::Display> ScreenWin::GetAllDisplays() const { in GetAllDisplays() function in gfx::ScreenWin
/external/chromium_org/ui/events/
Devent_utils.cc36 const std::vector<gfx::Display>& displays = screen->GetAllDisplays(); in ShouldDefaultToNaturalScroll()
/external/chromium_org/chrome/browser/extensions/api/system_display/
Dsystem_display_apitest.cc48 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { in GetAllDisplays() function in extensions::MockScreen
87 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { in GetAllDisplays() function in extensions::MockScreen
Ddisplay_info_provider.cc78 std::vector<gfx::Display> displays = screen->GetAllDisplays(); in GetAllDisplaysInfo()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_screen_x11.h44 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
Ddesktop_screen_x11.cc201 std::vector<gfx::Display> DesktopScreenX11::GetAllDisplays() const { in GetAllDisplays() function in views::DesktopScreenX11
/external/chromium_org/ui/aura/test/
Dtest_screen.h54 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
Dtest_screen.cc123 std::vector<gfx::Display> TestScreen::GetAllDisplays() const { in GetAllDisplays() function in aura::TestScreen
/external/chromium_org/ash/
Dscreen_ash.h72 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
Dscreen_ash.cc132 std::vector<gfx::Display> ScreenAsh::GetAllDisplays() const { in GetAllDisplays() function in ash::ScreenAsh
/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.cc444 std::vector<gfx::Display> displays = Shell::GetScreen()->GetAllDisplays(); in GetMaxDisplaySizeInNative()
/external/chromium_org/chrome/browser/ui/window_sizer/
Dwindow_sizer_common_unittest.cc53 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { in GetAllDisplays() function in __anon88a160f40111::TestScreen