Searched refs:bottomView_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtop_mid_bottom_view.js40 this.bottomView_ = bottomView;
55 if (this.bottomView_)
56 bottombarHeight = this.bottomView_.getHeight();
66 if (this.bottomView_) {
67 this.bottomView_.setGeometry(left, top + topbarHeight + middleboxHeight,
77 if (this.bottomView_)
78 this.bottomView_.show(isVisible);
H A Dview.js236 this.bottomView_ = bottomView;
249 this.bottomView_.setGeometry(
257 this.bottomView_.show(isVisible);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_overscroll_animator_slider_mac.h29 // middleView_ is slid to the right, and bottomView_ peeks out from the
31 base::scoped_nsobject<NSImageView> bottomView_; member in namespace:NSView
/external/chromium_org/ui/message_center/cocoa/
H A Dnotification_controller.h62 base::scoped_nsobject<NSView> bottomView_; variable

Completed in 1229 milliseconds