/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | CSSToStyleMap.h | 37 class CSSValue; variable 53 void mapFillAttachment(FillLayer*, CSSValue*) const; 54 void mapFillClip(FillLayer*, CSSValue*) const; 55 void mapFillComposite(FillLayer*, CSSValue*) const; 56 void mapFillBlendMode(FillLayer*, CSSValue*) const; 57 void mapFillOrigin(FillLayer*, CSSValue*) const; 58 void mapFillImage(FillLayer*, CSSValue*); 59 void mapFillRepeatX(FillLayer*, CSSValue*) const; 60 void mapFillRepeatY(FillLayer*, CSSValue*) const; 61 void mapFillSize(FillLayer*, CSSValue*) const; [all …]
|
D | StyleBuilderConverter.h | 46 static PassRefPtr<StyleReflection> convertBoxReflect(StyleResolverState&, CSSValue*); 47 static AtomicString convertFragmentIdentifier(StyleResolverState&, CSSValue*); 48 static Color convertColor(StyleResolverState&, CSSValue*, bool forVisitedLink = false); 49 template <typename T> static T convertComputedLength(StyleResolverState&, CSSValue*); 50 static LengthBox convertClip(StyleResolverState&, CSSValue*); 51 template <typename T> static T convertFlags(StyleResolverState&, CSSValue*); 52 … static PassRefPtr<FontFeatureSettings> convertFontFeatureSettings(StyleResolverState&, CSSValue*); 53 static FontDescription::Size convertFontSize(StyleResolverState&, CSSValue*); 54 static FontWeight convertFontWeight(StyleResolverState&, CSSValue*); 55 …atic FontDescription::VariantLigatures convertFontVariantLigatures(StyleResolverState&, CSSValue*); [all …]
|
D | StyleBuilderConverter.cpp | 61 …yleReflection> StyleBuilderConverter::convertBoxReflect(StyleResolverState& state, CSSValue* value) in convertBoxReflect() 81 Color StyleBuilderConverter::convertColor(StyleResolverState& state, CSSValue* value, bool forVisit… in convertColor() 87 AtomicString StyleBuilderConverter::convertFragmentIdentifier(StyleResolverState& state, CSSValue* … in convertFragmentIdentifier() 95 LengthBox StyleBuilderConverter::convertClip(StyleResolverState& state, CSSValue* value) in convertClip() 105 …ings> StyleBuilderConverter::convertFontFeatureSettings(StyleResolverState& state, CSSValue* value) in convertFontFeatureSettings() 152 FontDescription::Size StyleBuilderConverter::convertFontSize(StyleResolverState& state, CSSValue* v… in convertFontSize() 191 FontWeight StyleBuilderConverter::convertFontWeight(StyleResolverState& state, CSSValue* value) in convertFontWeight() 204 …tLigatures StyleBuilderConverter::convertFontVariantLigatures(StyleResolverState&, CSSValue* value) in convertFontVariantLigatures() 210 CSSValue* item = valueList->item(i); in convertFontVariantLigatures() 250 EGlyphOrientation StyleBuilderConverter::convertGlyphOrientation(StyleResolverState&, CSSValue* val… in convertGlyphOrientation() [all …]
|
D | CSSToStyleMap.cpp | 50 PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value) in styleImage() 55 void CSSToStyleMap::mapFillAttachment(FillLayer* layer, CSSValue* value) const in mapFillAttachment() 81 void CSSToStyleMap::mapFillClip(FillLayer* layer, CSSValue* value) const in mapFillClip() 95 void CSSToStyleMap::mapFillComposite(FillLayer* layer, CSSValue* value) const in mapFillComposite() 109 void CSSToStyleMap::mapFillBlendMode(FillLayer* layer, CSSValue* value) const in mapFillBlendMode() 123 void CSSToStyleMap::mapFillOrigin(FillLayer* layer, CSSValue* value) const in mapFillOrigin() 138 void CSSToStyleMap::mapFillImage(FillLayer* layer, CSSValue* value) in mapFillImage() 149 void CSSToStyleMap::mapFillRepeatX(FillLayer* layer, CSSValue* value) const in mapFillRepeatX() 163 void CSSToStyleMap::mapFillRepeatY(FillLayer* layer, CSSValue* value) const in mapFillRepeatY() 177 void CSSToStyleMap::mapFillSize(FillLayer* layer, CSSValue* value) const in mapFillSize() [all …]
|
D | StyleBuilderCustom.cpp | 107 void StyleBuilder::applyProperty(CSSPropertyID id, StyleResolverState& state, CSSValue* value) in applyProperty() 146 void StyleBuilderFunctions::applyValueCSSPropertyColor(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyColor() 175 void StyleBuilderFunctions::applyValueCSSPropertyJustifyItems(StyleResolverState& state, CSSValue* … in applyValueCSSPropertyJustifyItems() 204 void StyleBuilderFunctions::applyValueCSSPropertyCursor(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyCursor() 212 CSSValue* item = list->item(i); in applyValueCSSPropertyCursor() 227 void StyleBuilderFunctions::applyValueCSSPropertyDirection(StyleResolverState& state, CSSValue* val… in applyValueCSSPropertyDirection() 245 void StyleBuilderFunctions::applyValueCSSPropertyFontFamily(StyleResolverState& state, CSSValue* va… in applyValueCSSPropertyFontFamily() 250 …unctions::applyValueCSSPropertyGlyphOrientationVertical(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyGlyphOrientationVertical() 272 …uilderFunctions::applyValueCSSPropertyGridTemplateAreas(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyGridTemplateAreas() 295 void StyleBuilderFunctions::applyValueCSSPropertyLineHeight(StyleResolverState& state, CSSValue* va… in applyValueCSSPropertyLineHeight() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSPropertyParser.h | 46 class CSSValue; variable 84 …void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool importa… 85 …void addProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit = … 87 void addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue>, bool); 94 PassRefPtrWillBeRawPtr<CSSValue> parseQuotes(); 96 PassRefPtrWillBeRawPtr<CSSValue> parseAttr(CSSParserValueList* args); 98 PassRefPtrWillBeRawPtr<CSSValue> parseBackgroundColor(); 100 bool parseFillImage(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&); 105 PassRefPtrWillBeRawPtr<CSSValue> parseFillPositionX(CSSParserValueList*); 106 PassRefPtrWillBeRawPtr<CSSValue> parseFillPositionY(CSSParserValueList*); [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSValueList.h | 30 class CSSValueList : public CSSValue { 46 CSSValue* item(size_t index) { return m_values[index].get(); } in item() 47 const CSSValue* item(size_t index) const { return m_values[index].get(); } in item() 48 …CSSValue* itemWithBoundsCheck(size_t index) { return index < m_values.size() ? m_values[index].get… in itemWithBoundsCheck() 50 void append(PassRefPtrWillBeRawPtr<CSSValue> value) { m_values.append(value); } in append() 51 void prepend(PassRefPtrWillBeRawPtr<CSSValue> value) { m_values.prepend(value); } in prepend() 52 bool removeAll(CSSValue*); 53 bool hasValue(CSSValue*) const; 58 bool equals(const CSSValue&) const; 73 WillBeHeapVector<RefPtrWillBeMember<CSSValue>, 4> m_values; [all …]
|
D | CSSValueList.cpp | 30 : CSSValue(classType) in CSSValueList() 36 : CSSValue(ValueListClass) in CSSValueList() 41 bool CSSValueList::removeAll(CSSValue* val) in removeAll() 45 RefPtrWillBeMember<CSSValue>& value = m_values.at(index); in removeAll() 55 bool CSSValueList::hasValue(CSSValue* val) const in hasValue() 58 const RefPtrWillBeMember<CSSValue>& value = m_values.at(index); in hasValue() 122 bool CSSValueList::equals(const CSSValue& other) const in equals() 127 const RefPtrWillBeMember<CSSValue>& value = m_values[0]; in equals() 141 : CSSValue(cloneFrom.classType(), /* isCSSOMSafe */ true) in CSSValueList() 157 CSSValue::traceAfterDispatch(visitor); in traceAfterDispatch()
|
D | CSSBorderImage.h | 29 …eValue(PassRefPtrWillBeRawPtr<CSSValue> image, PassRefPtrWillBeRawPtr<CSSValue> imageSlice, PassRe… 30 PassRefPtrWillBeRawPtr<CSSValue> outset, PassRefPtrWillBeRawPtr<CSSValue> repeat);
|
D | CSSReflectValue.h | 37 class CSSReflectValue : public CSSValue { 40 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask) in create() 47 CSSValue* mask() const { return m_mask.get(); } in mask() 56 …direction, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask) in CSSReflectValue() 57 : CSSValue(ReflectClass) in CSSReflectValue() 66 RefPtrWillBeMember<CSSValue> m_mask;
|
D | CSSValue.cpp | 79 COMPILE_ASSERT(sizeof(CSSValue) <= sizeof(SameSizeAsCSSValue), CSS_value_should_stay_small); 81 class TextCloneCSSValue : public CSSValue { 90 void traceAfterDispatch(Visitor* visitor) { CSSValue::traceAfterDispatch(visitor); } in traceAfterDispatch() 94 : CSSValue(classType, /*isCSSOMSafe*/ true) in TextCloneCSSValue() 105 bool CSSValue::isImplicitInitialValue() const in isImplicitInitialValue() 110 CSSValue::Type CSSValue::cssValueType() const in cssValueType() 123 bool CSSValue::hasFailedOrCanceledSubresources() const in hasFailedOrCanceledSubresources() 143 inline static bool compareCSSValues(const CSSValue& first, const CSSValue& second) in compareCSSValues() 148 bool CSSValue::equals(const CSSValue& other) const in equals() 226 String CSSValue::cssText() const in cssText() [all …]
|
D | CSSComputedStyleDeclaration.h | 67 …PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(CSSPropertyID, EUpdateLayout = UpdateLayout) … 68 PassRefPtrWillBeRawPtr<CSSValue> getFontSizeCSSValuePreferringKeyword() const; 70 PassRefPtrWillBeRawPtr<CSSValue> getSVGPropertyCSSValue(CSSPropertyID, EUpdateLayout) const; 91 … virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) OVERRIDE; 100 virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) OVERRIDE; 104 virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const OVERRIDE; 106 …PassRefPtrWillBeRawPtr<CSSValue> valueForShadowData(const ShadowData&, const RenderStyle&, bool us… 107 …PassRefPtrWillBeRawPtr<CSSValue> valueForShadowList(const ShadowList*, const RenderStyle&, bool us… 110 PassRefPtrWillBeRawPtr<CSSValue> valueForFilter(const RenderObject*, const RenderStyle&) const;
|
D | StylePropertySet.h | 73 const CSSValue* value() const { return propertyValue(); } in value() 75 CSSValue* value() { return const_cast<CSSValue*>(propertyValue()); } in value() 78 …CSSProperty() const { return CSSProperty(propertyMetadata(), const_cast<CSSValue*>(propertyValue()… in toCSSProperty() 83 const CSSValue* propertyValue() const; 95 PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(CSSPropertyID) const; 123 bool propertyMatches(CSSPropertyID, const CSSValue*) const; 158 const RawPtrWillBeMember<CSSValue>* valueArray() const; 175 inline const RawPtrWillBeMember<CSSValue>* ImmutableStylePropertySet::valueArray() const in valueArray() 177 …return reinterpret_cast<const RawPtrWillBeMember<CSSValue>*>(const_cast<const void**>(&(this->m_st… in valueArray() 182 …terpret_cast<const char*>(&(this->m_storage))[m_arraySize * sizeof(RawPtrWillBeMember<CSSValue>)]); in metadataArray() [all …]
|
D | CSSValueTestHelper.h | 52 char(&IsNullLiteralHelper(const blink::CSSValue&))[2]; 59 inline bool operator==(const CSSValue& a, const CSSValue& b) 64 inline void PrintTo(const CSSValue& cssValue, ::std::ostream* os, const char* typeName = "CSSValue") 71 PrintTo(static_cast<const CSSValue&>(cssValue), os, typeName);
|
D | FontFace.h | 118 void initCSSFontFace(Document*, PassRefPtrWillBeRawPtr<CSSValue> src); 122 bool setPropertyValue(PassRefPtrWillBeRawPtr<CSSValue>, CSSPropertyID); 130 RefPtrWillBeMember<CSSValue> m_src; 131 RefPtrWillBeMember<CSSValue> m_style; 132 RefPtrWillBeMember<CSSValue> m_weight; 133 RefPtrWillBeMember<CSSValue> m_stretch; 134 RefPtrWillBeMember<CSSValue> m_unicodeRange; 135 RefPtrWillBeMember<CSSValue> m_variant; 136 RefPtrWillBeMember<CSSValue> m_featureSettings;
|
D | CSSPrimitiveValueMappings.h | 57 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() 70 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() 96 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() 109 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() 128 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() 167 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() 193 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() 228 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() 259 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() 312 : CSSValue(PrimitiveClass) in CSSPrimitiveValue() [all …]
|
D | CSSTimingFunctionValue.h | 35 class CSSCubicBezierTimingFunctionValue : public CSSValue { 51 void traceAfterDispatch(Visitor* visitor) { CSSValue::traceAfterDispatch(visitor); } in traceAfterDispatch() 55 : CSSValue(CubicBezierTimingFunctionClass) in CSSCubicBezierTimingFunctionValue() 71 class CSSStepsTimingFunctionValue : public CSSValue { 85 void traceAfterDispatch(Visitor* visitor) { CSSValue::traceAfterDispatch(visitor); } in traceAfterDispatch() 89 : CSSValue(StepsTimingFunctionClass) in CSSStepsTimingFunctionValue()
|
D | CSSBorderImage.cpp | 25 …List> createBorderImageValue(PassRefPtrWillBeRawPtr<CSSValue> image, PassRefPtrWillBeRawPtr<CSSVal… in createBorderImageValue() 26 …PassRefPtrWillBeRawPtr<CSSValue> borderSlice, PassRefPtrWillBeRawPtr<CSSValue> outset, PassRefPtrW… in createBorderImageValue()
|
D | CSSCrossfadeValue.h | 45 …<CSSCrossfadeValue> create(PassRefPtrWillBeRawPtr<CSSValue> fromValue, PassRefPtrWillBeRawPtr<CSSV… in create() 72 …CSSCrossfadeValue(PassRefPtrWillBeRawPtr<CSSValue> fromValue, PassRefPtrWillBeRawPtr<CSSValue> toV… in CSSCrossfadeValue() 96 RefPtrWillBeMember<CSSValue> m_fromValue; 97 RefPtrWillBeMember<CSSValue> m_toValue;
|
D | PropertySetCSSStyleDeclaration.h | 36 class CSSValue; variable 53 …virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) OVERRIDE … 62 …virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) OVERRIDE FINAL; 66 virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const OVERRIDE FINAL; 69 CSSValue* cloneAndCacheForCSSOM(CSSValue*); 77 …OwnPtrWillBeMember<WillBeHeapHashMap<RawPtrWillBeMember<CSSValue>, RefPtrWillBeMember<CSSValue> > …
|
D | StylePropertySerializer.cpp | 329 … RefPtrWillBeRawPtr<CSSValue> value = m_propertySet.getPropertyCSSValue(CSSPropertyMarkerStart); in getPropertyValue() 343 …RefPtrWillBeRawPtr<CSSValue> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.propert… in borderSpacingValue() 344 …RefPtrWillBeRawPtr<CSSValue> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.propertie… in borderSpacingValue() 485 WillBeHeapVector<RefPtrWillBeMember<CSSValue> > values(size); in getLayeredShorthandValue() 512 RefPtrWillBeRawPtr<CSSValue> value = nullptr; in getLayeredShorthandValue() 539 RefPtrWillBeRawPtr<CSSValue> yValue = nullptr; in getLayeredShorthandValue() 540 RefPtrWillBeRawPtr<CSSValue> nextValue = values[j + 1]; in getLayeredShorthandValue() 636 … RefPtrWillBeRawPtr<CSSValue> value = m_propertySet.getPropertyCSSValue(shorthand.properties()[i]); in getShorthandValue() 665 … RefPtrWillBeRawPtr<CSSValue> value = m_propertySet.getPropertyCSSValue(shorthand.properties()[i]); in getCommonValue() 713 …pendBackgroundRepeatValue(StringBuilder& builder, const CSSValue& repeatXCSSValue, const CSSValue&… in appendBackgroundRepeatValue() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | DeferredLegacyStyleInterpolation.h | 22 …cyStyleInterpolation> create(PassRefPtrWillBeRawPtr<CSSValue> start, PassRefPtrWillBeRawPtr<CSSVal… in create() 31 static bool interpolationRequiresStyleResolve(const CSSValue&); 40 …rredLegacyStyleInterpolation(PassRefPtrWillBeRawPtr<CSSValue> start, PassRefPtrWillBeRawPtr<CSSVal… in DeferredLegacyStyleInterpolation() 47 RefPtrWillBeMember<CSSValue> m_startCSSValue; 48 RefPtrWillBeMember<CSSValue> m_endCSSValue;
|
D | DefaultStyleInterpolation.h | 15 …static PassRefPtrWillBeRawPtr<DefaultStyleInterpolation> create(CSSValue* start, CSSValue* end, CS… in create() 33 DefaultStyleInterpolation(CSSValue* start, CSSValue* end, CSSPropertyID id) in DefaultStyleInterpolation() 40 RefPtrWillBeMember<CSSValue> m_startCSSValue; 41 RefPtrWillBeMember<CSSValue> m_endCSSValue;
|
D | LengthStyleInterpolation.h | 15 …static PassRefPtrWillBeRawPtr<LengthStyleInterpolation> create(CSSValue* start, CSSValue* end, CSS… in create() 20 static bool canCreateFrom(const CSSValue&); 32 static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthToInterpolableValue(CSSValue*); 33 … static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToLength(InterpolableValue*, ValueRange);
|
D | LengthStyleInterpolationTest.cpp | 17 static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthToInterpolableValue(CSSValue* value) in lengthToInterpolableValue() 22 …static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToLength(InterpolableValue* value, ValueR… in interpolableValueToLength() 27 static PassRefPtrWillBeRawPtr<CSSValue> roundTrip(PassRefPtrWillBeRawPtr<CSSValue> value) in roundTrip() 32 …static void testPrimitiveValue(RefPtrWillBeRawPtr<CSSValue> value, double doubleValue, CSSPrimitiv… in testPrimitiveValue() 84 …RefPtrWillBeRawPtr<CSSValue> value = roundTrip(CSSPrimitiveValue::create(0, CSSPrimitiveValue::CSS… in TEST_F() 93 …RefPtrWillBeRawPtr<CSSValue> value = roundTrip(CSSPrimitiveValue::create(10, CSSPrimitiveValue::CS… in TEST_F() 105 RefPtrWillBeRawPtr<CSSValue> value = CSSPrimitiveValue::create(-10, CSSPrimitiveValue::CSS_EMS); in TEST_F()
|