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

  /external/chromium_org/components/nacl/browser/
nacl_browser.cc 148 path_cache_(kFilePathCacheSize),
409 PathCacheType::iterator iter = path_cache_.Peek(key);
410 if (iter == path_cache_.end()) {
411 path_cache_.Put(key, path);
425 PathCacheType::iterator iter = path_cache_.Peek(key);
426 if (iter == path_cache_.end()) {
431 path_cache_.Erase(iter);
nacl_browser.h 191 PathCacheType path_cache_; member in class:nacl::NaClBrowser

Completed in 76 milliseconds