Searched refs:TypeInfoCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dcom_type_info_holder.cc14 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() {
H A Dcom_type_info_holder.h70 class TypeInfoCache { class in namespace:com_util
72 TypeInfoCache() { function in class:com_util::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 109 milliseconds