Home
last modified time | relevance | path

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

/external/chromium_org/ash/display/
Dscreen_ash.cc69 : display_list_(screen_ash->GetAllDisplays()), in ScreenForShutdown()
90 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE { in GetAllDisplays() function in ash::__anon1ff42c6e0111::ScreenForShutdown
227 std::vector<gfx::Display> ScreenAsh::GetAllDisplays() const { in GetAllDisplays() function in ash::ScreenAsh
Dscreen_ash.h70 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
Ddisplay_manager_unittest.cc1265 std::vector<gfx::Display> all = screen->GetAllDisplays(); in TearDown()
/external/chromium_org/ui/gfx/
Dscreen.h71 virtual std::vector<gfx::Display> GetAllDisplays() const = 0;
Dscreen_win.h27 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
Dscreen_android.cc62 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.cc87 std::vector<gfx::Display> ScreenWin::GetAllDisplays() const { in GetAllDisplays() function in gfx::ScreenWin
/external/chromium_org/mojo/aura/
Dscreen_mojo.cc43 std::vector<gfx::Display> ScreenMojo::GetAllDisplays() const { in GetAllDisplays() function in mojo::ScreenMojo
Dscreen_mojo.h33 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
/external/chromium_org/mojo/services/view_manager/
Dscreen_impl.cc45 std::vector<gfx::Display> ScreenImpl::GetAllDisplays() const { in GetAllDisplays() function in mojo::view_manager::service::ScreenImpl
Dscreen_impl.h35 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
/external/chromium_org/ui/events/
Devent_utils.cc85 const std::vector<gfx::Display>& displays = screen->GetAllDisplays(); in GetInternalDisplayTouchSupport()
/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.cc217 std::vector<gfx::Display> DesktopScreenX11::GetAllDisplays() const { in GetAllDisplays() function in views::DesktopScreenX11
/external/chromium_org/ui/aura/test/
Dtest_screen.h56 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
Dtest_screen.cc126 std::vector<gfx::Display> TestScreen::GetAllDisplays() const { in GetAllDisplays() function in aura::TestScreen
/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.cc159 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 __anon537ec66e0111::TestScreen
/external/chromium_org/apps/
Dapp_window.cc872 std::vector<gfx::Display> displays = screen->GetAllDisplays(); in IntersectsWithTaskbar()