HomeSort by relevance Sort by last modified time
    Searched defs:path_ (Results 51 - 53 of 53) sorted by null

1 23

  /external/chromium/chrome/common/extensions/
extension.h 571 const FilePath& path() const { return path_; }
775 FilePath path_; member in class:Extension
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 89 : path_(path), name_(name) {}
94 FilePath path_; member in class:__anon4013::CleanupTask
101 FilePath to_delete = GetPrefixedName(path_, name_, i);
194 : path_(path), force_(force), retry_(false), max_bytes_(max_bytes),
211 const FilePath& path_; member in class:__anon4013::CacheCreator
228 cache_ = new disk_cache::BackendImpl(path_, thread_, net_log_);
246 if (!DelayedCacheCleanup(path_))
342 path_(path),
368 path_(path),
832 return path_.AppendASCII(tmp)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 435 FilePath path_ = temp_dir_.path(); local
436 path_ = path_.Append(FILE_PATH_LITERAL("TestingExtensionsPath"));
437 file_util::Delete(path_, true);
438 file_util::CreateDirectory(path_);
439 FilePath temp_prefs = path_.Append(FILE_PATH_LITERAL("Preferences"));
442 extensions_install_dir_ = path_.Append(FILE_PATH_LITERAL("Extensions"));
461 FilePath path_ = temp_dir_.path(); local
462 path_ = path_.Append(FILE_PATH_LITERAL("TestingExtensionsPath"))
    [all...]

Completed in 248 milliseconds

1 23