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

  /external/chromium/chrome/browser/ui/
window_sizer.cc 197 void WindowSizer::GetDefaultWindowBounds(gfx::Rect* default_bounds) const {
198 DCHECK(default_bounds);
226 default_bounds->SetRect(kWindowTilePixels + work_area.x(),
278 gfx::Rect default_bounds; local
279 GetDefaultWindowBounds(&default_bounds);
281 bounds->set_height(default_bounds.height());
283 bounds->set_width(default_bounds.width());
window_sizer.h 158 void GetDefaultWindowBounds(gfx::Rect* default_bounds) const;

Completed in 30 milliseconds