HomeSort by relevance Sort by last modified time
    Searched refs:filesystem_path (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
image_writer_private_api.cc 70 std::string filesystem_path; local
75 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &filesystem_path));
81 filesystem_path,
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.h 83 const std::string& filesystem_path,
app_file_handler_util.cc 339 const std::string& filesystem_path,
343 if (filesystem_path.empty()) {
366 base::FilePath::FromUTF8Unsafe(filesystem_path);
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 205 std::string filesystem_path; local
207 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
211 filesystem_path,
298 std::string filesystem_path; local
300 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
308 filesystem_path,
348 std::string filesystem_path; local
350 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
860 std::string filesystem_path; local
862 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &filesystem_path));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 407 const base::FilePath& filesystem_path,
409 return mount_points_->GetVirtualPath(filesystem_path, virtual_path) ||
410 system_mount_points_->GetVirtualPath(filesystem_path, virtual_path);
file_system_backend.h 140 virtual bool GetVirtualPath(const base::FilePath& filesystem_path,
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 1060 std::string filesystem_path; local
    [all...]

Completed in 112 milliseconds