Searched refs:host_view_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/components/web_modal/ |
D | test_web_contents_modal_dialog_host.cc | 13 : host_view_(host_view) {} in TestWebContentsModalDialogHost() 22 return host_view_; in GetHostView()
|
D | test_web_contents_modal_dialog_host.h | 34 gfx::NativeView host_view_;
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 315 DetachableToolbarView* host_view_; member in BookmarkExtensionBackground 327 host_view_(host_view), in BookmarkExtensionBackground() 333 int toolbar_overlap = host_view_->GetToolbarOverlap(); in Paint() 334 if (!host_view_->IsDetached()) { in Paint() 335 PaintAttachedBookmarkBar(canvas, host_view_, browser_view_, in Paint() 342 double current_state = 1 - host_view_->GetAnimationValue(); in Paint() 347 PaintDetachedBookmarkBar(canvas, host_view_, ts); in Paint() 359 PaintAttachedBookmarkBar(canvas, host_view_, browser_view_, in Paint() 364 PaintDetachedBookmarkBar(canvas, host_view_, ts); in Paint() 370 PaintDetachedBookmarkBar(canvas, host_view_, ts); in Paint() [all …]
|