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

  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.h 34 const std::string& file_system_path);
38 std::string file_system_path; member in struct:DevToolsFileHelper::FileSystem
103 // Removes isolated file system for given |file_system_path|.
104 void RemoveFileSystem(const std::string& file_system_path);
106 // Returns whether access to the folder on given |file_system_path| was
108 bool IsFileSystemAdded(const std::string& file_system_path);
devtools_file_helper.cc 173 const std::string& file_system_path) {
184 file_system_path);
205 const std::string& file_system_path)
208 file_system_path(file_system_path) {
344 std::string file_system_path = path.AsUTF8Unsafe(); local
348 if (file_systems_paths_value->HasKey(file_system_path)) {
376 std::string file_system_path = path.AsUTF8Unsafe(); local
381 file_systems_paths_value->SetWithoutPathExpansion(file_system_path,
387 file_system_path);
397 std::string file_system_path = *it; local
    [all...]
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 131 base::FilePath file_system_path() const { function in class:fileapi::SandboxFileSystemBackendTest
214 base::FilePath expected = file_system_path().AppendASCII(
312 base::FilePath expected = file_system_path().AppendASCII(

Completed in 113 milliseconds