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

  /external/chromium_org/components/nacl/browser/
nacl_browser.h 171 typedef base::HashingMRUCache<std::string, base::FilePath> PathCacheType;
172 PathCacheType path_cache_;
nacl_browser.cc 417 PathCacheType::iterator iter = path_cache_.Peek(key);
433 PathCacheType::iterator iter = path_cache_.Peek(key);

Completed in 27 milliseconds