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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFaceCache.h 62 StyleRuleToFontFace m_styleRuleToFontFace;
CSSSegmentedFontFaceCache.cpp 54 if (!m_styleRuleToFontFace.add(fontFaceRule, cssFontFace).isNewEntry)
74 StyleRuleToFontFace::iterator styleRuleToFontFaceIter = m_styleRuleToFontFace.find(fontFaceRule);
75 if (styleRuleToFontFaceIter == m_styleRuleToFontFace.end())
95 m_styleRuleToFontFace.remove(styleRuleToFontFaceIter);

Completed in 582 milliseconds