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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSToLengthConversionData.h 44 CSSToLengthConversionData(const RenderStyle* currStyle, const RenderStyle* rootStyle, const RenderView*, float zoom, bool computingFontSize = false);
45 CSSToLengthConversionData(const RenderStyle* currStyle, const RenderStyle* rootStyle, const RenderView*, bool computingFontSize = false);
46 CSSToLengthConversionData(const RenderStyle* currStyle, const RenderStyle* rootStyle, float viewportWidth, float viewportHeight, float zoom, bool computingFontSize = false);
49 const RenderStyle* rootStyle() const { return m_rootStyle; }
60 void setRootStyle(const RenderStyle* rootStyle) { m_rootStyle = rootStyle; }
CSSGradientValue.cpp 69 RenderStyle* rootStyle = renderer->document().documentElement()->renderStyle();
70 CSSToLengthConversionData conversionData(renderer->style(), rootStyle, renderer->view());
    [all...]
CSSPrimitiveValue.cpp 598 const RenderStyle* rootStyle = conversionData.rootStyle();
617 if (rootStyle)
618 factor = computingFontSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescription().computedSize();
    [all...]

Completed in 72 milliseconds