Searched refs:insets_in_dip (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/display/
H A Ddisplay_controller.h137 void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip);
H A Ddisplay_info.h168 void SetOverscanInsets(const gfx::Insets& insets_in_dip);
H A Ddisplay_info.cc321 void DisplayInfo::SetOverscanInsets(const gfx::Insets& insets_in_dip) { argument
322 overscan_insets_in_dip_ = insets_in_dip;
H A Ddisplay_manager.h159 void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip);
H A Ddisplay_controller.cc373 const gfx::Insets& insets_in_dip) {
374 GetDisplayManager()->SetOverscanInsets(display_id, insets_in_dip);
372 SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip) argument
H A Ddisplay_manager.cc414 const gfx::Insets& insets_in_dip) {
415 display_info_[display_id].SetOverscanInsets(insets_in_dip);
413 SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip) argument

Completed in 419 milliseconds