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

  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache.cc 36 // PnaclTranslationCacheEntry is a shim that provides storage for the
40 class PnaclTranslationCacheEntry
41 : public base::RefCounted<PnaclTranslationCacheEntry> {
43 static PnaclTranslationCacheEntry* GetReadEntry(
47 static PnaclTranslationCacheEntry* GetWriteEntry(
74 friend class base::RefCounted<PnaclTranslationCacheEntry>;
75 PnaclTranslationCacheEntry(base::WeakPtr<PnaclTranslationCache> cache,
78 ~PnaclTranslationCacheEntry();
106 DISALLOW_COPY_AND_ASSIGN(PnaclTranslationCacheEntry);
110 PnaclTranslationCacheEntry* PnaclTranslationCacheEntry::GetReadEntry
    [all...]
pnacl_translation_cache.h 36 class PnaclTranslationCacheEntry;
82 friend class PnaclTranslationCacheEntry;
84 // PnaclTranslationCacheEntry should only use the
86 void OpComplete(PnaclTranslationCacheEntry* entry);
105 std::map<void*, scoped_refptr<PnaclTranslationCacheEntry> > open_entries_;

Completed in 542 milliseconds