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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 639 m_sheetToTextCache.add(styleSheet->contents(), textContent);
668 WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString>::iterator it = m_sheetToTextCache.find(contents);
669 if (it == m_sheetToTextCache.end())
673 m_sheetToTextCache.remove(contents);
696 visitor->trace(m_sheetToTextCache);
StyleEngine.h 267 WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString> m_sheetToTextCache;

Completed in 229 milliseconds