HomeSort by relevance Sort by last modified time
    Searched refs:fontSelectorVersion (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h 83 // FIXME: It should be possible to combine fontSelectorVersion and generation.
84 unsigned fontSelectorVersion() const { return m_fontSelectorVersion; }
Font.cpp 153 && (m_fontFallbackList ? m_fontFallbackList->fontSelectorVersion() : 0) == (other.m_fontFallbackList ? other.m_fontFallbackList->fontSelectorVersion() : 0)

Completed in 2664 milliseconds