HomeSort by relevance Sort by last modified time
    Searched refs:Percent (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/platform/
Length.h 35 enum LengthType { Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
51 ASSERT(t != Percent);
57 ASSERT(t == Percent);
64 ASSERT(type() != Percent);
70 double percent() const function in struct:WebCore::Length
72 ASSERT(type() == Percent);
81 ASSERT(t != Percent);
89 ASSERT(!value || type() != Percent);
97 ASSERT(t == Percent);
103 ASSERT(type() == Percent);
    [all...]
Length.cpp 64 return Length(r, Percent);
  /external/webkit/WebCore/platform/graphics/transforms/
TranslateTransformOperation.h 66 return m_x.type() == Percent || m_y.type() == Percent;
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 39 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
53 case Percent:
GraphicsLayerAndroid.cpp 99 if (l.type() == WebCore::Percent) {
100 length.type = SkLength::Percent;
101 length.value = l.percent();
  /external/webkit/WebCore/rendering/style/
FillLayer.h 159 static Length initialFillXPosition(EFillLayerType) { return Length(0.0, Percent); }
160 static Length initialFillYPosition(EFillLayerType) { return Length(0.0, Percent); }
RenderStyle.h     [all...]
  /external/webkit/WebCore/rendering/
AutoTableLayout.cpp 100 if (w.value() > 0 && (int)l.width.type() != Percent) {
115 case Percent:
255 // We substitute 0 percent by (epsilon / percentScaleFactor) percent in two places below to avoid division by zero.
265 int percent = min(m_layoutStruct[i].effWidth.rawValue(), remainingPercent); local
266 float pw = static_cast<float>(m_layoutStruct[i].effMaxWidth) * 100 * percentScaleFactor / max(percent, epsilon);
268 remainingPercent -= percent;
334 case Percent:
385 // all non percent columns in the span get percent values to sum up correctly
395 int percent = static_cast<int>(percentMissing * static_cast<float>(m_layoutStruct[pos].effMaxWidth) \/ totalWidth); local
    [all...]
RenderImage.cpp 554 case Percent:
571 case Percent:
RenderTableSection.cpp 204 case Percent:
210 if (cRowHeight.type() < Percent ||
526 // try to satisfy percent
598 // Force percent height children to lay themselves out again.
    [all...]
RenderLayer.cpp     [all...]
RenderTextControlSingleLine.cpp 512 textBlockStyle->setLineHeight(Length(-100.0f, Percent));
RenderBox.cpp     [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 146 ATTRIBUTE Ascend-MPP-Idle-Percent 254 integer

Completed in 776 milliseconds