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

  /external/chromium_org/chrome_frame/
com_type_info_holder.cc 14 base::LazyInstance<TypeInfoCache> type_info_cache = LAZY_INSTANCE_INITIALIZER;
16 // TypeInfoCache
18 TypeInfoCache::~TypeInfoCache() {
26 TypeInfoNameCache* TypeInfoCache::Lookup(const IID* iid) {
50 TypeInfoCache* TypeInfoCache::Singleton() {
com_type_info_holder.h 70 class TypeInfoCache {
72 TypeInfoCache() {
75 ~TypeInfoCache();
81 // Call to get access to the singleton instance of TypeInfoCache.
82 static TypeInfoCache* Singleton();
102 type_info_ = TypeInfoCache::Singleton()->Lookup(&iid);

Completed in 70 milliseconds