Searched refs:computeLength (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.h57 return primitiveValue->computeLength<T>(state.style(), state.rootElementStyle(), zoom);
75 T result = primitiveValue->computeLength<T>(state.style(), state.rootElementStyle(), zoom);
77 T originalLength = primitiveValue->computeLength<T>(state.style(), state.rootElementStyle(), 1.0);
H A DViewportStyleResolver.cpp166 return primitiveValue->computeLength<Length>(m_document->renderStyle(), m_document->renderStyle());
H A DStyleBuilderCustom.cpp280 lineHeight = primitiveValue->computeLength<Length>(state.style(), state.rootElementStyle(), multiplier);
340 static Length mmLength(double mm) { return CSSPrimitiveValue::create(mm, CSSPrimitiveValue::CSS_MM)->computeLength<Length>(0, 0); }
341 static Length inchLength(double inch) { return CSSPrimitiveValue::create(inch, CSSPrimitiveValue::CSS_IN)->computeLength<Length>(0, 0); }
436 width = first->computeLength<Length>(state.style(), state.rootElementStyle());
437 height = second->computeLength<Length>(state.style(), state.rootElementStyle());
455 width = height = primitiveValue->computeLength<Length>(state.style(), state.rootElementStyle());
899 return primitiveValue->computeLength<float>(state.style(), state.rootElementStyle(), zoom);
1464 int x = item->x->computeLength<int>(state.style(), state.rootElementStyle(), zoomFactor);
1465 int y = item->y->computeLength<int>(state.style(), state.rootElementStyle(), zoomFactor);
1466 int blur = item->blur ? item->blur->computeLength<in
[all...]
H A DFilterOperationResolver.cpp488 IntPoint location(item->x->computeLength<int>(style, rootStyle, zoomFactor), item->y->computeLength<int>(style, rootStyle, zoomFactor));
489 int blur = item->blur ? item->blur->computeLength<int>(style, rootStyle, zoomFactor) : 0;
H A DFontBuilder.cpp334 size = primitiveValue->computeLength<float>(parentStyle, rootElementStyle, 1.0, true);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSToStyleMap.cpp249 length = primitiveValue->computeLength<Length>(style(), rootElementStyle(), zoomFactor);
285 length = primitiveValue->computeLength<Length>(style(), rootElementStyle(), zoomFactor);
617 box.m_top = slices->top()->computeLength<Length>(style(), rootElementStyle(), zoom);
624 box.m_right = slices->right()->computeLength<Length>(style(), rootElementStyle(), zoom);
631 box.m_bottom = slices->bottom()->computeLength<Length>(style(), rootElementStyle(), zoom);
638 box.m_left = slices->left()->computeLength<Length>(style(), rootElementStyle(), zoom);
H A DMediaQueryEvaluator.cpp340 static bool computeLength(CSSValue* value, bool strict, RenderStyle* initialStyle, int& result) function in namespace:WebCore
355 result = primitiveValue->computeLength<int>(initialStyle, initialStyle, 1.0 /* multiplier */, true /* computingFontSize */);
371 return computeLength(value, !frame->document()->inQuirksMode(), style, length) && compareValue(static_cast<int>(height), length, op);
387 return computeLength(value, !frame->document()->inQuirksMode(), style, length) && compareValue(static_cast<int>(width), length, op);
403 return computeLength(value, !frame->document()->inQuirksMode(), style, length) && compareValue(height, length, op);
418 return computeLength(value, !frame->document()->inQuirksMode(), style, length) && compareValue(width, length, op);
H A DCSSPrimitiveValue.cpp492 template<> int CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) function in class:WebCore::CSSPrimitiveValue
497 template<> unsigned CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) function in class:WebCore::CSSPrimitiveValue
502 template<> Length CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) function in class:WebCore::CSSPrimitiveValue
507 template<> short CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) function in class:WebCore::CSSPrimitiveValue
512 template<> unsigned short CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) function in class:WebCore::CSSPrimitiveValue
517 template<> float CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) function in class:WebCore::CSSPrimitiveValue
522 template<> double CSSPrimitiveValue::computeLength(const RenderStyle* style, const RenderStyle* rootStyle, float multiplier, bool computingFontSize) function in class:WebCore::CSSPrimitiveValue
H A DCSSCalculationValue.cpp232 return adoptPtr(new CalcExpressionNumber(m_value->computeLength<float>(style, rootStyle, zoom)));
262 return m_value->computeLength<double>(currentStyle, rootStyle, multiplier, computingFontSize);
H A DCSSGradientValue.cpp189 length = stop.m_position->computeLength<float>(style, rootStyle, style->effectiveZoom());
423 return value->computeLength<float>(style, rootStyle, zoomFactor);
901 result = radius->computeLength<float>(style, rootStyle, zoomFactor);
H A DCSSPrimitiveValue.h257 template<typename T> T computeLength(const RenderStyle* currStyle, const RenderStyle* rootStyle, float multiplier = 1.0f, bool computingFontSize = false);
H A DCSSPrimitiveValueMappings.h4335 return computeLength<Length>(style, rootStyle, multiplier, computingFontSize);
4337 return Length(computeLength<double>(style, rootStyle, multiplier), Fixed);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 198 milliseconds