Searched defs:CSSPrimitiveValue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp22 #include "core/css/CSSPrimitiveValue.h"
55 static inline bool isValidCSSUnitTypeForDoubleConversion(CSSPrimitiveValue::UnitTypes unitType)
58 case CSSPrimitiveValue::CSS_CALC:
59 case CSSPrimitiveValue::CSS_CALC_PERCENTAGE_WITH_NUMBER:
60 case CSSPrimitiveValue::CSS_CALC_PERCENTAGE_WITH_LENGTH:
61 case CSSPrimitiveValue::CSS_CM:
62 case CSSPrimitiveValue::CSS_DEG:
63 case CSSPrimitiveValue::CSS_DIMENSION:
64 case CSSPrimitiveValue::CSS_DPPX:
65 case CSSPrimitiveValue
233 CSSPrimitiveValue::CSSPrimitiveValue(CSSValueID valueID) function in class:WebCore::CSSPrimitiveValue
240 CSSPrimitiveValue::CSSPrimitiveValue(CSSPropertyID propertyID) function in class:WebCore::CSSPrimitiveValue
247 CSSPrimitiveValue::CSSPrimitiveValue(int parserOperator) function in class:WebCore::CSSPrimitiveValue
254 CSSPrimitiveValue::CSSPrimitiveValue(double num, UnitTypes type) function in class:WebCore::CSSPrimitiveValue
262 CSSPrimitiveValue::CSSPrimitiveValue(const String& str, UnitTypes type) function in class:WebCore::CSSPrimitiveValue
271 CSSPrimitiveValue::CSSPrimitiveValue(RGBA32 color) function in class:WebCore::CSSPrimitiveValue
278 CSSPrimitiveValue::CSSPrimitiveValue(const Length& length) function in class:WebCore::CSSPrimitiveValue
[all...]
H A DCSSPrimitiveValue.h67 class CSSPrimitiveValue : public CSSValue { class in namespace:WebCore
151 static UnitCategory unitCategory(CSSPrimitiveValue::UnitTypes);
201 static PassRefPtr<CSSPrimitiveValue> createIdentifier(CSSValueID valueID) { return adoptRef(new CSSPrimitiveValue(valueID)); }
202 static PassRefPtr<CSSPrimitiveValue> createIdentifier(CSSPropertyID propertyID) { return adoptRef(new CSSPrimitiveValue(propertyID)); }
203 static PassRefPtr<CSSPrimitiveValue> createParserOperator(int parserOperator) { return adoptRef(new CSSPrimitiveValue(parserOperator)); }
204 static PassRefPtr<CSSPrimitiveValue> createColor(unsigned rgbValue) { return adoptRef(new CSSPrimitiveValue(rgbValu
339 template<typename T> CSSPrimitiveValue(T* val) function in class:WebCore::CSSPrimitiveValue
345 template<typename T> CSSPrimitiveValue(PassRefPtr<T> val) function in class:WebCore::CSSPrimitiveValue
[all...]
H A DCSSPrimitiveValueMappings.h35 #include "core/css/CSSPrimitiveValue.h"
54 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(short i) function in class:WebCore::CSSPrimitiveValue
61 template<> inline CSSPrimitiveValue::operator short() const
70 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(unsigned short i) function in class:WebCore::CSSPrimitiveValue
77 template<> inline CSSPrimitiveValue::operator unsigned short() const
86 template<> inline CSSPrimitiveValue::operator int() const
95 template<> inline CSSPrimitiveValue::operator unsigned() const
105 template<> inline CSSPrimitiveValue function in class:WebCore::CSSPrimitiveValue
121 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LineClampValue i) function in class:WebCore::CSSPrimitiveValue
140 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(CSSReflectionDirection e) function in class:WebCore::CSSPrimitiveValue
179 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ColumnSpan columnSpan) function in class:WebCore::CSSPrimitiveValue
214 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(PrintColorAdjust value) function in class:WebCore::CSSPrimitiveValue
245 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBorderStyle e) function in class:WebCore::CSSPrimitiveValue
298 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(CompositeOperator e) function in class:WebCore::CSSPrimitiveValue
386 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ControlPart e) function in class:WebCore::CSSPrimitiveValue
572 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBackfaceVisibility e) function in class:WebCore::CSSPrimitiveValue
603 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillAttachment e) function in class:WebCore::CSSPrimitiveValue
638 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillBox e) function in class:WebCore::CSSPrimitiveValue
682 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillRepeat e) function in class:WebCore::CSSPrimitiveValue
722 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxPack e) function in class:WebCore::CSSPrimitiveValue
762 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxAlignment e) function in class:WebCore::CSSPrimitiveValue
807 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxDecorationBreak e) function in class:WebCore::CSSPrimitiveValue
837 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(BackgroundEdgeOrigin e) function in class:WebCore::CSSPrimitiveValue
877 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxSizing e) function in class:WebCore::CSSPrimitiveValue
907 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxDirection e) function in class:WebCore::CSSPrimitiveValue
937 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxLines e) function in class:WebCore::CSSPrimitiveValue
967 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxOrient e) function in class:WebCore::CSSPrimitiveValue
999 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ECaptionSide e) function in class:WebCore::CSSPrimitiveValue
1039 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EClear e) function in class:WebCore::CSSPrimitiveValue
1079 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ECursor e) function in class:WebCore::CSSPrimitiveValue
1205 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EDisplay e) function in class:WebCore::CSSPrimitiveValue
1301 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EEmptyCell e) function in class:WebCore::CSSPrimitiveValue
1331 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EAlignItems e) function in class:WebCore::CSSPrimitiveValue
1381 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EJustifyContent e) function in class:WebCore::CSSPrimitiveValue
1426 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFlexDirection e) function in class:WebCore::CSSPrimitiveValue
1466 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EAlignContent e) function in class:WebCore::CSSPrimitiveValue
1516 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFlexWrap e) function in class:WebCore::CSSPrimitiveValue
1551 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFloat e) function in class:WebCore::CSSPrimitiveValue
1587 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LineBreak e) function in class:WebCore::CSSPrimitiveValue
1632 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EListStylePosition e) function in class:WebCore::CSSPrimitiveValue
1662 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EListStyleType e) function in class:WebCore::CSSPrimitiveValue
1924 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EMarginCollapse e) function in class:WebCore::CSSPrimitiveValue
1959 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EMarqueeBehavior e) function in class:WebCore::CSSPrimitiveValue
1999 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(RegionFragment e) function in class:WebCore::CSSPrimitiveValue
2029 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EMarqueeDirection e) function in class:WebCore::CSSPrimitiveValue
2086 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EOverflow e) function in class:WebCore::CSSPrimitiveValue
2141 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EPageBreak e) function in class:WebCore::CSSPrimitiveValue
2178 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EPosition e) function in class:WebCore::CSSPrimitiveValue
2223 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EResize e) function in class:WebCore::CSSPrimitiveValue
2266 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ETableLayout e) function in class:WebCore::CSSPrimitiveValue
2296 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ETextAlign e) function in class:WebCore::CSSPrimitiveValue
2345 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextAlignLast e) function in class:WebCore::CSSPrimitiveValue
2445 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextUnderlinePosition e) function in class:WebCore::CSSPrimitiveValue
2485 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ETextSecurity e) function in class:WebCore::CSSPrimitiveValue
2525 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ETextTransform e) function in class:WebCore::CSSPrimitiveValue
2565 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EUnicodeBidi e) function in class:WebCore::CSSPrimitiveValue
2615 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EUserDrag e) function in class:WebCore::CSSPrimitiveValue
2652 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EUserModify e) function in class:WebCore::CSSPrimitiveValue
2687 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EUserSelect e) function in class:WebCore::CSSPrimitiveValue
2724 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EVerticalAlign a) function in class:WebCore::CSSPrimitiveValue
2791 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EVisibility e) function in class:WebCore::CSSPrimitiveValue
2826 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWhiteSpace e) function in class:WebCore::CSSPrimitiveValue
2876 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWordBreak e) function in class:WebCore::CSSPrimitiveValue
2911 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EOverflowWrap e) function in class:WebCore::CSSPrimitiveValue
2941 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextDirection e) function in class:WebCore::CSSPrimitiveValue
2971 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(WritingMode e) function in class:WebCore::CSSPrimitiveValue
3011 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextCombine e) function in class:WebCore::CSSPrimitiveValue
3041 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(RubyPosition position) function in class:WebCore::CSSPrimitiveValue
3071 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextEmphasisPosition position) function in class:WebCore::CSSPrimitiveValue
3101 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOverflow overflow) function in class:WebCore::CSSPrimitiveValue
3131 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextEmphasisFill fill) function in class:WebCore::CSSPrimitiveValue
3161 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextEmphasisMark mark) function in class:WebCore::CSSPrimitiveValue
3214 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOrientation e) function in class:WebCore::CSSPrimitiveValue
3254 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EPointerEvents e) function in class:WebCore::CSSPrimitiveValue
3324 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontDescription::Kerning kerning) function in class:WebCore::CSSPrimitiveValue
3362 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontSmoothingMode smoothing) function in class:WebCore::CSSPrimitiveValue
3405 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontWeight weight) function in class:WebCore::CSSPrimitiveValue
3477 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontItalic italic) function in class:WebCore::CSSPrimitiveValue
3511 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontSmallCaps smallCaps) function in class:WebCore::CSSPrimitiveValue
3543 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextRenderingMode e) function in class:WebCore::CSSPrimitiveValue
3583 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LineSnap gridSnap) function in class:WebCore::CSSPrimitiveValue
3618 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LineAlign lineAlign) function in class:WebCore::CSSPrimitiveValue
3648 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ESpeak e) function in class:WebCore::CSSPrimitiveValue
3690 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(Order e) function in class:WebCore::CSSPrimitiveValue
3728 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(BlendMode blendMode) function in class:WebCore::CSSPrimitiveValue
3828 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LineCap e) function in class:WebCore::CSSPrimitiveValue
3863 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(LineJoin e) function in class:WebCore::CSSPrimitiveValue
3898 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(WindRule e) function in class:WebCore::CSSPrimitiveValue
3929 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EAlignmentBaseline e) function in class:WebCore::CSSPrimitiveValue
4009 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBorderCollapse e) function in class:WebCore::CSSPrimitiveValue
4039 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBorderFit e) function in class:WebCore::CSSPrimitiveValue
4069 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EImageRendering e) function in class:WebCore::CSSPrimitiveValue
4109 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ETransformStyle3D e) function in class:WebCore::CSSPrimitiveValue
4139 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ColumnAxis e) function in class:WebCore::CSSPrimitiveValue
4174 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ColumnProgression e) function in class:WebCore::CSSPrimitiveValue
4204 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(WrapFlow wrapFlow) function in class:WebCore::CSSPrimitiveValue
4254 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(WrapThrough wrapThrough) function in class:WebCore::CSSPrimitiveValue
4303 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(GridAutoFlow flow) function in class:WebCore::CSSPrimitiveValue
4351 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBufferedRendering e) function in class:WebCore::CSSPrimitiveValue
4386 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EColorInterpolation e) function in class:WebCore::CSSPrimitiveValue
4421 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EColorRendering e) function in class:WebCore::CSSPrimitiveValue
4456 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EDominantBaseline e) function in class:WebCore::CSSPrimitiveValue
4536 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EShapeRendering e) function in class:WebCore::CSSPrimitiveValue
4576 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ETextAnchor e) function in class:WebCore::CSSPrimitiveValue
4611 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(SVGWritingMode e) function in class:WebCore::CSSPrimitiveValue
4661 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EVectorEffect e) function in class:WebCore::CSSPrimitiveValue
4691 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EMaskType e) function in class:WebCore::CSSPrimitiveValue
4721 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TouchAction t) function in class:WebCore::CSSPrimitiveValue
[all...]

Completed in 166 milliseconds