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

  /external/chromium_org/components/nacl/browser/
nacl_browser.cc 155 validation_cache_file_path_(),
322 validation_cache_file_path_ =
339 base::Bind(ReadCache, validation_cache_file_path_, data),
484 if (validation_cache_file_path_.empty()) {
498 base::Bind(RemoveCache, validation_cache_file_path_, callback));
530 // validation_cache_file_path_ may be empty if something went wrong during
532 if (validation_cache_is_modified_ && !validation_cache_file_path_.empty()) {
543 base::Bind(WriteCache, validation_cache_file_path_,
nacl_browser.h 165 base::FilePath validation_cache_file_path_; member in class:nacl::NaClBrowser

Completed in 85 milliseconds