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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphPageTreeNode.h99 , m_customFontCount(0)
123 unsigned m_customFontCount; member in class:blink::GlyphPageTreeNode
H A DGlyphPageTreeNode.cpp334 curr->m_customFontCount++;
353 if (!fontData || !m_customFontCount)
358 if (unsigned customFontCount = node->m_customFontCount + 1) {
360 curr->m_customFontCount -= customFontCount;
365 if (!m_customFontCount)
383 if (unsigned customFontCount = node->m_customFontCount) {
385 curr->m_customFontCount -= customFontCount;

Completed in 304 milliseconds