Searched refs:maxHeight (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/dom/
H A DViewportArguments.h84 , maxHeight(ValueAuto)
104 float maxHeight; member in struct:WebCore::ViewportArguments
123 && maxHeight == other.maxHeight
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderScrollbarPart.cpp115 int maxHeight = style().maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(MaxSize, style().maxHeight(), visibleSize); local
116 setHeight(std::max(minHeight, std::min(maxHeight, h)));
H A DRenderDeprecatedFlexibleBox.cpp1085 LayoutUnit maxHeight = LayoutUnit::max(); local
1087 if (!child->style().maxHeight().isUndefined() && child->style().maxHeight().isFixed())
1088 maxHeight = child->style().maxHeight().value();
1089 if (maxHeight == LayoutUnit::max())
1090 return maxHeight;
1091 return std::max<LayoutUnit>(0, maxHeight - height);
H A DRootInlineBox.cpp281 LayoutUnit maxHeight = maxAscent + maxDescent; local
289 placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom, setLineTop,
294 maxHeight = std::max<LayoutUnit>(0, maxHeight); // FIXME: Is this really necessary?
296 setLineTopBottomPositions(lineTop, lineBottom, heightOfBlock, heightOfBlock + maxHeight);
313 return heightOfBlock + maxHeight;
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleBoxData.h53 const Length& maxHeight() const { return m_maxHeight; } function in class:WebCore::StyleBoxData
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.h92 int maxWidth, maxHeight; /* Maximum dimensions of window, in member in struct:TkWmInfo
H A DtkMacOSXWm.c372 int minWidth, minHeight, maxWidth, maxHeight, base;
378 GetMaxSize(winPtr, &maxWidth, &maxHeight);
391 maxHeight = base + (maxHeight * wmPtr->heightInc);
397 minHeight = maxHeight = wmPtr->configHeight;
412 if ((CGFloat)maxWidth/(CGFloat)maxHeight > ratio) {
413 maxWidth = lround(maxHeight * ratio);
415 maxHeight = lround(maxWidth / ratio);
434 [macWindow setContentMaxSize:NSMakeSize(maxWidth, maxHeight)];
525 wmPtr->maxHeight
371 int minWidth, minHeight, maxWidth, maxHeight, base; local
6445 int maxHeight = maxBounds->size.height - wmPtr->yInParent; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.h135 int maxWidth, maxHeight; /* Maximum dimensions of window, in member in struct:TkWmInfo
H A DtkMacOSXWm.c233 wmPtr->maxHeight = 0;
2270 wmPtr->maxHeight = height;
3448 if (wmPtr->maxHeight > 0) {
3450 + (wmPtr->maxHeight-wmPtr->reqGridHeight)*wmPtr->heightInc;
3456 max = wmPtr->maxHeight;
4689 int minWidth, minHeight, maxWidth, maxHeight;
4704 GetMaxSize(winPtr, &maxWidth, &maxHeight);
4720 limits.bottom = base + (maxHeight * wmPtr->heightInc);
4725 limits.bottom = maxHeight;
4900 int maxWidth, maxHeight;
4629 int minWidth, minHeight, maxWidth, maxHeight; local
4836 int maxWidth, maxHeight; local
4902 int maxWidth, maxHeight; local
6438 int maxHeight = maxBounds->bottom - maxBounds->top - wmPtr->yInParent; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DWidgetRenderingContext.cpp89 int maxWidth = 0, maxHeight = 0; local
92 gdk_pixmap_get_size(GDK_PIXMAP(drawable), &maxWidth, &maxHeight); local
95 maxHeight = gdk_window_get_height(GDK_WINDOW(drawable));
97 m_targetRect.setSize(m_targetRect.size().shrunkTo(IntSize(maxWidth, maxHeight)));
/macosx-10.10/WebCore-7600.1.25/css/
H A DViewportStyleResolver.cpp90 arguments.maxHeight = getViewportArgumentValue(CSSPropertyMaxHeight);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkPack.c567 int maxWidth, maxHeight, tmp;
607 * maxHeight - Same as maxWidth, except keeps height info.
612 height = maxHeight = Tk_InternalBorderTop(masterPtr->tkwin) +
627 if (tmp > maxHeight) {
628 maxHeight = tmp;
637 if (height > maxHeight) {
638 maxHeight = height;
644 if (maxHeight < Tk_MinReqHeight(masterPtr->tkwin)) {
645 maxHeight = Tk_MinReqHeight(masterPtr->tkwin);
656 || (maxHeight !
562 int maxWidth, maxHeight, tmp; local
[all...]
H A DtkFrame.c1248 int maxWidth, maxHeight;
1276 maxHeight = Tk_Height(tkwin);
1284 maxHeight -= padding;
1285 if (maxHeight < 1) maxHeight = 1;
1290 if (labelframePtr->labelBox.height > maxHeight) {
1291 labelframePtr->labelBox.height = maxHeight;
1240 int maxWidth, maxHeight; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkPack.c571 int maxWidth, maxHeight, tmp;
614 * maxHeight - Same as maxWidth, except keeps height info.
619 height = maxHeight = Tk_InternalBorderTop(masterPtr->tkwin) +
634 if (tmp > maxHeight) {
635 maxHeight = tmp;
644 if (height > maxHeight) {
645 maxHeight = height;
651 if (maxHeight < Tk_MinReqHeight(masterPtr->tkwin)) {
652 maxHeight = Tk_MinReqHeight(masterPtr->tkwin);
664 || (maxHeight !
566 int maxWidth, maxHeight, tmp; local
[all...]
H A DtkFrame.c1260 int maxWidth, maxHeight;
1287 maxHeight = Tk_Height(tkwin);
1295 maxHeight -= padding;
1296 if (maxHeight < 1) maxHeight = 1;
1301 if (labelframePtr->labelBox.height > maxHeight) {
1302 labelframePtr->labelBox.height = maxHeight;
1252 int maxWidth, maxHeight; local
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c249 int maxHeight; local
262 maxHeight = DisplayHeight (dis, screen);
270 wc.height = maxHeight;
316 int maxHeight = DisplayHeight (dis, screen); local
325 wc.height = maxHeight;
330 wc.height = (sizeHints.max_height > maxHeight) ? maxHeight : sizeHints.max_height;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtabset.itk1056 set maxHeight 0
1059 if { $height > $maxHeight } {
1060 set maxHeight $height
1094 -height $maxHeight -width $tabWidth -anchor c
1097 -height $maxHeight -width $tabWidth -anchor c
1116 -height $maxHeight -width $tabWidth -anchor c
1119 -height $maxHeight -width $tabWidth -anchor c
1130 set tabHeight $maxHeight
1154 set tabHeight $maxHeight
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.h52 int maxHeight; member in struct:TreeElementArgs::__anon13259
H A DtkTreeStyle.c115 int minHeight, fixedHeight, maxHeight; member in struct:MElementLink
363 if ((eLink1->maxHeight < 0) ||
364 (eLink1->maxHeight > layout->useHeight))
403 int max = eLink1->maxHeight;
489 if (eLink1->maxHeight > eLink1->minHeight)
490 args.needed.maxHeight = eLink1->maxHeight;
492 args.needed.maxHeight = -1;
511 else if ((eLink1->maxHeight >= 0) &&
512 (height > eLink1->maxHeight))
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOMCSS.mm849 - (NSString *)maxHeight
854 - (void)setMaxHeight:(NSString *)maxHeight
856 [self setProperty:@"max-height" value:maxHeight priority:@""];
H A DDOMCSS.h190 - (NSString *)maxHeight WEBKIT_AVAILABLE_MAC(10_4);
191 - (void)setMaxHeight:(NSString *)maxHeight WEBKIT_AVAILABLE_MAC(10_4);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.h55 @param maxHeight The maximum height of the cursor.
61 unsigned int maxWidth, unsigned int maxHeight );
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DQuickConsole.js120 this.prompt.element.style.maxHeight = maximumAllowedHeight + "px";
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWm.c201 int maxWidth, maxHeight; /* Maximum dimensions of window, in pixels or member in struct:TkWmInfo
1852 int maxWidth, maxHeight;
1872 GetMaxSize(wmPtr, &maxWidth, &maxHeight);
1890 info->ptMaxTrackSize.y = base + (maxHeight * wmPtr->heightInc);
1893 info->ptMaxTrackSize.y = maxHeight + wmPtr->borderHeight;
2018 wmPtr->maxWidth = wmPtr->maxHeight = 0;
3361 ((wmPtr->maxHeight > 0) &&
3362 (HeightOfScreen(Tk_Screen(winPtr)) > wmPtr->maxHeight))) {
4781 wmPtr->maxHeight = height;
6142 if (wmPtr->maxHeight >
1832 int maxWidth, maxHeight; local
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c126 int maxWidth, maxHeight; /* Maximum dimensions of window, in pixels or member in struct:TkWmInfo
589 wmPtr->maxWidth = wmPtr->maxHeight = 0;
2771 wmPtr->maxHeight = height;
4591 if (wmPtr->maxHeight > 0) {
4593 + (wmPtr->maxHeight - wmPtr->reqGridHeight)*wmPtr->heightInc;
4599 max = wmPtr->maxHeight;
4785 int maxWidth, maxHeight;
4799 GetMaxSize(wmPtr, &maxWidth, &maxHeight);
4818 + (maxHeight * wmPtr->heightInc);
4823 hintsPtr->max_height = maxHeight;
4734 int maxWidth, maxHeight; local
[all...]

Completed in 784 milliseconds

12