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

  /external/chromium_org/ui/gfx/
display.h 102 void UpdateWorkAreaFromInsets(const gfx::Insets& work_area_insets);
display_unittest.cc 28 display.UpdateWorkAreaFromInsets(gfx::Insets(3, 4, 5, 6));
display.cc 148 UpdateWorkAreaFromInsets(insets);
161 void Display::UpdateWorkAreaFromInsets(const gfx::Insets& insets) {
  /external/chromium_org/ui/aura/test/
test_screen.cc 80 display_.UpdateWorkAreaFromInsets(insets);
  /external/chromium_org/ash/display/
display_manager.cc 409 display->UpdateWorkAreaFromInsets(insets);
861 new_display.UpdateWorkAreaFromInsets(current_display.GetWorkAreaInsets());
    [all...]

Completed in 511 milliseconds