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
236
PassOwnPtr<SimpleFontData::DerivedFontData> SimpleFontData::DerivedFontData::create(bool
forCustomFont
)
238
return adoptPtr(new DerivedFontData(
forCustomFont
));
243
if (!
forCustomFont
)
SimpleFontData.h
222
static PassOwnPtr<DerivedFontData> create(bool
forCustomFont
);
225
bool
forCustomFont
;
237
:
forCustomFont
(custom)
Completed in 40 milliseconds