OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isEntireRange
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SegmentedFontData.h
47
bool
isEntireRange
() const { return !m_from && m_to >= 0x10ffff; }
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.h
91
bool
isEntireRange
() const { return m_ranges.isEmpty(); }
Completed in 56 milliseconds