Home
last modified time | relevance | path

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

/external/chromium_org/components/web_modal/
Dtest_web_contents_modal_dialog_host.cc13 : host_view_(host_view) {} in TestWebContentsModalDialogHost()
22 return host_view_; in GetHostView()
Dtest_web_contents_modal_dialog_host.h34 gfx::NativeView host_view_;
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc315 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 …]