Searched refs:topView_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtop_mid_bottom_view.js38 this.topView_ = topView;
52 if (this.topView_)
53 topbarHeight = this.topView_.getHeight();
62 if (this.topView_)
63 this.topView_.setGeometry(left, top, width, topbarHeight);
74 if (this.topView_)
75 this.topView_.show(isVisible);
H A Dview.js235 this.topView_ = topView;
246 var fixedHeight = this.topView_.getHeight();
247 this.topView_.setGeometry(left, top, width, fixedHeight);
256 this.topView_.show(isVisible);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_overscroll_animator_slider_mac.h35 // topView_ is slid to the left from off screen, its final position exactly
37 base::scoped_nsobject<NSImageView> topView_; member in namespace:NSView

Completed in 212 milliseconds