Searched refs:s_capacity (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthCache.h54 static unsigned capacity() { return s_capacity; }
69 ASSERT(length <= s_capacity);
100 static const unsigned s_capacity = 15; member in class:blink::WidthCache::SmallStringKey
101 static const unsigned s_emptyValueLength = s_capacity + 1;
102 static const unsigned s_deletedValueLength = s_capacity + 2;
106 UChar m_characters[s_capacity];

Completed in 64 milliseconds