HomeSort by relevance Sort by last modified time
    Searched refs:rootStyle (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSToLengthConversionData.h 43 CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, float zoom, bool computingFontSize = false)
45 , m_rootStyle(rootStyle)
52 CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, bool computingFontSize = false)
54 , m_rootStyle(rootStyle)
60 const RenderStyle& rootStyle() const { return *m_rootStyle; }
65 void setRootStyle(const RenderStyle* rootStyle) { m_rootStyle = rootStyle; }
StyleMedia.cpp 64 RefPtr<RenderStyle> rootStyle = styleResolver.styleForElement(documentElement, 0 /*defaultParent*/, DisallowStyleSharing, MatchOnlyUserAgentRules);
70 MediaQueryEvaluator screenEval(type(), m_frame, rootStyle.get());
MediaQueryMatcher.cpp 87 RefPtr<RenderStyle> rootStyle = styleResolver.styleForElement(documentElement, 0 /*defaultParent*/, DisallowStyleSharing, MatchOnlyUserAgentRules);
89 return adoptPtr(new MediaQueryEvaluator(mediaType(), m_document->frame(), rootStyle.get()));
CSSPrimitiveValue.cpp 561 const RenderStyle& rootStyle = conversionData.rootStyle();
580 factor = computingFontSize ? rootStyle.fontDescription().specifiedSize() : rootStyle.fontDescription().computedSize();
    [all...]
CSSGradientValue.cpp 65 RenderStyle* rootStyle = renderer->document().documentElement()->renderStyle();
66 CSSToLengthConversionData conversionData(renderer->style(), rootStyle);
    [all...]

Completed in 115 milliseconds