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 319 DetachableToolbarView* host_view_; member in class:BookmarkExtensionBackground
331 host_view_(host_view),
337 int toolbar_overlap = host_view_->GetToolbarOverlap();
338 if (!host_view_->IsDetached()) {
339 PaintAttachedBookmarkBar(canvas, host_view_, browser_view_,
346 double current_state = 1 - host_view_->GetAnimationValue();
351 PaintDetachedBookmarkBar(canvas, host_view_, ts);
363 PaintAttachedBookmarkBar(canvas, host_view_, browser_view_,
368 PaintDetachedBookmarkBar(canvas, host_view_, ts);
374 PaintDetachedBookmarkBar(canvas, host_view_, ts)
    [all...]

Completed in 51 milliseconds