Searched refs:rootStyle (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSToLengthConversionData.h | 43 …CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, float zoom, bool… 45 , m_rootStyle(rootStyle) in m_style() 52 …CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, bool computingFo… 54 , m_rootStyle(rootStyle) in m_style() 60 const RenderStyle& rootStyle() const { return *m_rootStyle; } in rootStyle() function 65 void setRootStyle(const RenderStyle* rootStyle) { m_rootStyle = rootStyle; } in setRootStyle() argument
|
D | StyleMedia.cpp | 64 …RefPtr<RenderStyle> rootStyle = styleResolver.styleForElement(documentElement, 0 /*defaultParent*/… in matchMedium() local 70 MediaQueryEvaluator screenEval(type(), m_frame, rootStyle.get()); in matchMedium()
|
D | MediaQueryMatcher.cpp | 87 …RefPtr<RenderStyle> rootStyle = styleResolver.styleForElement(documentElement, 0 /*defaultParent*/… in prepareEvaluator() local 89 return adoptPtr(new MediaQueryEvaluator(mediaType(), m_document->frame(), rootStyle.get())); in prepareEvaluator()
|
D | CSSPrimitiveValue.cpp | 561 const RenderStyle& rootStyle = conversionData.rootStyle(); in computeLengthDouble() local 580 …factor = computingFontSize ? rootStyle.fontDescription().specifiedSize() : rootStyle.fontDescripti… in computeLengthDouble()
|
D | CSSGradientValue.cpp | 65 RenderStyle* rootStyle = renderer->document().documentElement()->renderStyle(); in image() local 66 CSSToLengthConversionData conversionData(renderer->style(), rootStyle); in image()
|