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/core/platform/graphics/
SimpleFontData.cpp
241
PassOwnPtr<SimpleFontData::DerivedFontData> SimpleFontData::DerivedFontData::create(bool
forCustomFont
)
243
return adoptPtr(new DerivedFontData(
forCustomFont
));
248
if (!
forCustomFont
)
SimpleFontData.h
239
static PassOwnPtr<DerivedFontData> create(bool
forCustomFont
);
242
bool
forCustomFont
;
254
:
forCustomFont
(custom)
Completed in 613 milliseconds