Home
last modified time | relevance | path

Searched refs:LimitSizeToWorkArea (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dpanel.h228 void LimitSizeToWorkArea(const gfx::Rect& work_area);
Ddetached_panel_collection.cc45 panel->LimitSizeToWorkArea(work_area); in OnDisplayChanged()
Ddocked_panel_collection.cc76 (*iter)->LimitSizeToWorkArea(work_area_); in OnDisplayChanged()
Dpanel.cc564 void Panel::LimitSizeToWorkArea(const gfx::Rect& work_area) { in LimitSizeToWorkArea() function in Panel