/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleBuilderConverter.h | 43 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 …]
|
D | StyleBuilderConverter.cpp | 37 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 …]
|
D | StyleBuilder.h | 41 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…
|
D | StyleBuilderCustom.cpp | 89 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 …]
|
D | StyleResolver.h | 244 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&);
|
D | AnimatedStyleBuilder.h | 39 class StyleResolverState; variable 43 static void applyProperty(CSSPropertyID, StyleResolverState&, const AnimatableValue*);
|
D | CSSToStyleMap.h | 37 class StyleResolverState; variable 48 …CSSToStyleMap(const StyleResolverState& state, ElementStyleResources& elementStyleResources) : m_s… in CSSToStyleMap() 86 const StyleResolverState& m_state;
|
D | StyleResolverState.cpp | 31 StyleResolverState::StyleResolverState(Document& document, Element* element, RenderStyle* parentSty… in StyleResolverState() function in WebCore::StyleResolverState
|
D | MatchedPropertiesCache.h | 36 class StyleResolverState; variable 53 … const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchResult&);
|
D | StyleResolverState.h | 45 class StyleResolverState { 46 WTF_MAKE_NONCOPYABLE(StyleResolverState); 48 …StyleResolverState(Document&, Element*, RenderStyle* parentStyle = 0, RenderRegion* regionForStyli…
|
D | FilterOperationResolver.cpp | 123 …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()
|
D | AnimatedStyleBuilder.cpp | 66 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()
|
D | StyleResolver.cpp | 93 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() 988 …StyleResolverState state(document(), document().documentElement()); // m_rootElementStyle will be … in styleForPage() 1050 StyleResolverState state(document(), 0); in defaultStyleForElement() [all …]
|
D | FilterOperationResolver.h | 37 …* inValue, const CSSToLengthConversionData&, FilterOperations& outOperations, StyleResolverState&);
|
D | MatchedPropertiesCache.cpp | 62 const CachedMatchedProperties* MatchedPropertiesCache::find(unsigned hash, const StyleResolverState… in find()
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | StyleBuilderFunctions.h.tmpl | 12 class StyleResolverState; 19 static void applyInitial{{property_id}}(StyleResolverState&); 20 static void applyInherit{{property_id}}(StyleResolverState&); 21 static void applyValue{{property_id}}(StyleResolverState&, CSSValue*);
|
D | StyleBuilder.cpp.tmpl | 9 #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…
|
D | StyleBuilderFunctions.cpp.tmpl | 18 #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/ |
D | BasicShapeFunctions.h | 40 class StyleResolverState; variable 44 PassRefPtr<BasicShape> basicShapeForValue(const StyleResolverState&, const CSSBasicShape*);
|
D | BasicShapeFunctions.cpp | 117 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/ |
D | perf_report_output.txt | 316 …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/ |
D | webcore_remaining.target.linux-arm.mk | 212 third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 212 third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 212 third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 212 third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp \
|