/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StylePropertyShorthandCustom.cpp | 27 const StylePropertyShorthand& borderShorthandForParsing() in borderShorthandForParsing() 30 static const StylePropertyShorthand* propertiesForInitialization[] = { in borderShorthandForParsing() 35 …DEFINE_STATIC_LOCAL(StylePropertyShorthand, borderForParsingLonghands, (CSSPropertyBorder, borderS… in borderShorthandForParsing() 39 const StylePropertyShorthand& animationShorthandForParsing() in animationShorthandForParsing() 60 …DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitAnimationLonghandsForParsing, (CSSPropertyAnimat… in animationShorthandForParsing() 64 const StylePropertyShorthand& webkitAnimationShorthandForParsing() in webkitAnimationShorthandForParsing() 85 …DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitAnimationLonghandsForParsing, (CSSPropertyWebkit… in webkitAnimationShorthandForParsing() 90 const StylePropertyShorthand& parsingShorthandForProperty(CSSPropertyID propertyID) in parsingShorthandForProperty() 116 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand… in indexOfShorthandForLonghand() argument
|
D | StylePropertySerializer.h | 39 String getCommonValue(const StylePropertyShorthand&) const; 42 String getLayeredShorthandValue(const StylePropertyShorthand&) const; 43 String get4Values(const StylePropertyShorthand&) const; 44 String borderSpacingValue(const StylePropertyShorthand&) const; 45 String getShorthandValue(const StylePropertyShorthand&) const;
|
D | CSSComputedStyleDeclaration.h | 48 class StylePropertyShorthand; variable 138 PassRefPtr<CSSValueList> valuesForShorthandProperty(const StylePropertyShorthand&) const; 139 PassRefPtr<CSSValueList> valuesForSidesShorthand(const StylePropertyShorthand&) const; 141 PassRefPtr<CSSValueList> valuesForGridShorthand(const StylePropertyShorthand&) const;
|
D | StylePropertySerializer.cpp | 400 String StylePropertySerializer::borderSpacingValue(const StylePropertyShorthand& shorthand) const in borderSpacingValue() 482 String StylePropertySerializer::get4Values(const StylePropertyShorthand& shorthand) const in get4Values() 536 String StylePropertySerializer::getLayeredShorthandValue(const StylePropertyShorthand& shorthand) c… in getLayeredShorthandValue() 684 String StylePropertySerializer::getShorthandValue(const StylePropertyShorthand& shorthand) const in getShorthandValue() 714 String StylePropertySerializer::getCommonValue(const StylePropertyShorthand& shorthand) const in getCommonValue() 741 …const StylePropertyShorthand properties[3] = { borderWidthShorthand(), borderStyleShorthand(), bor… in borderPropertyValue()
|
D | CSSProperty.cpp | 42 Vector<StylePropertyShorthand, 4> shorthands; in shorthandID() 58 …tion, WritingMode writingMode, LogicalBoxSide logicalSide, const StylePropertyShorthand& shorthand) in resolveToPhysicalProperty() 172 static const StylePropertyShorthand& borderDirections() in borderDirections() 175 …DEFINE_STATIC_LOCAL(StylePropertyShorthand, borderDirections, (CSSPropertyBorder, properties, WTF_… in borderDirections()
|
D | StylePropertySet.cpp | 148 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); in removeShorthandProperty() 158 StylePropertyShorthand shorthandPrefixingVariant = shorthandForProperty(prefixingVariant); in removeShorthandProperty() 204 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); in propertyIsImportant() 245 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); in setProperty() 277 Vector<StylePropertyShorthand, 4> shorthands; in getIndexInShorthandVectorForPrefixingVariant()
|
D | StylePropertySet.h | 42 class StylePropertyShorthand; variable
|
D | CSSParser.h | 66 class StylePropertyShorthand; variable 125 bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important);
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | StylePropertyShorthand.h.tmpl | 30 class StylePropertyShorthand { 33 StylePropertyShorthand() 41 … StylePropertyShorthand(CSSPropertyID id, const CSSPropertyID* properties, unsigned numProperties) 49 …StylePropertyShorthand(CSSPropertyID id, const CSSPropertyID* properties, const StylePropertyShort… 58 …const StylePropertyShorthand** propertiesForInitialization() const { return m_propertiesForInitial… 64 const StylePropertyShorthand** m_propertiesForInitialization; 71 const StylePropertyShorthand& {{ camel_case_name }}Shorthand(); 75 const StylePropertyShorthand& parsingShorthandForProperty(CSSPropertyID); 78 const StylePropertyShorthand& shorthandForProperty(CSSPropertyID); 82 void getMatchingShorthandsForLonghand(CSSPropertyID, Vector<StylePropertyShorthand, 4>* result); [all …]
|
D | StylePropertyShorthand.cpp.tmpl | 23 #include "StylePropertyShorthand.h" 33 const StylePropertyShorthand& {{ property.camel_case_name }}Shorthand() 40 …DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{ property.camel_case_name }}Longhands, ({{ property_… 46 const StylePropertyShorthand& shorthandForProperty(CSSPropertyID propertyID) 48 DEFINE_STATIC_LOCAL(StylePropertyShorthand, emptyShorthand, ()); 66 void getMatchingShorthandsForLonghand(CSSPropertyID propertyID, Vector<StylePropertyShorthand, 4>* …
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.h | 48 class StylePropertyShorthand; variable 149 static const StylePropertyShorthand& animatableProperties();
|
D | CSSAnimations.cpp | 614 …const StylePropertyShorthand& propertyList = animateAll ? CSSAnimations::animatableProperties() : … in calculateTransitionUpdate() 899 const StylePropertyShorthand& CSSAnimations::animatableProperties() in animatableProperties() 902 DEFINE_STATIC_LOCAL(StylePropertyShorthand, propertyShorthand, ()); in animatableProperties() 909 …propertyShorthand = StylePropertyShorthand(CSSPropertyInvalid, properties.begin(), properties.size… in animatableProperties()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | core_derived_sources.gyp | 203 'action_name': 'StylePropertyShorthand', 208 '../build/scripts/templates/StylePropertyShorthand.h.tmpl', 209 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl', 212 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', 213 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.h',
|
D | make_core_derived_sources.target.darwin-arm.mk | 70 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_local_path := $(LOCAL_PATH) 71 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_intermediate_dir := $(abspath … 72 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_shared_intermediate_dir := $(a… 73 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: export PATH := $(subst $(ANDROID_B… 74 …StylePropertyShorthand.cpp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party… 78 …yp_shared_intermediate_dir)/blink/StylePropertyShorthand.h: $(gyp_shared_intermediate_dir)/blink/S… 342 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp \ 343 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.h \
|
D | make_core_derived_sources.target.linux-mips.mk | 70 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_local_path := $(LOCAL_PATH) 71 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_intermediate_dir := $(abspath … 72 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_shared_intermediate_dir := $(a… 73 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: export PATH := $(subst $(ANDROID_B… 74 …StylePropertyShorthand.cpp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party… 78 …yp_shared_intermediate_dir)/blink/StylePropertyShorthand.h: $(gyp_shared_intermediate_dir)/blink/S… 342 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp \ 343 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.h \
|
D | make_core_derived_sources.target.darwin-mips.mk | 70 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_local_path := $(LOCAL_PATH) 71 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_intermediate_dir := $(abspath … 72 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_shared_intermediate_dir := $(a… 73 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: export PATH := $(subst $(ANDROID_B… 74 …StylePropertyShorthand.cpp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party… 78 …yp_shared_intermediate_dir)/blink/StylePropertyShorthand.h: $(gyp_shared_intermediate_dir)/blink/S… 342 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp \ 343 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.h \
|
D | make_core_derived_sources.target.darwin-x86.mk | 70 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_local_path := $(LOCAL_PATH) 71 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_intermediate_dir := $(abspath … 72 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_shared_intermediate_dir := $(a… 73 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: export PATH := $(subst $(ANDROID_B… 74 …StylePropertyShorthand.cpp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party… 78 …yp_shared_intermediate_dir)/blink/StylePropertyShorthand.h: $(gyp_shared_intermediate_dir)/blink/S… 342 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp \ 343 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.h \
|
D | make_core_derived_sources.target.linux-arm.mk | 70 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_local_path := $(LOCAL_PATH) 71 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_intermediate_dir := $(abspath … 72 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_shared_intermediate_dir := $(a… 73 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: export PATH := $(subst $(ANDROID_B… 74 …StylePropertyShorthand.cpp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party… 78 …yp_shared_intermediate_dir)/blink/StylePropertyShorthand.h: $(gyp_shared_intermediate_dir)/blink/S… 342 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp \ 343 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.h \
|
D | make_core_derived_sources.target.linux-x86.mk | 70 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_local_path := $(LOCAL_PATH) 71 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_intermediate_dir := $(abspath … 72 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: gyp_shared_intermediate_dir := $(a… 73 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp: export PATH := $(subst $(ANDROID_B… 74 …StylePropertyShorthand.cpp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party… 78 …yp_shared_intermediate_dir)/blink/StylePropertyShorthand.h: $(gyp_shared_intermediate_dir)/blink/S… 342 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.cpp \ 343 $(gyp_shared_intermediate_dir)/blink/StylePropertyShorthand.h \
|
D | webcore_derived.target.darwin-arm.mk | 132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope… 188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
|
D | webcore_derived.target.darwin-x86.mk | 132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope… 188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
|
D | webcore_derived.target.linux-x86.mk | 132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope… 188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
|
D | webcore_derived.target.linux-arm.mk | 132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope… 188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
|
D | webcore_derived.target.linux-mips.mk | 132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope… 188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
|
D | webcore_derived.target.darwin-mips.mk | 132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope… 188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
|