Searched refs:fontBuilder (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverState.h121 FontBuilder& fontBuilder() { return m_fontBuilder; } function in class:blink::StyleResolverState
H A DFontBuilder.cpp43 FontDescriptionChangeScope(FontBuilder* fontBuilder) argument
44 : m_fontBuilder(fontBuilder)
45 , m_fontDescription(fontBuilder->m_style->fontDescription())
H A DStyleResolver.cpp597 state.fontBuilder().initForStyleResolve(state.document(), state.style());
668 state.fontBuilder().initForStyleResolve(state.document(), state.style());
706 state.fontBuilder().initForStyleResolve(state.document(), state.style());
773 state.fontBuilder().initForStyleResolve(state.document(), state.style());
847 state.fontBuilder().initForStyleResolve(state.document(), state.style());
902 state.fontBuilder().initForStyleResolve(document(), state.style());
905 state.fontBuilder().setInitial(state.style()->effectiveZoom());
922 state.fontBuilder().createFont(document().styleEngine()->fontSelector(), state.parentStyle(), state.style());
997 ASSERT(!state.fontBuilder().fontDirty());
1444 state.fontBuilder()
[all...]
H A DStyleBuilderCustom.cpp237 state.fontBuilder().setFontFamilyInitial();
242 state.fontBuilder().setFontFamilyInherit(state.parentFontDescription());
247 state.fontBuilder().setFontFamilyValue(value);
1027 state.fontBuilder().fromSystemFont(toCSSPrimitiveValue(value)->getValueID(), state.style()->effectiveZoom());
1039 state.fontBuilder().setScript(state.style()->locale());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1664 FontBuilder fontBuilder; local
1665 fontBuilder.initForStyleResolve(*this, documentStyle);
1667 fontBuilder.createFontForDocument(selector, documentStyle);

Completed in 267 milliseconds