Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc190 int toolbar_overlap = host_view_->GetToolbarOverlap(); in Paint() local
192 if (toolbar_overlap) in Paint()
193 toolbar_overlap += views::NonClientFrameView::kClientEdgeThickness; in Paint()
202 gfx::Rect(0, toolbar_overlap, host_view_->width(), in Paint()
203 host_view_->height() - toolbar_overlap), height); in Paint()
223 if (!toolbar_overlap) in Paint()
229 if (host_view_->height() >= toolbar_overlap) in Paint()