Home
last modified time | relevance | path

Searched refs:UpdateWorkAreaFromInsets (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
Ddisplay.cc148 UpdateWorkAreaFromInsets(insets); in SetScaleAndBounds()
161 void Display::UpdateWorkAreaFromInsets(const gfx::Insets& insets) { in UpdateWorkAreaFromInsets() function in gfx::Display
Ddisplay_unittest.cc28 display.UpdateWorkAreaFromInsets(gfx::Insets(3, 4, 5, 6)); in TEST()
Ddisplay.h102 void UpdateWorkAreaFromInsets(const gfx::Insets& work_area_insets);
/external/chromium_org/ui/aura/test/
Dtest_screen.cc80 display_.UpdateWorkAreaFromInsets(insets); in SetWorkAreaInsets()
/external/chromium_org/ash/display/
Ddisplay_manager.cc409 display->UpdateWorkAreaFromInsets(insets); in UpdateWorkAreaOfDisplay()
861 new_display.UpdateWorkAreaFromInsets(current_display.GetWorkAreaInsets()); in UpdateDisplays()
1265 secondary_display->UpdateWorkAreaFromInsets(insets); in UpdateDisplayBoundsForLayout()