Searched defs:GetNumDisplays (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc140 int TestScreen::GetNumDisplays() const { function in class:aura::TestScreen
/external/chromium_org/ui/gfx/
H A Dscreen_win.cc118 int ScreenWin::GetNumDisplays() const { function in class:gfx::ScreenWin
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc150 int DesktopScreenX11::GetNumDisplays() const { function in class:views::DesktopScreenX11
/external/chromium_org/mojo/aura/
H A Dscreen_mojo.cc39 int ScreenMojo::GetNumDisplays() const { function in class:mojo::ScreenMojo
/external/chromium_org/ash/display/
H A Ddisplay_manager.cc351 DCHECK_EQ(2U, GetNumDisplays());
352 if (GetNumDisplays() < 2)
966 if (GetNumDisplays() == 1)
973 size_t DisplayManager::GetNumDisplays() const { function in class:ash::DisplayManager
H A Dscreen_ash.cc87 virtual int GetNumDisplays() const OVERRIDE {
180 CHECK_EQ(2U, display_manager->GetNumDisplays());
223 int ScreenAsh::GetNumDisplays() const { function in class:ash::ScreenAsh
224 return GetDisplayManager()->GetNumDisplays();

Completed in 643 milliseconds