Searched defs:FontBuilder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.h40 class FontBuilder { class in namespace:blink
42 WTF_MAKE_NONCOPYABLE(FontBuilder);
44 FontBuilder();
110 // any notion of RenderStyle from here, allowing FontBuilder to build Font objects
119 // is changed, FontBuilder tracks the need to update
H A DFontBuilder.cpp24 #include "core/css/resolver/FontBuilder.h"
43 FontDescriptionChangeScope(FontBuilder* fontBuilder)
59 RawPtrWillBeMember<FontBuilder> m_fontBuilder;
63 FontBuilder::FontBuilder() function in class:blink::FontBuilder
70 void FontBuilder::initForStyleResolve(const Document& document, RenderStyle* style)
93 void FontBuilder::setInitial(float effectiveZoom)
103 setSize(scope.fontDescription(), FontBuilder::initialSize());
106 void FontBuilder::inheritFrom(const FontDescription& fontDescription)
113 void FontBuilder
[all...]

Completed in 59 milliseconds