HomeSort by relevance Sort by last modified time
    Searched refs:isPercent (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TranslateTransformOperation.h 76 return m_x.isPercent() || m_y.isPercent();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 96 if (cellLogicalWidth.isPositive() && !columnLayout.logicalWidth.isPercent()) {
113 if (cellLogicalWidth.isPositive() && (!columnLayout.logicalWidth.isPercent() || cellLogicalWidth.value() > columnLayout.logicalWidth.value()))
157 if ((colLogicalWidth.isFixed() || colLogicalWidth.isPercent()) && colLogicalWidth.isZero())
186 if ((tw.isAuto() || tw.isPercent()) && !table->isOutOfFlowPositioned()) {
194 (cb->style()->width().isAuto() || cb->style()->width().isPercent())) {
228 if (m_layoutStruct[i].effectiveLogicalWidth.isPercent()) {
321 if (!columnLayout.effectiveLogicalWidth.isPercent()) {
339 if (cellLogicalWidth.isPercent()) {
350 if (!m_layoutStruct[pos].effectiveLogicalWidth.isPercent())
355 if (!m_layoutStruct[pos].effectiveLogicalWidth.isPercent()) {
    [all...]
FixedTableLayout.cpp 123 if ((colStyleLogicalWidth.isFixed() || colStyleLogicalWidth.isPercent()) && colStyleLogicalWidth.isPositive()) {
203 if (m_table->style()->logicalWidth().isPercent() && maxWidth < tableMaxWidth)
236 } else if (m_width[i].isPercent()) {
265 if (m_width[i].isPercent()) {
RenderSlider.cpp 58 if (!style()->width().isPercent())
RenderDeprecatedFlexibleBox.cpp 378 if (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent())))
677 if (!haveLineClamp && (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))))
    [all...]
RenderImage.cpp 247 style()->logicalWidth().isPercent()
248 || style()->logicalMaxWidth().isPercent()
249 || style()->logicalMinWidth().isPercent();
RenderReplaced.cpp 495 if (style()->logicalWidth().isPercent())
501 if (styleToUse->logicalWidth().isPercent() || styleToUse->logicalMaxWidth().isPercent() || hasRelativeIntrinsicLogicalWidth())
RenderBox.cpp     [all...]
RenderTableSection.cpp 70 if (!(cRowLogicalHeight.isPercent())
71 || (cRowLogicalHeight.isPercent() && cRowLogicalHeight.percent() < logicalHeight.percent()))
316 if (m_grid[row].logicalHeight.isPercent()) {
378 if (!m_grid[row].logicalHeight.isPercent()) {
562 if (m_grid[row].logicalHeight.isPercent()) {
786 if (totalPercent > 0 && m_grid[r].logicalHeight.isPercent()) {
    [all...]
RenderFileUploadControl.cpp 167 if (!style()->width().isPercent())
RenderTextControl.cpp 247 if (!style()->logicalWidth().isPercent())
RenderView.cpp 321 || child->style()->logicalHeight().isPercent()
322 || child->style()->logicalMinHeight().isPercent()
323 || child->style()->logicalMaxHeight().isPercent()
    [all...]
RenderBoxModelObject.cpp 209 if (!logicalHeightLength.isPercent() || isOutOfFlowPositioned() || document().inQuirksMode())
258 || !style()->top().isPercent()
264 || !style()->bottom().isPercent()
425 if (padding.isPercent())
    [all...]
RenderMenuList.cpp 282 if (!style()->width().isPercent())
RenderListBox.cpp 203 if (!style()->width().isPercent())
RenderGrid.cpp 511 if (child->style()->logicalHeight().isPercent())
    [all...]
RenderTable.cpp 355 } else if (styleLogicalHeight.isPercent())
    [all...]
RootInlineBox.cpp     [all...]
RenderObject.cpp 651 if (object->style()->width().isIntrinsicOrAuto() || object->style()->height().isIntrinsicOrAuto() || object->style()->height().isPercent())
863 if (layer->sizeLength().width().isPercent() || layer->sizeLength().height().isPercent())
    [all...]
RenderInline.cpp 697 if (margin.isPercent())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 104 if (intrinsicWidthAttribute.isPercent() && intrinsicHeightAttribute.isPercent()) {
173 if (height.isPercent()) {
436 return svg->intrinsicHeight(SVGSVGElement::IgnoreCSSProperties).isPercent() || svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties).isPercent();
443 return svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties).isPercent();
451 return svg->intrinsicHeight(SVGSVGElement::IgnoreCSSProperties).isPercent();
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 302 return rootElement->intrinsicWidth().isPercent();
313 return rootElement->intrinsicHeight().isPercent();
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 227 bool isPercent() const { return type() == Percent || type() == Calculated; }
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 420 if (image.imageSlices().top().isPercent())
431 if (image.imageSlices().right().isPercent())
440 if (image.imageSlices().bottom().isPercent())
448 if (image.imageSlices().left().isPercent())
578 if (reflection->offset().isPercent())
638 if (l.isPercent() && renderer && renderer->isBox()) {
    [all...]

Completed in 717 milliseconds

1 2