OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PnaclTranslationCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/nacl/browser/
pnacl_translation_cache.h
39
class
PnaclTranslationCache
40
: public base::SupportsWeakPtr<
PnaclTranslationCache
> {
42
PnaclTranslationCache
();
43
virtual ~
PnaclTranslationCache
();
85
// OpComplete and backend methods on
PnaclTranslationCache
.
101
DISALLOW_COPY_AND_ASSIGN(
PnaclTranslationCache
);
pnacl_translation_cache.cc
45
base::WeakPtr<
PnaclTranslationCache
> cache,
49
base::WeakPtr<
PnaclTranslationCache
> cache,
77
PnaclTranslationCacheEntry(base::WeakPtr<
PnaclTranslationCache
> cache,
99
base::WeakPtr<
PnaclTranslationCache
> cache_;
113
base::WeakPtr<
PnaclTranslationCache
> cache,
124
base::WeakPtr<
PnaclTranslationCache
> cache,
136
base::WeakPtr<
PnaclTranslationCache
> cache,
323
void
PnaclTranslationCache
::OpComplete(PnaclTranslationCacheEntry* entry) {
329
PnaclTranslationCache
::
PnaclTranslationCache
() : in_memory_(false) {
[
all
...]
Completed in 46 milliseconds