Home
last modified time | relevance | path

Searched refs:RenderStyle (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSToLengthConversionData.h39 class RenderStyle; variable
44 …CSSToLengthConversionData(const RenderStyle* currStyle, const RenderStyle* rootStyle, const Render…
45 …CSSToLengthConversionData(const RenderStyle* currStyle, const RenderStyle* rootStyle, const Render…
46 …CSSToLengthConversionData(const RenderStyle* currStyle, const RenderStyle* rootStyle, float viewpo…
48 const RenderStyle& style() const { return *m_style; } in style()
49 const RenderStyle* rootStyle() const { return m_rootStyle; } in rootStyle()
59 void setStyle(const RenderStyle* style) { m_style = style; } in setStyle()
60 void setRootStyle(const RenderStyle* rootStyle) { m_rootStyle = rootStyle; } in setRootStyle()
68 const RenderStyle* m_style;
69 const RenderStyle* m_rootStyle;
DCSSToLengthConversionData.cpp39 CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* r… in CSSToLengthConversionData()
51 CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* r… in CSSToLengthConversionData()
61 CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* r… in CSSToLengthConversionData()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp68 COMPILE_ASSERT(sizeof(RenderStyle) == sizeof(SameSizeAsRenderStyle), RenderStyle_should_stay_small);
70 inline RenderStyle* defaultStyle() in defaultStyle()
72 DEFINE_STATIC_REF(RenderStyle, s_defaultStyle, (RenderStyle::createDefaultStyle())); in defaultStyle()
76 PassRefPtr<RenderStyle> RenderStyle::create() in create()
78 return adoptRef(new RenderStyle()); in create()
81 PassRefPtr<RenderStyle> RenderStyle::createDefaultStyle() in createDefaultStyle()
83 return adoptRef(new RenderStyle(DefaultStyle)); in createDefaultStyle()
86 PassRefPtr<RenderStyle> RenderStyle::createAnonymousStyleWithDisplay(const RenderStyle* parentStyle… in createAnonymousStyleWithDisplay()
88 RefPtr<RenderStyle> newStyle = RenderStyle::create(); in createAnonymousStyleWithDisplay()
95 PassRefPtr<RenderStyle> RenderStyle::clone(const RenderStyle* other) in clone()
[all …]
DStyleRareNonInheritedData.cpp36 : opacity(RenderStyle::initialOpacity()) in StyleRareNonInheritedData()
37 , m_aspectRatioDenominator(RenderStyle::initialAspectRatioDenominator()) in StyleRareNonInheritedData()
38 , m_aspectRatioNumerator(RenderStyle::initialAspectRatioNumerator()) in StyleRareNonInheritedData()
39 , m_perspective(RenderStyle::initialPerspective()) in StyleRareNonInheritedData()
40 , m_perspectiveOriginX(RenderStyle::initialPerspectiveOriginX()) in StyleRareNonInheritedData()
41 , m_perspectiveOriginY(RenderStyle::initialPerspectiveOriginY()) in StyleRareNonInheritedData()
42 , lineClamp(RenderStyle::initialLineClamp()) in StyleRareNonInheritedData()
46 , m_shapeOutside(RenderStyle::initialShapeOutside()) in StyleRareNonInheritedData()
47 , m_shapeMargin(RenderStyle::initialShapeMargin()) in StyleRareNonInheritedData()
48 , m_shapeImageThreshold(RenderStyle::initialShapeImageThreshold()) in StyleRareNonInheritedData()
[all …]
DStyleGridData.cpp34 : m_gridTemplateColumns(RenderStyle::initialGridTemplateColumns()) in StyleGridData()
35 , m_gridTemplateRows(RenderStyle::initialGridTemplateRows()) in StyleGridData()
36 , m_namedGridColumnLines(RenderStyle::initialNamedGridColumnLines()) in StyleGridData()
37 , m_namedGridRowLines(RenderStyle::initialNamedGridRowLines()) in StyleGridData()
38 , m_orderedNamedGridColumnLines(RenderStyle::initialOrderedNamedGridColumnLines()) in StyleGridData()
39 , m_orderedNamedGridRowLines(RenderStyle::initialOrderedNamedGridRowLines()) in StyleGridData()
40 , m_gridAutoFlow(RenderStyle::initialGridAutoFlow()) in StyleGridData()
41 , m_gridAutoRows(RenderStyle::initialGridAutoRows()) in StyleGridData()
42 , m_gridAutoColumns(RenderStyle::initialGridAutoColumns()) in StyleGridData()
43 , m_namedGridArea(RenderStyle::initialNamedGridArea()) in StyleGridData()
[all …]
DStyleRareInheritedData.cpp57 : listStyleImage(RenderStyle::initialListStyleImage()) in StyleRareInheritedData()
58 , textStrokeWidth(RenderStyle::initialTextStrokeWidth()) in StyleRareInheritedData()
59 , indent(RenderStyle::initialTextIndent()) in StyleRareInheritedData()
60 , m_effectiveZoom(RenderStyle::initialZoom()) in StyleRareInheritedData()
61 , widows(RenderStyle::initialWidows()) in StyleRareInheritedData()
62 , orphans(RenderStyle::initialOrphans()) in StyleRareInheritedData()
71 , textSecurity(RenderStyle::initialTextSecurity()) in StyleRareInheritedData()
73 , wordBreak(RenderStyle::initialWordBreak()) in StyleRareInheritedData()
74 , overflowWrap(RenderStyle::initialOverflowWrap()) in StyleRareInheritedData()
76 , resize(RenderStyle::initialResize()) in StyleRareInheritedData()
[all …]
DGridResolvedPosition.h14 class RenderStyle; variable
46 …static void initialAndFinalPositionsFromStyle(const RenderStyle&, const RenderBox&, GridTrackSizin…
47 …static GridSpan resolveGridPositionsFromAutoPlacementPosition(const RenderStyle&, const RenderBox&…
48 …static PassOwnPtr<GridSpan> resolveGridPositionsFromStyle(const RenderStyle&, const RenderBox&, Gr…
49 …static GridResolvedPosition resolveNamedGridLinePositionFromStyle(const RenderStyle&, const GridPo…
50 …static GridResolvedPosition resolveGridPositionFromStyle(const RenderStyle&, const GridPosition&, …
51 …static PassOwnPtr<GridSpan> resolveGridPositionAgainstOppositePosition(const RenderStyle&, const G…
52 …tr<GridSpan> resolveNamedGridLinePositionAgainstOppositePosition(const RenderStyle&, const GridRes…
113 static size_t explicitGridColumnCount(const RenderStyle&);
114 static size_t explicitGridRowCount(const RenderStyle&);
[all …]
DStyleDeprecatedFlexibleBoxData.cpp30 : flex(RenderStyle::initialBoxFlex()) in StyleDeprecatedFlexibleBoxData()
31 , flexGroup(RenderStyle::initialBoxFlexGroup()) in StyleDeprecatedFlexibleBoxData()
32 , ordinalGroup(RenderStyle::initialBoxOrdinalGroup()) in StyleDeprecatedFlexibleBoxData()
33 , align(RenderStyle::initialBoxAlign()) in StyleDeprecatedFlexibleBoxData()
34 , pack(RenderStyle::initialBoxPack()) in StyleDeprecatedFlexibleBoxData()
35 , orient(RenderStyle::initialBoxOrient()) in StyleDeprecatedFlexibleBoxData()
36 , lines(RenderStyle::initialBoxLines()) in StyleDeprecatedFlexibleBoxData()
DStyleMarqueeData.cpp30 : increment(RenderStyle::initialMarqueeIncrement()) in StyleMarqueeData()
31 , speed(RenderStyle::initialMarqueeSpeed()) in StyleMarqueeData()
32 , loops(RenderStyle::initialMarqueeLoopCount()) in StyleMarqueeData()
33 , behavior(RenderStyle::initialMarqueeBehavior()) in StyleMarqueeData()
34 , direction(RenderStyle::initialMarqueeDirection()) in StyleMarqueeData()
DStyleFlexibleBoxData.cpp34 : m_flexGrow(RenderStyle::initialFlexGrow()) in StyleFlexibleBoxData()
35 , m_flexShrink(RenderStyle::initialFlexShrink()) in StyleFlexibleBoxData()
36 , m_flexBasis(RenderStyle::initialFlexBasis()) in StyleFlexibleBoxData()
37 , m_flexDirection(RenderStyle::initialFlexDirection()) in StyleFlexibleBoxData()
38 , m_flexWrap(RenderStyle::initialFlexWrap()) in StyleFlexibleBoxData()
DStyleInheritedData.cpp30 : horizontal_border_spacing(RenderStyle::initialHorizontalBorderSpacing()) in StyleInheritedData()
31 , vertical_border_spacing(RenderStyle::initialVerticalBorderSpacing()) in StyleInheritedData()
32 , line_height(RenderStyle::initialLineHeight()) in StyleInheritedData()
33 , color(RenderStyle::initialColor()) in StyleInheritedData()
34 , visitedLinkColor(RenderStyle::initialColor()) in StyleInheritedData()
DStyleGridItemData.cpp38 : m_gridColumnStart(RenderStyle::initialGridColumnStart()) in StyleGridItemData()
39 , m_gridColumnEnd(RenderStyle::initialGridColumnEnd()) in StyleGridItemData()
40 , m_gridRowStart(RenderStyle::initialGridRowStart()) in StyleGridItemData()
41 , m_gridRowEnd(RenderStyle::initialGridRowEnd()) in StyleGridItemData()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.h58 static void setSizeIfAuto(RenderStyle*, const IntSize&);
65 void adjustStyle(RenderStyle*, Element*, const CachedUAStyle*);
97 virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle*) const;
113 virtual bool supportsHover(const RenderStyle*) const { return false; } in supportsHover() argument
150 virtual int minimumMenuListSize(RenderStyle*) const { return 0; } in minimumMenuListSize() argument
152 virtual void adjustSliderThumbSize(RenderStyle*, Element*) const;
154 virtual int popupInternalPaddingLeft(RenderStyle*) const { return 0; } in popupInternalPaddingLeft() argument
155 virtual int popupInternalPaddingRight(RenderStyle*) const { return 0; } in popupInternalPaddingRight() argument
156 virtual int popupInternalPaddingTop(RenderStyle*) const { return 0; } in popupInternalPaddingTop() argument
157 virtual int popupInternalPaddingBottom(RenderStyle*) const { return 0; } in popupInternalPaddingBottom() argument
[all …]
DRenderThemeChromiumSkia.h51 virtual bool supportsHover(const RenderStyle*) const OVERRIDE FINAL;
54 virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE;
69 virtual int minimumMenuListSize(RenderStyle*) const OVERRIDE;
71 virtual void setCheckboxSize(RenderStyle*) const OVERRIDE;
73 virtual void setRadioSize(RenderStyle*) const OVERRIDE;
75 virtual void adjustButtonStyle(RenderStyle*, Element*) const OVERRIDE;
79 virtual void adjustSearchFieldStyle(RenderStyle*, Element*) const OVERRIDE;
82 virtual void adjustSearchFieldCancelButtonStyle(RenderStyle*, Element*) const OVERRIDE;
85 virtual void adjustSearchFieldDecorationStyle(RenderStyle*, Element*) const OVERRIDE;
87 virtual void adjustSearchFieldResultsDecorationStyle(RenderStyle*, Element*) const OVERRIDE;
[all …]
DRenderThemeChromiumMac.h47 virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle*) const OVERRIDE;
65 virtual int minimumMenuListSize(RenderStyle*) const OVERRIDE;
67 virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE;
72 virtual int popupInternalPaddingLeft(RenderStyle*) const OVERRIDE;
73 virtual int popupInternalPaddingRight(RenderStyle*) const OVERRIDE;
74 virtual int popupInternalPaddingTop(RenderStyle*) const OVERRIDE;
75 virtual int popupInternalPaddingBottom(RenderStyle*) const OVERRIDE;
103 virtual void adjustMenuListStyle(RenderStyle*, Element*) const OVERRIDE;
106 virtual void adjustMenuListButtonStyle(RenderStyle*, Element*) const OVERRIDE;
115 virtual void adjustSearchFieldStyle(RenderStyle*, Element*) const OVERRIDE;
[all …]
DRenderThemeChromiumSkia.cpp83 bool RenderThemeChromiumSkia::supportsHover(const RenderStyle* style) const in supportsHover()
88 bool RenderThemeChromiumSkia::supportsFocusRing(const RenderStyle* style) const in supportsFocusRing()
135 int RenderThemeChromiumSkia::minimumMenuListSize(RenderStyle* style) const in minimumMenuListSize()
156 void RenderThemeChromiumSkia::setCheckboxSize(RenderStyle* style) const in setCheckboxSize()
171 void RenderThemeChromiumSkia::setRadioSize(RenderStyle* style) const in setRadioSize()
177 void RenderThemeChromiumSkia::adjustButtonStyle(RenderStyle* style, Element*) const in adjustButtonStyle()
181 style->setLineHeight(RenderStyle::initialLineHeight()); in adjustButtonStyle()
190 void RenderThemeChromiumSkia::adjustSearchFieldStyle(RenderStyle* style, Element*) const in adjustSearchFieldStyle()
193 style->setLineHeight(RenderStyle::initialLineHeight()); in adjustSearchFieldStyle()
201 void RenderThemeChromiumSkia::adjustSearchFieldCancelButtonStyle(RenderStyle* style, Element*) const in adjustSearchFieldCancelButtonStyle()
[all …]
DInlineTextBox.h87 bool getEmphasisMarkPosition(RenderStyle*, TextEmphasisPosition&) const;
109 …TextRun constructTextRun(RenderStyle*, const Font&, StringBuilder* charactersWithHyphen = 0) const;
110 …TextRun constructTextRun(RenderStyle*, const Font&, StringView, int maximumLength, StringBuilder* …
113 TextRun constructTextRunForInspector(RenderStyle*, const Font&) const;
182 …ompositionBackgroundRun(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, …
183 …void paintCompositionBackgrounds(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, cons…
184 …void paintDocumentMarkers(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&…
188 …Marker(GraphicsContext*, const FloatPoint& boxOrigin, DocumentMarker*, RenderStyle*, const Font&, …
189 …hMarker(GraphicsContext*, const FloatPoint& boxOrigin, DocumentMarker*, RenderStyle*, const Font&);
193 …void paintSelection(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, Colo…
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.h36 class RenderStyle; variable
46 void initForStyleResolve(const Document&, RenderStyle*);
61 void setFontSizeValue(CSSValue*, RenderStyle* parentStyle, const RenderStyle* rootElementStyle);
82 …oid createFont(PassRefPtrWillBeRawPtr<FontSelector>, const RenderStyle* parentStyle, RenderStyle*);
85 void createFontForDocument(PassRefPtrWillBeRawPtr<FontSelector>, RenderStyle*);
107 void checkForOrientationChange(RenderStyle*);
109 void checkForGenericFamilyChange(RenderStyle*, const RenderStyle* parentStyle);
110 void updateComputedSize(RenderStyle*, const RenderStyle* parentStyle);
121 RenderStyle* m_style;
DMatchedPropertiesCache.h35 class RenderStyle; variable
41 RefPtr<RenderStyle> renderStyle;
42 RefPtr<RenderStyle> parentRenderStyle;
44 void set(const RenderStyle*, const RenderStyle* parentStyle, const MatchResult&);
54 void add(const RenderStyle*, const RenderStyle* parentStyle, unsigned hash, const MatchResult&);
59 static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle);
DStyleAdjuster.h31 class RenderStyle; variable
43 …void adjustRenderStyle(RenderStyle* styleToAdjust, RenderStyle* parentStyle, Element*, const Cache…
46 void adjustStyleForDisplay(RenderStyle* styleToAdjust, RenderStyle* parentStyle);
47 void adjustStyleForTagName(RenderStyle* styleToAdjust, RenderStyle* parentStyle, Element&);
48 void adjustOverflow(RenderStyle* styleToAdjust);
DStyleResolverState.h48 StyleResolverState(Document&, Element*, RenderStyle* parentStyle = 0);
57 const RenderStyle* rootElementStyle() const { return m_elementContext.rootElementStyle(); } in rootElementStyle()
63 …void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; m_cssToLengthConversionData.setSty… in setStyle()
64 const RenderStyle* style() const { return m_style.get(); } in style()
65 RenderStyle* style() { return m_style.get(); } in style()
66 PassRefPtr<RenderStyle> takeStyle() { return m_style.release(); } in takeStyle()
74 void setParentStyle(PassRefPtr<RenderStyle> parentStyle) { m_parentStyle = parentStyle; } in setParentStyle()
75 const RenderStyle* parentStyle() const { return m_parentStyle.get(); } in parentStyle()
76 RenderStyle* parentStyle() { return m_parentStyle.get(); } in parentStyle()
141 RefPtr<RenderStyle> m_style;
[all …]
DMatchedPropertiesCache.cpp38 void CachedMatchedProperties::set(const RenderStyle* style, const RenderStyle* parentStyle, const M… in set()
45 this->renderStyle = RenderStyle::clone(style); in set()
46 this->parentRenderStyle = RenderStyle::clone(parentStyle); in set()
86 void MatchedPropertiesCache::add(const RenderStyle* style, const RenderStyle* parentStyle, unsigned… in add()
145 …ropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const RenderStyle* p… in isCacheable()
154 if (style->zoom() != RenderStyle::initialZoom()) in isCacheable()
156 if (style->writingMode() != RenderStyle::initialWritingMode()) in isCacheable()
DStyleResolver.h117 …PassRefPtr<RenderStyle> styleForElement(Element*, RenderStyle* parentStyle = 0, StyleSharingBehavi…
120 …PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle&, RenderStyle* parentStyle, c…
124 …PassRefPtr<RenderStyle> pseudoStyleForElement(Element*, const PseudoStyleRequest&, RenderStyle* pa…
126 PassRefPtr<RenderStyle> styleForPage(int pageIndex);
127 PassRefPtr<RenderStyle> defaultStyleForElement();
128 PassRefPtr<RenderStyle> styleForText(Text*);
130 static PassRefPtr<RenderStyle> styleForDocument(Document&);
181 void applyPropertiesToStyle(const CSSPropertyValue* properties, size_t count, RenderStyle*);
196 static RenderStyle* styleNotYetAvailable() { return s_styleNotYetAvailable; } in styleNotYetAvailable()
291 …bool pseudoStyleForElementInternal(Element&, const PseudoStyleRequest&, RenderStyle* parentStyle, …
[all …]
DStyleResourceLoader.h32 class RenderStyle; variable
46 void loadPendingResources(RenderStyle*, ElementStyleResources&);
49 void loadPendingSVGDocuments(RenderStyle*, ElementStyleResources&);
52 void loadPendingImages(RenderStyle*, ElementStyleResources&);
53 void loadPendingShapeImage(RenderStyle*, ShapeValue*, float deviceScaleFactor);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.h63 …Fragment(const SVGTextFragment&, int fragmentStartPosition, int fragmentEndPosition, RenderStyle*);
66 TextRun constructTextRun(RenderStyle*, const SVGTextFragment&) const;
69 RenderStyle*, RenderSVGResourceModeFlags);
73 RenderStyle*, RenderSVGResourceModeFlags);
79 void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&,
81 …void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&,
84 …ntDocumentMarker(GraphicsContext*, const FloatPoint&, DocumentMarker*, RenderStyle*, const Font&, …
85 …tTextMatchMarker(GraphicsContext*, const FloatPoint&, DocumentMarker*, RenderStyle*, const Font&) …

12345678910>>...21