HomeSort by relevance Sort by last modified time
    Searched refs:host_view_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/web_modal/
test_web_contents_modal_dialog_host.cc 13 : host_view_(host_view) {}
22 return host_view_;
test_web_contents_modal_dialog_host.h 34 gfx::NativeView host_view_; member in class:web_modal::TestWebContentsModalDialogHost
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 315 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_, ts)
    [all...]

Completed in 103 milliseconds