Home
last modified time | relevance | path

Searched refs:FontDescriptionChangeScope (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp40 class FontDescriptionChangeScope { class
43 FontDescriptionChangeScope(FontBuilder* fontBuilder) in FontDescriptionChangeScope() function in blink::FontDescriptionChangeScope
53 ~FontDescriptionChangeScope() in ~FontDescriptionChangeScope()
99 FontDescriptionChangeScope scope(this); in setInitial()
108 FontDescriptionChangeScope scope(this); in inheritFrom()
120 FontDescriptionChangeScope scope(this); in fromSystemFont()
142 FontDescriptionChangeScope scope(this); in setFontFamilyInitial()
149 FontDescriptionChangeScope scope(this); in setFontFamilyInherit()
158 FontDescriptionChangeScope scope(this); in setFontFamilyValue()
239 FontDescriptionChangeScope scope(this); in setWeight()
[all …]
DFontBuilder.h38 class FontDescriptionChangeScope; variable
94 friend class FontDescriptionChangeScope; variable