HomeSort by relevance Sort by last modified time
    Searched refs:GetDisplayController (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/ozone/platform/dri/
screen_manager_unittest.cc 74 EXPECT_FALSE(screen_manager_->GetDisplayController(GetPrimaryBounds()));
84 screen_manager_->GetDisplayController(GetPrimaryBounds());
97 EXPECT_TRUE(screen_manager_->GetDisplayController(GetPrimaryBounds()));
98 EXPECT_FALSE(screen_manager_->GetDisplayController(GetSecondaryBounds()));
113 EXPECT_TRUE(screen_manager_->GetDisplayController(GetPrimaryBounds()));
114 EXPECT_TRUE(screen_manager_->GetDisplayController(GetSecondaryBounds()));
124 screen_manager_->GetDisplayController(GetPrimaryBounds());
142 EXPECT_TRUE(screen_manager_->GetDisplayController(GetPrimaryBounds()));
143 EXPECT_FALSE(screen_manager_->GetDisplayController(GetSecondaryBounds()));
158 EXPECT_TRUE(screen_manager_->GetDisplayController(new_bounds))
    [all...]
dri_window_delegate_impl.cc 43 controller_ = screen_manager_->GetDisplayController(bounds);
screen_manager.h 57 base::WeakPtr<HardwareDisplayController> GetDisplayController(
screen_manager.cc 107 base::WeakPtr<HardwareDisplayController> ScreenManager::GetDisplayController(
  /external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc 71 GetDisplayController()->SetPrimaryDisplay(internal_display);
77 GetDisplayController()->SetPrimaryDisplay(external_display);
134 DisplayController* GetDisplayController() {
147 return GetDisplayController()->GetRootWindowForDisplayId(
152 return GetDisplayController()->GetRootWindowForDisplayId(
158 return GetDisplayController()->GetRootWindowForDisplayId(display.id());
163 return GetDisplayController()->GetRootWindowForDisplayId(display.id());
  /external/chromium_org/chrome/browser/extensions/
display_info_provider_chromeos_unittest.cc 49 ash::DisplayController* GetDisplayController() const {
171 GetDisplayController()->SwapPrimaryDisplay();

Completed in 166 milliseconds