Home
last modified time | relevance | path

Searched refs:partition_path_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/android_webview/browser/net/
Daw_url_request_context_getter.h55 const base::FilePath partition_path_; variable
Daw_url_request_context_getter.cc162 : partition_path_(partition_path), in AwURLRequestContextGetter()
206 partition_path_.Append(FILE_PATH_LITERAL("Cache")), in InitializeURLRequestContext()
/external/chromium_org/webkit/browser/fileapi/
Dfile_system_context.h237 const base::FilePath& partition_path() const { return partition_path_; } in partition_path()
365 const base::FilePath partition_path_; variable
Dfile_system_context.cc136 partition_path_(partition_path), in FileSystemContext()
/external/chromium_org/content/browser/
Dstorage_partition_impl.h148 base::FilePath partition_path_; variable
Dstorage_partition_impl.cc331 : partition_path_(partition_path), in StoragePartitionImpl()
444 return partition_path_; in GetPath()