Searched defs:SetOverscanInsets (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/display/
H A Ddisplay_info.cc203 display_info.SetOverscanInsets(gfx::Insets(height, width, height, width));
321 void DisplayInfo::SetOverscanInsets(const gfx::Insets& insets_in_dip) { function in class:ash::DisplayInfo
H A Ddisplay_controller.cc372 void DisplayController::SetOverscanInsets(int64 display_id, function in class:ash::DisplayController
374 GetDisplayManager()->SetOverscanInsets(display_id, insets_in_dip);
H A Ddisplay_manager.cc413 void DisplayManager::SetOverscanInsets(int64 display_id, function in class:ash::DisplayManager
415 display_info_[display_id].SetOverscanInsets(insets_in_dip);
559 display_info_[display_id].SetOverscanInsets(*overscan_insets);
797 info.SetOverscanInsets(gfx::Insets());

Completed in 157 milliseconds