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

  /external/webkit/Source/WebCore/platform/text/
AtomicStringKeyedMRUCache.h 58 m_cache.append(std::make_pair(key, createValueForKey(key)));
64 T createValueForKey(const AtomicString&);
  /external/webkit/Source/WebCore/platform/text/mac/
HyphenationMac.mm 45 bool AtomicStringKeyedMRUCache<bool>::createValueForKey(const AtomicString& localeIdentifier)
  /external/webkit/Source/WebCore/platform/text/cf/
HyphenationCF.cpp 49 RetainPtr<CFLocaleRef> AtomicStringKeyedMRUCache<RetainPtr<CFLocaleRef> >::createValueForKey(const AtomicString& localeIdentifier)

Completed in 309 milliseconds