Searched refs:host_view_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/web_modal/
H A Dtest_web_contents_modal_dialog_host.cc13 : host_view_(host_view) {}
22 return host_view_;
H A Dtest_web_contents_modal_dialog_host.h34 gfx::NativeView host_view_; member in class:web_modal::TestWebContentsModalDialogHost
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc315 DetachableToolbarView* host_view_; member in class:BookmarkExtensionBackground
327 host_view_(host_view),
333 int toolbar_overlap = host_view_->GetToolbarOverlap();
334 if (!host_view_->IsDetached()) {
335 PaintAttachedBookmarkBar(canvas, host_view_, browser_view_,
342 double current_state = 1 - host_view_->GetAnimationValue();
347 PaintDetachedBookmarkBar(canvas, host_view_, ts);
359 PaintAttachedBookmarkBar(canvas, host_view_, browser_view_,
364 PaintDetachedBookmarkBar(canvas, host_view_, ts);
370 PaintDetachedBookmarkBar(canvas, host_view_, t
[all...]

Completed in 140 milliseconds