Home
last modified time | relevance | path

Searched refs:rootStyle (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSToLengthConversionData.h43 …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
DStyleMedia.cpp64 …RefPtr<RenderStyle> rootStyle = styleResolver.styleForElement(documentElement, 0 /*defaultParent*/… in matchMedium() local
70 MediaQueryEvaluator screenEval(type(), m_frame, rootStyle.get()); in matchMedium()
DMediaQueryMatcher.cpp87 …RefPtr<RenderStyle> rootStyle = styleResolver.styleForElement(documentElement, 0 /*defaultParent*/… in prepareEvaluator() local
89 return adoptPtr(new MediaQueryEvaluator(mediaType(), m_document->frame(), rootStyle.get())); in prepareEvaluator()
DCSSPrimitiveValue.cpp561 const RenderStyle& rootStyle = conversionData.rootStyle(); in computeLengthDouble() local
580 …factor = computingFontSize ? rootStyle.fontDescription().specifiedSize() : rootStyle.fontDescripti… in computeLengthDouble()
DCSSGradientValue.cpp65 RenderStyle* rootStyle = renderer->document().documentElement()->renderStyle(); in image() local
66 CSSToLengthConversionData conversionData(renderer->style(), rootStyle); in image()