HomeSort by relevance Sort by last modified time
    Searched full:bv_bounds (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/frame/
dom_browser_view_layout.cc 66 gfx::Rect bv_bounds = browser_view_->bounds(); local
67 if (bv_bounds.Contains(point))
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 171 gfx::Rect bv_bounds = browser_view_->bounds(); local
172 bv_bounds.Offset(0, toolbar_->y());
173 bv_bounds.set_height(bv_bounds.height() - toolbar_->y());
174 if (bv_bounds.Contains(point))
187 bv_bounds = browser_view_->bounds();
188 bv_bounds.set_height(toolbar_->y());
189 if (bv_bounds.Contains(point))
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.cc 309 gfx::Rect bv_bounds = browser_view_->bounds(); local
310 bv_bounds.Offset(0, toolbar_->y());
311 bv_bounds.set_height(bv_bounds.height() - toolbar_->y());
312 if (bv_bounds.Contains(point))
336 bv_bounds = browser_view_->bounds();
337 bv_bounds.set_height(toolbar_->y());
338 if (bv_bounds.Contains(point))

Completed in 56 milliseconds