Home
last modified time | relevance | path

Searched refs:StyleResolverState (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderConverter.h43 static String convertFragmentIdentifier(StyleResolverState&, CSSValue*);
44 template <typename T> static T convertComputedLength(StyleResolverState&, CSSValue*);
45 template <typename T> static T convertLineWidth(StyleResolverState&, CSSValue*);
46 static Length convertLength(StyleResolverState&, CSSValue*);
47 static Length convertLengthOrAuto(StyleResolverState&, CSSValue*);
48 static Length convertLengthSizing(StyleResolverState&, CSSValue*);
49 static Length convertLengthMaxSizing(StyleResolverState&, CSSValue*);
50 static LengthPoint convertLengthPoint(StyleResolverState&, CSSValue*);
51 static float convertNumberOrPercentage(StyleResolverState&, CSSValue*);
52 static LengthSize convertRadius(StyleResolverState&, CSSValue*);
[all …]
DStyleBuilderConverter.cpp37 String StyleBuilderConverter::convertFragmentIdentifier(StyleResolverState& state, CSSValue* value) in convertFragmentIdentifier()
45 Length StyleBuilderConverter::convertLength(StyleResolverState& state, CSSValue* value) in convertLength()
54 Length StyleBuilderConverter::convertLengthOrAuto(StyleResolverState& state, CSSValue* value) in convertLengthOrAuto()
63 Length StyleBuilderConverter::convertLengthSizing(StyleResolverState& state, CSSValue* value) in convertLengthSizing()
89 Length StyleBuilderConverter::convertLengthMaxSizing(StyleResolverState& state, CSSValue* value) in convertLengthMaxSizing()
97 LengthPoint StyleBuilderConverter::convertLengthPoint(StyleResolverState& state, CSSValue* value) in convertLengthPoint()
106 float StyleBuilderConverter::convertNumberOrPercentage(StyleResolverState& state, CSSValue* value) in convertNumberOrPercentage()
115 LengthSize StyleBuilderConverter::convertRadius(StyleResolverState& state, CSSValue* value) in convertRadius()
129 PassRefPtr<ShadowList> StyleBuilderConverter::convertShadow(StyleResolverState& state, CSSValue* va… in convertShadow()
159 float StyleBuilderConverter::convertSpacing(StyleResolverState& state, CSSValue* value) in convertSpacing()
[all …]
DStyleBuilder.h41 class StyleResolverState; variable
45 static void applyProperty(CSSPropertyID, StyleResolverState&, CSSValue*);
50 …static void oldApplyProperty(CSSPropertyID, StyleResolverState&, CSSValue*, bool isInitial, bool i…
53 …static bool applyProperty(CSSPropertyID, StyleResolverState&, CSSValue*, bool isInitial, bool isIn…
DStyleBuilderCustom.cpp89 static Length clipConvertToLength(StyleResolverState& state, CSSPrimitiveValue* value) in clipConvertToLength()
94 void StyleBuilderFunctions::applyInitialCSSPropertyClip(StyleResolverState& state) in applyInitialCSSPropertyClip()
100 void StyleBuilderFunctions::applyInheritCSSPropertyClip(StyleResolverState& state) in applyInheritCSSPropertyClip()
109 void StyleBuilderFunctions::applyValueCSSPropertyClip(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyClip()
129 void StyleBuilderFunctions::applyInitialCSSPropertyCursor(StyleResolverState& state) in applyInitialCSSPropertyCursor()
135 void StyleBuilderFunctions::applyInheritCSSPropertyCursor(StyleResolverState& state) in applyInheritCSSPropertyCursor()
141 void StyleBuilderFunctions::applyValueCSSPropertyCursor(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyCursor()
168 void StyleBuilderFunctions::applyValueCSSPropertyDirection(StyleResolverState& state, CSSValue* val… in applyValueCSSPropertyDirection()
176 static inline bool isValidDisplayValue(StyleResolverState& state, EDisplay displayPropertyValue) in isValidDisplayValue()
183 void StyleBuilderFunctions::applyInheritCSSPropertyDisplay(StyleResolverState& state) in applyInheritCSSPropertyDisplay()
[all …]
DStyleResolver.h244 void updateFont(StyleResolverState&);
252 void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties);
262 void applyMatchedProperties(StyleResolverState&, const MatchResult&);
263 void applyAnimatedProperties(StyleResolverState&, Element* animatingElement);
274 …void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startInde…
276 …void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isI…
278 void applyAnimatedProperties(StyleResolverState&, const AnimationEffect::CompositableValueMap&);
289 …lementInternal(Element&, const PseudoStyleRequest&, RenderStyle* parentStyle, StyleResolverState&);
DAnimatedStyleBuilder.h39 class StyleResolverState; variable
43 static void applyProperty(CSSPropertyID, StyleResolverState&, const AnimatableValue*);
DCSSToStyleMap.h37 class StyleResolverState; variable
48 …CSSToStyleMap(const StyleResolverState& state, ElementStyleResources& elementStyleResources) : m_s… in CSSToStyleMap()
86 const StyleResolverState& m_state;
DStyleResolverState.cpp31 StyleResolverState::StyleResolverState(Document& document, Element* element, RenderStyle* parentSty… in StyleResolverState() function in WebCore::StyleResolverState
DMatchedPropertiesCache.h36 class StyleResolverState; variable
53 … const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchResult&);
DStyleResolverState.h45 class StyleResolverState {
46 WTF_MAKE_NONCOPYABLE(StyleResolverState);
48StyleResolverState(Document&, Element*, RenderStyle* parentStyle = 0, RenderRegion* regionForStyli…
DFilterOperationResolver.cpp123 …CustomFilterTransformParameter(const String& name, CSSValueList* values, StyleResolverState& state) in parseCustomFilterTransformParameter()
132 …parseCustomFilterParameter(const String& name, CSSValue* parameterValue, StyleResolverState& state) in parseCustomFilterParameter()
172 …ist(CSSValue* parametersValue, CustomFilterParameterList& parameterList, StyleResolverState& state) in parseCustomFilterParameterList()
216 StyleResolverState& state) in createCustomFilterProgram()
231 …createCustomFilterOperationWithInlineSyntax(CSSFilterValue* filterValue, StyleResolverState& state) in createCustomFilterOperationWithInlineSyntax()
341 …ilterOperation> createCustomFilterOperation(CSSFilterValue* filterValue, StyleResolverState& state) in createCustomFilterOperation()
349 …nversionData& unadjustedConversionData, FilterOperations& outOperations, StyleResolverState& state) in createFilterOperations()
DAnimatedStyleBuilder.cpp66 Length animatableValueToLength(const AnimatableValue* value, const StyleResolverState& state, Numbe… in animatableValueToLength()
75 …h animatableValueToBorderImageLength(const AnimatableValue* value, const StyleResolverState& state) in animatableValueToBorderImageLength()
92 LengthBox animatableValueToLengthBox(const AnimatableValue* value, const StyleResolverState& state,… in animatableValueToLengthBox()
102 …nimatableValueToBorderImageLengthBox(const AnimatableValue* value, const StyleResolverState& state) in animatableValueToBorderImageLengthBox()
112 LengthPoint animatableValueToLengthPoint(const AnimatableValue* value, const StyleResolverState& st… in animatableValueToLengthPoint()
120 LengthSize animatableValueToLengthSize(const AnimatableValue* value, const StyleResolverState& stat… in animatableValueToLengthSize()
129 void setFillSize(FillLayer* fillLayer, const AnimatableValue* value, const StyleResolverState& stat… in setFillSize()
146 void setOnFillLayers(FillLayer* fillLayer, const AnimatableValue* value, StyleResolverState& state) in setOnFillLayers()
231 void AnimatedStyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& state, const A… in applyProperty()
DStyleResolver.cpp93 void setAnimationUpdateIfNeeded(StyleResolverState& state, Element& element) in setAnimationUpdateIfNeeded()
549 void StyleResolver::matchAllRules(StyleResolverState& state, ElementRuleCollector& collector, bool … in matchAllRules()
661 StyleResolverState state(document(), element, defaultParent, regionForStyling); in styleForElement()
746 StyleResolverState state(document(), element, parentStyle); in styleForKeyframe()
873 StyleResolverState state(element.document(), &element); in createKeyframeAnimationEffect()
896 StyleResolverState state(document(), &element, parentStyle); in createPseudoElementIfNeeded()
914 … const PseudoStyleRequest& pseudoStyleRequest, RenderStyle* parentStyle, StyleResolverState& state) in pseudoStyleForElementInternal()
973 StyleResolverState state(document(), element, parentStyle); in pseudoStyleForElement()
988StyleResolverState state(document(), document().documentElement()); // m_rootElementStyle will be … in styleForPage()
1050 StyleResolverState state(document(), 0); in defaultStyleForElement()
[all …]
DFilterOperationResolver.h37 …* inValue, const CSSToLengthConversionData&, FilterOperations& outOperations, StyleResolverState&);
DMatchedPropertiesCache.cpp62 const CachedMatchedProperties* MatchedPropertiesCache::find(unsigned hash, const StyleResolverState in find()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.h.tmpl12 class StyleResolverState;
19 static void applyInitial{{property_id}}(StyleResolverState&);
20 static void applyInherit{{property_id}}(StyleResolverState&);
21 static void applyValue{{property_id}}(StyleResolverState&, CSSValue*);
DStyleBuilder.cpp.tmpl9 #include "core/css/resolver/StyleResolverState.h"
29 void StyleBuilderFunctions::applyInitial{{property_id}}(StyleResolverState& state)
40 void StyleBuilderFunctions::applyInherit{{property_id}}(StyleResolverState& state)
51 void StyleBuilderFunctions::applyValue{{property_id}}(StyleResolverState& state, CSSValue* value)
64 bool StyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& state, CSSValue* value…
DStyleBuilderFunctions.cpp.tmpl18 #include "core/css/resolver/StyleResolverState.h"
23 void StyleBuilderFunctions::applyInitial{{property_id}}(StyleResolverState& state)
27 void StyleBuilderFunctions::applyInherit{{property_id}}(StyleResolverState& state)
31 void StyleBuilderFunctions::applyValue{{property_id}}(StyleResolverState& state, CSSValue* value)
/external/chromium_org/third_party/WebKit/Source/core/css/
DBasicShapeFunctions.h40 class StyleResolverState; variable
44 PassRefPtr<BasicShape> basicShapeForValue(const StyleResolverState&, const CSSBasicShape*);
DBasicShapeFunctions.cpp117 static Length convertToLength(const StyleResolverState& state, CSSPrimitiveValue* value) in convertToLength()
122 PassRefPtr<BasicShape> basicShapeForValue(const StyleResolverState& state, const CSSBasicShape* bas… in basicShapeForValue()
/external/chromium_org/tools/telemetry/unittest_data/
Dperf_report_output.txt316 …operties<(WebCore::StyleResolver::StyleApplicationPass)1>(WebCore::StyleResolverState&, WebCore::S…
318 …operties<(WebCore::StyleResolver::StyleApplicationPass)1>(WebCore::StyleResolverState&, WebCore::S…
1515 …operties<(WebCore::StyleResolver::StyleApplicationPass)0>(WebCore::StyleResolverState&, WebCore::S…
1517 …operties<(WebCore::StyleResolver::StyleApplicationPass)0>(WebCore::StyleResolverState&, WebCore::S…
2038 …Property(WebCore::CSSPropertyID, WebCore::StyleResolver*, WebCore::StyleResolverState&, WebCore::C…
2040 …Property(WebCore::CSSPropertyID, WebCore::StyleResolver*, WebCore::StyleResolverState&, WebCore::C…
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk212 third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp \
Dwebcore_remaining.target.linux-x86.mk212 third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp \
Dwebcore_remaining.target.linux-mips.mk212 third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp \
Dwebcore_remaining.target.darwin-arm.mk212 third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp \

12