Searched refs:isPercentNotCalculated (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTranslateTransformOperation.h65 return m_x.isPercentNotCalculated() || m_y.isPercentNotCalculated();
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLength.h87 bool isPercentNotCalculated() const; // FIXME: Rename to isPercent.
260 ASSERT(isPercentNotCalculated());
333 inline bool Length::isPercentNotCalculated() const function in class:WebCore::Length
350 return isPercentNotCalculated() || isCalculated();
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DAutoTableLayout.cpp111 if (cellLogicalWidth.isPositive() && (!columnLayout.logicalWidth.isPercentNotCalculated() || cellLogicalWidth.percent() > columnLayout.logicalWidth.percent()))
232 if (m_layoutStruct[i].effectiveLogicalWidth.isPercentNotCalculated()) {
325 if (!columnLayout.effectiveLogicalWidth.isPercentNotCalculated()) {
343 if (cellLogicalWidth.isPercentNotCalculated()) {
386 ASSERT(m_layoutStruct[pos].logicalWidth.isPercentNotCalculated() || m_layoutStruct[pos].effectiveLogicalWidth.isPercentNotCalculated());
388 float percent = m_layoutStruct[pos].logicalWidth.isPercentNotCalculated() ? m_layoutStruct[pos].logicalWidth.percent() : m_layoutStruct[pos].effectiveLogicalWidth.percent();
622 if (logicalWidth.isPercentNotCalculated()) {
H A DFixedTableLayout.cpp228 } else if (m_width[i].isPercentNotCalculated()) {
257 if (m_width[i].isPercentNotCalculated()) {
H A DRenderTableSection.cpp69 if (!cRowLogicalHeight.isPercentNotCalculated() || cRowLogicalHeight.percent() < logicalHeight.percent())
438 if (totalPercent > 0 && m_grid[r].logicalHeight.isPercentNotCalculated()) {
510 else if (m_grid[r].logicalHeight.isPercentNotCalculated())
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLPlugInImageElement.cpp563 return length.isPercentNotCalculated() && length.percent() == 100;
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.cpp454 if (length.isPercentNotCalculated())
708 if (radius.width().isPercentNotCalculated())
712 if (radius.height().isPercentNotCalculated())
722 if (radius.width().isPercentNotCalculated())
1454 if (length.isPercentNotCalculated()) {
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.cpp984 float offsetX = transformOriginX().isPercentNotCalculated() ? boundingBox.x() : 0;
985 float offsetY = transformOriginY().isPercentNotCalculated() ? boundingBox.y() : 0;

Completed in 395 milliseconds