HomeSort by relevance Sort by last modified time
    Searched refs:Fixed (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFenced.cpp 87 newStyle->setPaddingRight(Length(static_cast<int>(gOperatorPadding * style()->fontSize()), Fixed));
RenderMathMLSquareRoot.cpp 188 style()->setPaddingBottom(Length(static_cast<int>(gRootBottomPadding * style()->fontSize()), Fixed));
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
CSSPrimitiveValue.cpp 159 case WebCore::Fixed:
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 527 desc->min.setWidth(Length(0, Fixed));
528 desc->min.setHeight(Length(0, Fixed));
530 desc->max.setWidth(Length(0, Fixed));
531 desc->max.setHeight(Length(0, Fixed));
544 desc->min.setWidth(Length(minw, Fixed));
545 desc->min.setHeight(Length(minh, Fixed));
548 desc->max.setWidth(Length(maxw, Fixed));
549 desc->max.setHeight(Length(maxh, Fixed));
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 192 style->setWidth(Length(indicatorSize, Fixed));
195 style->setHeight(Length(indicatorSize, Fixed));
682 renderObject->style()->setWidth(Length(sliderLength, Fixed));
683 renderObject->style()->setHeight(Length(sliderWidth, Fixed));
687 renderObject->style()->setWidth(Length(sliderWidth, Fixed));
688 renderObject->style()->setHeight(Length(sliderLength, Fixed));
743 style->setWidth(Length(width, Fixed));
744 style->setMinWidth(Length(width, Fixed));
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp 296 object->style()->setWidth(Length(static_cast<int>(thumbImage->width() * zoomLevel), Fixed));
297 object->style()->setHeight(Length(static_cast<int>(thumbImage->height() * zoomLevel), Fixed));
RenderTextControlSingleLine.cpp 274 innerTextRenderer->style()->setHeight(Length(desiredHeight, Fixed));
276 innerBlockRenderer->style()->setHeight(Length(desiredHeight, Fixed));
283 innerTextRenderer->style()->setWidth(Length(desiredWidth, Fixed));
289 innerBlockRenderer->style()->setWidth(Length(innerBlockWidth, Fixed));
737 textBlockStyle->setPaddingLeft(Length(1, Fixed));
738 textBlockStyle->setPaddingRight(Length(1, Fixed));
    [all...]
RenderThemeChromiumWin.cpp 406 o->style()->setWidth(Length(sliderThumbAlongAxis, Fixed));
407 o->style()->setHeight(Length(sliderThumbAcrossAxis, Fixed));
409 o->style()->setWidth(Length(sliderThumbAcrossAxis, Fixed));
410 o->style()->setHeight(Length(sliderThumbAlongAxis, Fixed));
717 style->setWidth(Length(width, Fixed));
718 style->setMinWidth(Length(width, Fixed));
AutoTableLayout.cpp 89 case Fixed:
101 columnLayout.logicalWidth.setValue(Fixed, logicalWidth);
191 // A special case. If this table is not fixed width and contained inside
321 case Fixed:
401 // Give min to variable first, to fixed second, and to others third.
519 case Fixed:
565 // then allocate width to fixed cols
603 // spread over fixed columns
652 // (3) Fixed
    [all...]
RenderBox.cpp 306 // Normally we can do optimized positioning layout for absolute/fixed positioned objects. There is one special case, however, which is
    [all...]
RenderImage.cpp 452 case Fixed:
468 case Fixed:
RenderTableCell.cpp 99 Length colWidthSum = Length(0, Fixed);
111 colWidthSum = Length(colWidthSum.value() + colWidth.value(), Fixed);
123 colWidthSum = Length(max(0, colWidthSum.value() - borderAndPaddingLogicalWidth()), Fixed);
144 // fixed width set on the cell. Even so, it is a WinIE/Moz trait
145 // to make the minwidth of the cell into the fixed width. They do this
299 void RenderTableCell::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& r, bool fixed)
307 RenderBlock::computeRectForRepaint(repaintContainer, r, fixed);
    [all...]
RenderReplaced.cpp 204 return lengthType == Fixed || lengthType == Percent;
RenderLayer.cpp 413 void RenderLayer::updateRepaintRectsAfterScroll(bool fixed)
415 if (fixed || renderer()->style()->position() == FixedPosition) {
417 fixed = true;
419 // Transforms act as fixed position containers, so nothing inside a
420 // transformed element can be fixed relative to the viewport if the
421 // transformed element is not fixed itself or child of a fixed element.
426 child->updateRepaintRectsAfterScroll(fixed);
796 // When using composited fixed elements, they are turned into a stacking
799 // composited fixed elements turned on, this will return true for them
    [all...]
RenderLayerBacking.cpp 153 return (style->transformOriginX().type() == Fixed && style->transformOriginX().value())
154 || (style->transformOriginY().type() == Fixed && style->transformOriginY().value());
214 // If the element has a transform-origin that has fixed lengths, and the renderer has zero size,
    [all...]
  /external/chromium/base/
mime_util_xdg.cc 95 Fixed,
299 if (value == "Fixed")
300 current_info->type = SubDirInfo::Fixed;
327 if (info->type == SubDirInfo::Fixed) {
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m 63 Fixed scale_x, scale_y;
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp 295 true, false, Length(WebCore::Fixed),
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 293 case BitCodeAbbrevOp::Fixed:
BitstreamReader.h 484 case BitCodeAbbrevOp::Fixed:
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp 296 Fixed fontSize = FloatToFixed(fontData->platformData().m_size);
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 150 Fixed fixedSize = SK_Fixed1;
  /external/oprofile/events/x86-64/family11h/
unit_masks 206 0x01 Fixed

Completed in 685 milliseconds

1 23 4