HomeSort by relevance Sort by last modified time
    Searched refs:bv_bounds (Results 1 - 2 of 2) 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))

Completed in 83 milliseconds