Home
last modified time | relevance | path

Searched refs:windowHeight (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
Dpresentation_mode_controller_unittest.mm143 CGFloat windowHeight = NSHeight([[controller_ window] frame]);
144 EXPECT_EQ(windowHeight, MaxYInWindow([controller_ tabStripView]));
151 EXPECT_EQ(windowHeight, MaxYInWindow([controller_ tabStripView]));
157 EXPECT_LT(MaxYInWindow([controller_ tabStripView]), windowHeight - 1);
159 windowHeight - kMenuBarHeight + 1);
169 EXPECT_FLOAT_EQ(windowHeight - kMenuBarHeight,
179 EXPECT_EQ(windowHeight, MaxYInWindow([controller_ tabStripView]));
187 CGFloat windowHeight = NSHeight([[controller_ window] frame]);
188 EXPECT_EQ(windowHeight, MaxYInWindow([controller_ tabStripView]));
199 // windowHeight (the two should be the same in AppKit Fullscreen).
[all …]
Dbrowser_window_controller_private.mm185 CGFloat windowHeight = NSHeight([window frame]);
186 defaultSheetY = std::min(defaultSheetY, windowHeight);
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js91 var windowHeight = ($(window).height() - HEADER_HEIGHT);
92 var swapperHeight = windowHeight - 13;
94 sidenav.css({height:windowHeight + "px"});
95 content.css({height:windowHeight + "px"});
234 var windowHeight = ($(window).height() - HEADER_HEIGHT);
235 var swapperHeight = windowHeight - 13; // move 13px for swapper link at the bottom
252 var windowHeight = ($(window).height() - HEADER_HEIGHT);
253 docContent.css({height:windowHeight + "px"});
254 $("#side-nav").css({height:windowHeight + "px"});
259 var swapperHeight = windowHeight - 13;
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_alert.mm41 windowHeight:(CGFloat)windowHeight;
180 CGFloat windowHeight = curY + chrome_style::kTitleTopPadding;
182 windowHeight:windowHeight];
185 NSRect windowFrame = NSMakeRect(0, 0, windowWidth, windowHeight);
264 windowHeight:(CGFloat)windowHeight {
270 frame.origin.y = windowHeight -
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineFrameOverview.js165 _renderBars: function(frames, scale, windowHeight) argument
174 … this._renderBar(this._barNumberToScreenPosition(i), barWidth, windowHeight, frames[i], scale);
241 _renderBar: function(left, width, windowHeight, frame, scale) argument
252 for (var i = 0, bottomOffset = windowHeight; i < categories.length; ++i) {
275 var y0 = Math.floor(windowHeight - frame.duration * scale) + 0.5;
276 var y1 = windowHeight + 0.5;
/external/eigen/doc/
Deigen_navtree_hacks.js71 var windowHeight = $(window).height() - headerHeight - footerHeight;
72 content.css({height:windowHeight + "px"});
73 navtree.css({height:(windowHeight-tocHeight) + "px"}); // <- we modified this line
74 sidenav.css({height:(windowHeight) + "px",top: headerHeight+"px"});
/external/deqp/modules/glshared/
DglsFragmentOpUtil.hpp96 IntegerQuad (int windowWidth, int windowHeight) in IntegerQuad()
98 , posB(windowWidth-1, windowHeight-1) in IntegerQuad()
/external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
DPostSubBuffer.cpp145 size_t windowHeight = getWindow()->getHeight(); in swap() local
148 mPostSubBufferNV(display, surface, 60, 60, windowWidth - 120, windowHeight - 120); in swap()
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp149 EGLint windowHeight = 0; in executeForConfig() local
152 …CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &windowHeight)); in executeForConfig()
154 if (windowWidth <= 0 || windowHeight <= 0) in executeForConfig()
156 …::Message << " Fail, invalid surface size " << windowWidth << "x" << windowHeight << TestLog::End… in executeForConfig()
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1047 int windowHeight = 0; // Parent window height in ScreenUpdateProcess() local
1067 windowHeight = globalBounds.bottom - globalBounds.top; in ScreenUpdateProcess()
1079 _lastWindowHeight = windowHeight; in ScreenUpdateProcess()
1091 if (windowHeight != _lastWindowHeight || in ScreenUpdateProcess()
1116 (int)(0.5f + windowHeight - (viewBounds.origin.y + viewBounds.size.height)), in ScreenUpdateProcess()
1133 _lastWindowHeight = windowHeight; in ScreenUpdateProcess()
1355 int windowHeight = 0; in CreateMixingContext() local
1373 windowHeight = globalBounds.bottom - globalBounds.top; in CreateMixingContext()
1382 (int)(0.5f + windowHeight - (viewBounds.origin.y + viewBounds.size.height)), in CreateMixingContext()
/external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/
Djquery.tablednd.js201 var windowHeight = window.innerHeight ? window.innerHeight
203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
/external/skia/tools/bug_chomper/res/third_party/
Djquery.tablednd.js201 var windowHeight = window.innerHeight ? window.innerHeight
203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller.h192 height:(int)windowHeight;
Dbookmark_bar_folder_controller.mm510 - (NSPoint)windowTopLeftForWidth:(int)windowWidth height:(int)windowHeight {
544 (windowHeight > availableVerticalSpace)) {
546 newWindowTopLeft.y + windowHeight + NSHeight([parentButton_ frame]),
Dbookmark_bar_folder_controller_unittest.mm1267 CGFloat windowHeight = NSHeight(windowFrame);
1268 EXPECT_CGFLOAT_EQ(expectedHeight, windowHeight);
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp783 int windowHeight = 0; in layout() local
790 if (windowHeight + rowHeight > m_maxHeight) { in layout()
795 windowHeight += rowHeight; in layout()
827 resize(windowWidth, windowHeight); in layout()
/external/chromium_org/third_party/skia/src/utils/debugger/
DSkDebugCanvas.cpp17 SkDebugCanvas::SkDebugCanvas(int windowWidth, int windowHeight) in SkDebugCanvas() argument
18 : INHERITED(windowWidth, windowHeight) in SkDebugCanvas()
20 , fWindowSize(SkISize::Make(windowWidth, windowHeight)) in SkDebugCanvas()
/external/chromium_org/third_party/readability/js/
Dreadability.js185 …var windowHeight = window.innerHeight ? window.innerHeight : (document.documentElement.clientHeigh…
188 …adability.scrollTo(readability.scrollTop(), readability.scrollTop() - (windowHeight - 50), 20, 10);
191 …adability.scrollTo(readability.scrollTop(), readability.scrollTop() + (windowHeight - 50), 20, 10);