Searched refs:real_bounds (Results 1 – 2 of 2) sorted by relevance
159 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();
1119 const gfx::Rect real_bounds(bounds_); in UnparentLayers() local1123 bounds_ = real_bounds; in UnparentLayers()1138 const gfx::Rect real_bounds(bounds()); in ReparentLayers() local1143 bounds_ = real_bounds; in ReparentLayers()