Home
last modified time | relevance | path

Searched refs:StylePropertyShorthand (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertyShorthandCustom.cpp27 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
DStylePropertySerializer.h39 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;
DCSSComputedStyleDeclaration.h48 class StylePropertyShorthand; variable
138 PassRefPtr<CSSValueList> valuesForShorthandProperty(const StylePropertyShorthand&) const;
139 PassRefPtr<CSSValueList> valuesForSidesShorthand(const StylePropertyShorthand&) const;
141 PassRefPtr<CSSValueList> valuesForGridShorthand(const StylePropertyShorthand&) const;
DStylePropertySerializer.cpp400 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()
DCSSProperty.cpp42 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()
DStylePropertySet.cpp148 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()
DStylePropertySet.h42 class StylePropertyShorthand; variable
DCSSParser.h66 class StylePropertyShorthand; variable
125 bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important);
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStylePropertyShorthand.h.tmpl30 class StylePropertyShorthand {
33 StylePropertyShorthand()
41StylePropertyShorthand(CSSPropertyID id, const CSSPropertyID* properties, unsigned numProperties)
49StylePropertyShorthand(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 …]
DStylePropertyShorthand.cpp.tmpl23 #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/
DCSSAnimations.h48 class StylePropertyShorthand; variable
149 static const StylePropertyShorthand& animatableProperties();
DCSSAnimations.cpp614 …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/
Dcore_derived_sources.gyp203 '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',
Dmake_core_derived_sources.target.darwin-arm.mk70 $(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…
74StylePropertyShorthand.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 \
Dmake_core_derived_sources.target.linux-mips.mk70 $(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…
74StylePropertyShorthand.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 \
Dmake_core_derived_sources.target.darwin-mips.mk70 $(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…
74StylePropertyShorthand.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 \
Dmake_core_derived_sources.target.darwin-x86.mk70 $(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…
74StylePropertyShorthand.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 \
Dmake_core_derived_sources.target.linux-arm.mk70 $(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…
74StylePropertyShorthand.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 \
Dmake_core_derived_sources.target.linux-x86.mk70 $(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…
74StylePropertyShorthand.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 \
Dwebcore_derived.target.darwin-arm.mk132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope…
188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
Dwebcore_derived.target.darwin-x86.mk132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope…
188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
Dwebcore_derived.target.linux-x86.mk132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope…
188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
Dwebcore_derived.target.linux-arm.mk132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope…
188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
Dwebcore_derived.target.linux-mips.mk132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope…
188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \
Dwebcore_derived.target.darwin-mips.mk132 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp: $(gyp_shared_intermediate_dir)/blink/StylePrope…
188 $(gyp_intermediate_dir)/StylePropertyShorthand.cpp \

12