Home
last modified time | relevance | path

Searched refs:computeLengthInt (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/css/
DMediaQueryEvaluator.cpp314 …tic_cast<int>(sg.height()), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootSt… in device_heightMediaFeatureEval()
326 …atic_cast<int>(sg.width()), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootSt… in device_widthMediaFeatureEval()
339 …Value(view->layoutHeight(), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootSt… in heightMediaFeatureEval()
350 …eValue(view->layoutWidth(), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootSt… in widthMediaFeatureEval()
DCSSPrimitiveValue.h139 int computeLengthInt(RenderStyle* currStyle, RenderStyle* rootStyle);
140 int computeLengthInt(RenderStyle* currStyle, RenderStyle* rootStyle, double multiplier);
DSVGCSSStyleSelector.cpp561 int x = item->x->computeLengthInt(style(), m_rootElementStyle); in applySVGProperty()
562 int y = item->y->computeLengthInt(style(), m_rootElementStyle); in applySVGProperty()
563 int blur = item->blur ? item->blur->computeLengthInt(style(), m_rootElementStyle) : 0; in applySVGProperty()
DCSSPrimitiveValue.cpp252 int CSSPrimitiveValue::computeLengthInt(RenderStyle* style, RenderStyle* rootStyle) in computeLengthInt() function in WebCore::CSSPrimitiveValue
257 int CSSPrimitiveValue::computeLengthInt(RenderStyle* style, RenderStyle* rootStyle, double multipli… in computeLengthInt() function in WebCore::CSSPrimitiveValue
DCSSStyleSelector.cpp4005 …width = primitiveValue->computeLengthInt(style(), m_rootElementStyle, useSVGZoomRules(m_element) ?… in applyProperty()
5076 …h = Length(max(intMinForLength, min(intMaxForLength, pair->first()->computeLengthInt(style(), m_ro… in applyProperty()
5080 … = Length(max(intMinForLength, min(intMaxForLength, pair->second()->computeLengthInt(style(), m_ro… in applyProperty()
5113 …m_style->setOutlineOffset(primitiveValue->computeLengthInt(style(), m_rootElementStyle, zoomFactor… in applyProperty()
5151 int x = item->x->computeLengthInt(style(), m_rootElementStyle, zoomFactor); in applyProperty()
5152 int y = item->y->computeLengthInt(style(), m_rootElementStyle, zoomFactor); in applyProperty()
5153 … int blur = item->blur ? item->blur->computeLengthInt(style(), m_rootElementStyle, zoomFactor) : 0; in applyProperty()
5154 …int spread = item->spread ? item->spread->computeLengthInt(style(), m_rootElementStyle, zoomFactor… in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-107246 be computeLengthInt() and computeLengthShort(), respectively, to
7254 (WebCore::CSSPrimitiveValue::computeLengthInt):
DChangeLog-2007-10-1419975 (WebCore::CSSPrimitiveValue::computeLengthInt):
64965 (WebCore::CSSPrimitiveValue::computeLengthInt):
DChangeLog-2008-08-1039442 (WebCore::CSSPrimitiveValue::computeLengthInt):
DChangeLog-2010-01-2986006 (WebCore::CSSPrimitiveValue::computeLengthInt):
DChangeLog-2010-12-0662095 (WebCore::CSSPrimitiveValue::computeLengthInt):