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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 67 #include "core/css/resolver/FontBuilder.h"
206 state.fontBuilder().setFontFamilyInitial(state.style()->effectiveZoom());
211 state.fontBuilder().setFontFamilyInherit(state.parentFontDescription());
216 state.fontBuilder().setFontFamilyValue(value, state.style()->effectiveZoom());
221 state.fontBuilder().setFontSizeInitial(state.style()->effectiveZoom());
226 state.fontBuilder().setFontSizeInherit(state.parentFontDescription(), state.style()->effectiveZoom());
231 state.fontBuilder().setFontSizeValue(value, state.parentStyle(), state.rootElementStyle(), state.style()->effectiveZoom());
236 state.fontBuilder().setWeight(FontWeightNormal);
241 state.fontBuilder().setWeight(state.parentFontDescription().weight());
254 state.fontBuilder().setWeightBolder()
    [all...]
StyleResolverState.h 33 #include "core/css/resolver/FontBuilder.h"
113 FontBuilder& fontBuilder() { return m_fontBuilder; }
162 FontBuilder m_fontBuilder;
StyleResolver.cpp 685 state.fontBuilder().initForStyleResolve(state.document(), state.style(), state.useSVGZoomRules());
770 state.fontBuilder().initForStyleResolve(state.document(), state.style(), state.useSVGZoomRules());
    [all...]
FontBuilder.cpp 24 #include "core/css/resolver/FontBuilder.h"
42 FontDescriptionChangeScope(FontBuilder* fontBuilder)
43 : m_fontBuilder(fontBuilder)
44 , m_fontDescription(fontBuilder->m_style->fontDescription())
58 FontBuilder* m_fontBuilder;
62 FontBuilder::FontBuilder()
69 void FontBuilder::initForStyleResolve(const Document& document, RenderStyle* style, bool useSVGZoomRules)
81 void FontBuilder::setInitial(float effectiveZoom
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 57 #include "core/css/resolver/FontBuilder.h"
    [all...]

Completed in 131 milliseconds