Home
last modified time | relevance | path

Searched refs:createValueForKey (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DAtomicStringKeyedMRUCache.h58 m_cache.append(std::make_pair(key, createValueForKey(key))); in get()
64 T createValueForKey(const AtomicString&);
/external/webkit/Source/WebCore/platform/text/cf/
DHyphenationCF.cpp49 RetainPtr<CFLocaleRef> AtomicStringKeyedMRUCache<RetainPtr<CFLocaleRef> >::createValueForKey(const … in createValueForKey() function in WebCore::AtomicStringKeyedMRUCache
/external/webkit/Source/WebCore/platform/text/mac/
DHyphenationMac.mm45 bool AtomicStringKeyedMRUCache<bool>::createValueForKey(const AtomicString& localeIdentifier)
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0646854 (WebCore::::createValueForKey): Return 0 if hyphenation is not available for the locale.
86879 (WebCore::AtomicStringKeyedMRUCache<RetainPtr<CFLocaleRef> >::createValueForKey): Returns a
86887 …(WebCore::AtomicStringKeyedMRUCache<bool>::createValueForKey): Returns whether the locale identifi…
DChangeLog-2011-02-1637540 (WebCore::::createValueForKey): Removed whitespace.