OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_capacity
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h
45
static unsigned capacity() { return
s_capacity
; }
60
ASSERT(length <=
s_capacity
);
91
static const unsigned
s_capacity
= 15;
member in class:WebCore::WidthCache::SmallStringKey
92
static const unsigned s_emptyValueLength =
s_capacity
+ 1;
93
static const unsigned s_deletedValueLength =
s_capacity
+ 2;
97
UChar m_characters[
s_capacity
];
Completed in 2029 milliseconds