Searched refs:RenderStyle (Results 1 - 25 of 621) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCSSPropertyAnimation.h39 class RenderStyle;
44 static bool propertiesEqual(CSSPropertyID, const RenderStyle* a, const RenderStyle* b);
51 static bool blendProperties(const AnimationBase*, CSSPropertyID, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress);
H A DCSSPropertyAnimation.cpp48 #include "RenderStyle.h"
380 virtual bool equals(const RenderStyle* a, const RenderStyle* b) const = 0;
381 virtual void blend(const AnimationBase*, RenderStyle*, const RenderStyle*, const RenderStyle*, double) const = 0;
394 PropertyWrapperGetter(CSSPropertyID prop, T (RenderStyle::*getter)() const)
400 virtual bool equals(const RenderStyle* a, const RenderStyle* b) const
412 T (RenderStyle
418 PropertyWrapper(CSSPropertyID prop, T (RenderStyle::*getter)() const, void (RenderStyle::*setter)(T)) argument
436 RefCountedPropertyWrapper(CSSPropertyID prop, T* (RenderStyle::*getter)() const, void (RenderStyle::*setter)(PassRefPtr<T>)) argument
454 LengthPropertyWrapper(CSSPropertyID prop, const T& (RenderStyle::*getter)() const, void (RenderStyle::*setter)(T)) argument
471 PropertyWrapperClipPath(CSSPropertyID prop, ClipPathOperation* (RenderStyle::*getter)() const, void (RenderStyle::*setter)(PassRefPtr<ClipPathOperation>)) argument
480 PropertyWrapperShape(CSSPropertyID prop, ShapeValue* (RenderStyle::*getter)() const, void (RenderStyle::*setter)(PassRefPtr<ShapeValue>)) argument
489 StyleImagePropertyWrapper(CSSPropertyID prop, StyleImage* (RenderStyle::*getter)() const, void (RenderStyle::*setter)(PassRefPtr<StyleImage>)) argument
604 PropertyWrapperShadow(CSSPropertyID prop, const ShadowData* (RenderStyle::*getter)() const, void (RenderStyle::*setter)(std::unique_ptr<ShadowData>, bool)) argument
[all...]
H A DKeyframeAnimation.h38 class RenderStyle;
43 static RefPtr<KeyframeAnimation> create(const Animation& animation, RenderElement* renderer, int index, CompositeAnimation* compositeAnimation, RenderStyle* unanimatedStyle)
48 virtual void animate(CompositeAnimation*, RenderElement*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) override;
49 virtual void getAnimatedStyle(RefPtr<RenderStyle>&) override;
59 void setUnanimatedStyle(PassRefPtr<RenderStyle> style) { m_unanimatedStyle = style; }
60 RenderStyle* unanimatedStyle() const { return m_unanimatedStyle.get(); }
86 KeyframeAnimation(const Animation&, RenderElement*, int index, CompositeAnimation*, RenderStyle* unanimatedStyle);
90 void fetchIntervalEndpointsForProperty(CSSPropertyID, const RenderStyle*
[all...]
H A DCompositeAnimation.h43 class RenderStyle;
58 PassRef<RenderStyle> animate(RenderElement&, RenderStyle* currentStyle, RenderStyle& targetStyle);
59 PassRefPtr<RenderStyle> getAnimatedStyle() const;
85 void updateTransitions(RenderElement*, RenderStyle* currentStyle, RenderStyle* targetStyle);
86 void updateKeyframeAnimations(RenderElement*, RenderStyle* currentStyle, RenderStyle* targetStyle);
H A DImplicitAnimation.h44 static PassRefPtr<ImplicitAnimation> create(const Animation& animation, CSSPropertyID animatingProperty, RenderElement* renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle)
57 virtual void animate(CompositeAnimation*, RenderElement*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) override;
58 virtual void getAnimatedStyle(RefPtr<RenderStyle>& animatedStyle) override;
59 virtual void reset(RenderStyle* to);
68 bool isTargetPropertyEqual(CSSPropertyID, const RenderStyle*);
70 void blendPropertyValueInStyle(CSSPropertyID, RenderStyle*);
87 ImplicitAnimation(const Animation&, CSSPropertyID, RenderElement*, CompositeAnimation*, RenderStyle*);
90 CSSPropertyID m_transitionProperty; // Transition property as specified in the RenderStyle
[all...]
/macosx-10.10/WebCore-7600.1.25/style/
H A DStyleResolveForDocument.h34 class RenderStyle;
38 PassRef<RenderStyle> resolveForDocument(const Document&);
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleGridItemData.cpp35 #include "RenderStyle.h"
40 : m_gridColumnStart(RenderStyle::initialGridItemColumnStart())
41 , m_gridColumnEnd(RenderStyle::initialGridItemColumnEnd())
42 , m_gridRowStart(RenderStyle::initialGridItemRowStart())
43 , m_gridRowEnd(RenderStyle::initialGridItemRowEnd())
H A DStyleGridData.cpp31 #include "RenderStyle.h"
36 : m_gridColumns(RenderStyle::initialGridColumns())
37 , m_gridRows(RenderStyle::initialGridRows())
38 , m_namedGridColumnLines(RenderStyle::initialNamedGridColumnLines())
39 , m_namedGridRowLines(RenderStyle::initialNamedGridRowLines())
40 , m_orderedNamedGridColumnLines(RenderStyle::initialOrderedNamedGridColumnLines())
41 , m_orderedNamedGridRowLines(RenderStyle::initialOrderedNamedGridRowLines())
42 , m_gridAutoFlow(RenderStyle::initialGridAutoFlow())
43 , m_gridAutoRows(RenderStyle::initialGridAutoRows())
44 , m_gridAutoColumns(RenderStyle
[all...]
H A DStyleDeprecatedFlexibleBoxData.cpp25 #include "RenderStyle.h"
30 : flex(RenderStyle::initialBoxFlex())
31 , flex_group(RenderStyle::initialBoxFlexGroup())
32 , ordinal_group(RenderStyle::initialBoxOrdinalGroup())
33 , align(RenderStyle::initialBoxAlign())
34 , pack(RenderStyle::initialBoxPack())
35 , orient(RenderStyle::initialBoxOrient())
36 , lines(RenderStyle::initialBoxLines())
H A DStyleTransformData.cpp25 #include "RenderStyle.h"
30 : m_operations(RenderStyle::initialTransform())
31 , m_x(RenderStyle::initialTransformOriginX())
32 , m_y(RenderStyle::initialTransformOriginY())
33 , m_z(RenderStyle::initialTransformOriginZ())
H A DStyleFlexibleBoxData.cpp29 #include "RenderStyle.h"
34 : m_flexGrow(RenderStyle::initialFlexGrow())
35 , m_flexShrink(RenderStyle::initialFlexShrink())
36 , m_flexBasis(RenderStyle::initialFlexBasis())
37 , m_flexDirection(RenderStyle::initialFlexDirection())
38 , m_flexWrap(RenderStyle::initialFlexWrap())
H A DStyleMarqueeData.cpp25 #include "RenderStyle.h"
30 : increment(RenderStyle::initialMarqueeIncrement())
31 , speed(RenderStyle::initialMarqueeSpeed())
32 , loops(RenderStyle::initialMarqueeLoopCount())
33 , behavior(RenderStyle::initialMarqueeBehavior())
34 , direction(RenderStyle::initialMarqueeDirection())
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLOptGroupElement.h48 virtual bool rendererIsNeeded(const RenderStyle&) override { return false; }
57 void updateNonRenderStyle(RenderStyle& parentStyle);
58 virtual RenderStyle* nonRendererStyle() const override;
59 virtual PassRefPtr<RenderStyle> customStyleForRenderer(RenderStyle& parentStyle) override;
63 RefPtr<RenderStyle> m_style;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DNodeRenderStyle.h30 #include "RenderStyle.h"
35 inline RenderStyle* Node::renderStyle() const
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderMultiColumnSpannerPlaceholder.cpp37 RenderMultiColumnSpannerPlaceholder* RenderMultiColumnSpannerPlaceholder::createAnonymous(RenderMultiColumnFlowThread* flowThread, RenderBox* spanner, RenderStyle* parentStyle)
39 RefPtr<RenderStyle> newStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK));
46 RenderMultiColumnSpannerPlaceholder::RenderMultiColumnSpannerPlaceholder(RenderMultiColumnFlowThread* flowThread, RenderBox* spanner, PassRef<RenderStyle> style)
H A DRenderInputSpeech.h43 class RenderStyle;
48 static void adjustInputFieldSpeechButtonStyle(StyleResolver*, RenderStyle*, Element*);
H A DRenderThemeSafari.h46 class RenderStyle;
65 virtual bool isControlStyled(const RenderStyle&, const BorderData&,
77 virtual int minimumMenuListSize(RenderStyle&) const;
79 virtual void adjustSliderThumbSize(RenderStyle&, Element&) const;
80 virtual void adjustSliderThumbStyle(StyleResolver&, RenderStyle&, Element&) const;
82 virtual int popupInternalPaddingLeft(RenderStyle&) const;
83 virtual int popupInternalPaddingRight(RenderStyle&) const;
84 virtual int popupInternalPaddingTop(RenderStyle&) const;
85 virtual int popupInternalPaddingBottom(RenderStyle&) const;
90 virtual void setCheckboxSize(RenderStyle
[all...]
H A DRenderMediaControlElements.h41 RenderMediaVolumeSliderContainer(Element&, PassRef<RenderStyle>);
51 RenderMediaControlTimelineContainer(Element&, PassRef<RenderStyle>);
63 RenderTextTrackContainerElement(Element&, PassRef<RenderStyle>);
H A DTextPaintStyle.h36 class RenderStyle;
54 TextPaintStyle computeTextPaintStyle(const RenderText&, const RenderStyle&, const PaintInfo&);
55 TextPaintStyle computeTextSelectionPaintStyle(const TextPaintStyle&, const RenderText&, const RenderStyle&, const PaintInfo&, bool& paintSelectedTextOnly, bool& paintSelectedTextSeparately, const ShadowData*& selectionShadow);
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSToLengthConversionData.h39 class RenderStyle;
44 CSSToLengthConversionData(RenderStyle* style, const RenderStyle* rootStyle, const RenderView* renderView, float zoom, bool computingFontSize = false)
55 CSSToLengthConversionData(RenderStyle* style, const RenderStyle* rootStyle, const RenderView* renderView, bool computingFontSize = false)
70 RenderStyle* style() const { return m_style; }
71 const RenderStyle* rootStyle() const { return m_rootStyle; }
86 RenderStyle* m_style;
87 const RenderStyle* m_rootStyle;
H A DDeprecatedStyleBuilder.cpp46 #include "RenderStyle.h"
132 template <typename GetterType, GetterType (RenderStyle::*getterFunction)() const, typename SetterType, void (RenderStyle::*setterFunction)(SetterType), typename InitialType, InitialType (*initialFunction)()>
135 static void setValue(RenderStyle* style, SetterType value) { (style->*setterFunction)(value); }
136 static GetterType value(RenderStyle* style) { return (style->*getterFunction)(); }
144 template <typename GetterType, GetterType (RenderStyle::*getterFunction)() const, typename SetterType, void (RenderStyle::*setterFunction)(SetterType), typename InitialType, InitialType (*initialFunction)()>
147 static void setValue(RenderStyle* style, SetterType value) { (style->*setterFunction)(value); }
160 template <typename NumberType, NumberType (RenderStyle::*getterFunction)() const, void (RenderStyle
[all...]
H A DBasicShapeFunctions.h43 class RenderStyle;
45 PassRefPtr<CSSValue> valueForBasicShape(const RenderStyle*, const BasicShape*);
H A DMediaQueryEvaluator.h37 class RenderStyle;
69 MediaQueryEvaluator(const String& acceptedMediaType, Frame*, RenderStyle*);
85 RefPtr<RenderStyle> m_style;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext3DPrivate.h39 GraphicsContext3DPrivate(GraphicsContext3D*, GraphicsContext3D::RenderStyle);
44 GraphicsContext3D::RenderStyle renderStyle() { return m_renderStyle; }
53 GraphicsContext3D::RenderStyle m_renderStyle;
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLSquareRoot.cpp37 RenderMathMLSquareRoot::RenderMathMLSquareRoot(Element& element, PassRef<RenderStyle> style)
42 RenderMathMLSquareRoot::RenderMathMLSquareRoot(Document& document, PassRef<RenderStyle> style)
49 RenderPtr<RenderMathMLSquareRoot> squareRoot = createRenderer<RenderMathMLSquareRoot>(parent.document(), RenderStyle::createAnonymousStyleWithDisplay(&parent.style(), FLEX));

Completed in 254 milliseconds

1234567891011>>