OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forCustomFont
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp
220
PassOwnPtr<SimpleFontData::DerivedFontData> SimpleFontData::DerivedFontData::create(bool
forCustomFont
)
222
return adoptPtr(new DerivedFontData(
forCustomFont
));
227
if (!
forCustomFont
)
SimpleFontData.h
209
static PassOwnPtr<DerivedFontData> create(bool
forCustomFont
);
212
bool
forCustomFont
;
224
:
forCustomFont
(custom)
Completed in 129 milliseconds