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

  /external/chromium_org/webkit/browser/fileapi/
file_system_context.h 102 const base::FilePath& partition_path,
216 const base::FilePath& partition_path() const { return partition_path_; } function in class:fileapi::FileSystemContext
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 108 static void FindContext(const base::FilePath& partition_path,
112 if (storage_partition->GetPath() == partition_path) {
121 base::FilePath* partition_path,
127 *partition_path = base::FilePath(path_string);
135 return GetOriginContext(*partition_path, *origin_url, context);
160 base::FilePath partition_path; local
163 if (!GetOriginData(args, &partition_path, &origin_url, &context))
171 partition_path,
179 base::FilePath partition_path; local
182 if (!GetOriginData(args, &partition_path, &origin_url, &context)
    [all...]

Completed in 64 milliseconds