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 142 validation_cache_file_path_(),
315 validation_cache_file_path_ =
332 base::Bind(ReadCache, validation_cache_file_path_, data),
477 if (validation_cache_file_path_.empty()) {
491 base::Bind(RemoveCache, validation_cache_file_path_, callback));
523 // validation_cache_file_path_ may be empty if something went wrong during
525 if (validation_cache_is_modified_ && !validation_cache_file_path_.empty()) {
536 base::Bind(WriteCache, validation_cache_file_path_,
nacl_browser.h 179 base::FilePath validation_cache_file_path_; member in class:nacl::NaClBrowser

Completed in 507 milliseconds