Home | History | Annotate | Download | only in frame

Lines Matching refs:host_view_

171   DetachableToolbarView* host_view_;
183 host_view_(host_view),
189 ui::ThemeProvider* tp = host_view_->GetThemeProvider();
190 int toolbar_overlap = host_view_->GetToolbarOverlap();
194 if (host_view_->IsDetached()) {
201 host_view_->GetThemeProvider(), canvas,
202 gfx::Rect(0, toolbar_overlap, host_view_->width(),
203 host_view_->height() - toolbar_overlap), height);
208 double current_state = 1 - host_view_->GetAnimationValue();
219 v_padding, &rect, &roundness, host_view_);
224 DetachableToolbarView::PaintHorizontalBorder(canvas, host_view_);
226 DetachableToolbarView::PaintBackgroundAttachedMode(canvas, host_view_,
228 gfx::Point(host_view_->GetMirroredX(), host_view_->y())));
229 if (host_view_->height() >= toolbar_overlap)
230 DetachableToolbarView::PaintHorizontalBorder(canvas, host_view_);