Searched defs:bv_bounds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc291 gfx::Rect bv_bounds = browser_view_->bounds(); local
292 bv_bounds.Offset(0, toolbar_->y());
293 bv_bounds.set_height(bv_bounds.height() - toolbar_->y());
294 if (bv_bounds.Contains(point))
307 bv_bounds = browser_view_->bounds();
308 bv_bounds.set_height(toolbar_->y());
309 if (bv_bounds.Contains(point))

Completed in 399 milliseconds