Home
last modified time | relevance | path

Searched refs:real_bounds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_cocoa.mm159 gfx::Rect real_bounds = [controller_ enforceMinWindowSize:bounds];
162 NSRect cocoa_bounds = NSMakeRect(real_bounds.x(), 0,
163 real_bounds.width(),
164 real_bounds.height());
168 NSHeight([screen frame]) - real_bounds.height() - real_bounds.y();
/external/chromium_org/ui/aura/
Dwindow.cc1119 const gfx::Rect real_bounds(bounds_); in UnparentLayers() local
1123 bounds_ = real_bounds; in UnparentLayers()
1138 const gfx::Rect real_bounds(bounds()); in ReparentLayers() local
1143 bounds_ = real_bounds; in ReparentLayers()