HomeSort by relevance Sort by last modified time
    Searched refs:FileSystemURL (Results 226 - 250 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/content/browser/fileapi/
file_system_dir_url_request_job_unittest.cc 39 using storage::FileSystemURL;
53 const storage::FileSystemURL& filesystem_url,
189 FileSystemURL CreateURL(const base::FilePath& file_path) {
local_file_util_unittest.cc 30 using storage::FileSystemURL;
72 FileSystemURL CreateURL(const std::string& file_name) {
157 FileSystemURL url = CreateURL(symlink_name);
file_system_operation_impl_write_unittest.cc 35 using storage::FileSystemURL;
116 FileSystemURL URLForPath(const base::FilePath& path) const {
sandbox_file_system_backend_unittest.cc 23 using storage::FileSystemURL;
112 FileSystemURL::CreateForTest(origin_url, type, base::FilePath()),
file_system_quota_client_unittest.cc 25 using storage::FileSystemURL;
120 FileSystemURL url = file_system_context_->CreateCrackedFileSystemURL(
137 FileSystemURL url = file_system_context_->CreateCrackedFileSystemURL(
file_writer_delegate_unittest.cc 31 using storage::FileSystemURL;
102 FileSystemURL url = GetFileSystemURL(test_file_path);
110 FileSystemURL GetFileSystemURL(const char* file_name) const {
isolated_context_unittest.cc 22 using storage::FileSystemURL;
255 FileSystemURL cracked = isolated_context()->CreateCrackedFileSystemURL(
upload_file_system_file_element_reader_unittest.cc 23 using storage::FileSystemURL;
91 storage::FileSystemURL url =
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_with_browser.cc 134 const storage::FileSystemURL& file_system_url) {
fileapi_util.cc 138 storage::FileSystemURL url = file_system_context_->CreateCrackedFileSystemURL(
223 storage::FileSystemURL file_system_url = file_system_context->CrackURL(url);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util.cc 80 FileSystemURLParser::FileSystemURLParser(const storage::FileSystemURL& url)
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
extension_sync_event_observer.cc 88 const storage::FileSystemURL& url,
sync_file_system_api_helpers.cc 109 const storage::FileSystemURL& url,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.h 72 const storage::FileSystemURL& url,
quota_reservation.cc 52 const storage::FileSystemURL& url) {
quota_reservation_unittest.cc 88 storage::FileSystemURL MakeFileSystemURL(
90 return storage::FileSystemURL::CreateForTest(
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobData.cpp 62 fileSystemURL = fileSystemURL.copy();
158 case BlobDataItem::FileSystemURL:
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_sync_unittest.cc 60 storage::FileSystemURL* url_out,
62 const storage::FileSystemURL& url) {
169 storage::FileSystemURL CreateURL(const std::string& app_id,
174 storage::FileSystemURL CreateURL(const std::string& app_id,
275 storage::FileSystemURL url(CreateURL(app_id, path));
305 storage::FileSystemURL url;
315 storage::FileSystemURL url;
463 storage::FileSystemURL url(CreateURL(app_id, path));
471 storage::FileSystemURL entry_url(
501 storage::FileSystemURL url(CreateURL(app_id, path))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_writer.cc 36 const storage::FileSystemURL& url,
158 FileStreamWriter::FileStreamWriter(const storage::FileSystemURL& url,
file_stream_reader.cc 43 const storage::FileSystemURL& url,
213 const storage::FileSystemURL& url,
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job.cc 40 // Helper for obtaining FileSystemContext, FileSystemURL, and mime type on the
132 storage::FileSystemURL file_system_url_;
198 const storage::FileSystemURL& file_system_url,
file_system_backend_unittest.cc 21 using storage::FileSystemURL;
25 FileSystemURL CreateFileSystemURL(const std::string& extension,
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker_unittest.cc 29 using storage::FileSystemURL;
73 FileSystemURL URL(const std::string& path) {
85 void VerifyAndClearChange(const FileSystemURL& url,
188 std::deque<FileSystemURL> urls_to_process;
619 std::deque<FileSystemURL> urls_to_process;
syncable_file_operation_runner_unittest.cc 31 using storage::FileSystemURL;
93 FileSystemURL URL(const std::string& path) {
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 363 static void Start(const storage::FileSystemURL file_system_url,
379 const storage::FileSystemURL& file_system_url,
434 const storage::FileSystemURL file_system_url_;
468 const storage::FileSystemURL file_system_url =
    [all...]

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011