OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrackURL
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc
117
FileSystemURL cracked_isolated = file_system_context->
CrackURL
(
131
FileSystemURL cracked_external = file_system_context->
CrackURL
(
169
FileSystemURL cracked_external = file_system_context->
CrackURL
(
306
FileSystemURL cracked_url = file_system_context->
CrackURL
(raw_url);
341
context->
CrackURL
(CreateRawFileSystemURL("persistent", "pers_mount"));
352
cracked_url = context->
CrackURL
(
362
cracked_url = context->
CrackURL
(
fileapi_message_filter.cc
218
FileSystemURL url(context_->
CrackURL
(filesystem_url));
243
FileSystemURL src_url(context_->
CrackURL
(src_path));
244
FileSystemURL dest_url(context_->
CrackURL
(dest_path));
266
FileSystemURL src_url(context_->
CrackURL
(src_path));
267
FileSystemURL dest_url(context_->
CrackURL
(dest_path));
289
FileSystemURL url(context_->
CrackURL
(path));
306
FileSystemURL url(context_->
CrackURL
(path));
323
FileSystemURL url(context_->
CrackURL
(path));
346
FileSystemURL url(context_->
CrackURL
(path));
369
FileSystemURL url(context_->
CrackURL
(path))
[
all
...]
browser_file_system_helper.cc
109
fileapi::FileSystemURL url(context->
CrackURL
(path));
plugin_private_file_system_backend_unittest.cc
54
FileSystemURL root = context_->
CrackURL
(root_url);
/external/chromium_org/webkit/browser/fileapi/
mount_points.h
60
virtual FileSystemURL
CrackURL
(const GURL& url) const = 0;
96
// Same as
CrackURL
and CreateCrackedFileSystemURL, but cracks the url already
external_mount_points.h
79
virtual FileSystemURL
CrackURL
(const GURL& url) const OVERRIDE;
upload_file_system_file_element_reader.cc
46
file_system_context_->
CrackURL
(url_),
file_system_dir_url_request_job.cc
83
url_ = file_system_context_->
CrackURL
(request_->url());
isolated_context.h
153
virtual FileSystemURL
CrackURL
(const GURL& url) const OVERRIDE;
file_system_context.h
240
FileSystemURL
CrackURL
(const GURL& url) const;
file_system_url_request_job.cc
159
url_ = file_system_context_->
CrackURL
(request_->url());
file_system_context.cc
409
FileSystemURL FileSystemContext::
CrackURL
(const GURL& url) const {
557
base::FilePath parent =
CrackURL
(filesystem_root).virtual_path();
external_mount_points.cc
190
FileSystemURL ExternalMountPoints::
CrackURL
(const GURL& url) const {
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc
119
ExtractDrivePathFromFileSystemUrl(context->
CrackURL
(GURL(
132
ExtractDrivePathFromFileSystemUrl(context->
CrackURL
(GURL(
143
ExtractDrivePathFromFileSystemUrl(context->
CrackURL
(GURL(
155
ExtractDrivePathFromFileSystemUrl(context->
CrackURL
(GURL(
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc
78
file_system_context->
CrackURL
(GURL(url)));
183
file_system_context->
CrackURL
(GURL(url)));
234
file_system_context->
CrackURL
(GURL(url)));
299
file_system_context->
CrackURL
(GURL(url)));
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.cc
35
const FileSystemURL url = context->
CrackURL
(GURL(file_url_list[i]));
84
file_system_context->
CrackURL
(GURL(params->file_urls[i]));
134
file_system_context->
CrackURL
(file_url));
private_api_file_system.cc
354
FileSystemURL file_watch_url = file_system_context->
CrackURL
(GURL(url));
473
file_system_context->
CrackURL
(GURL(params->parent_directory_url)));
542
file_system_context->
CrackURL
(GURL(params->source_url)));
543
fileapi::FileSystemURL destination_url(file_system_context->
CrackURL
(
private_api_util.cc
246
file_system_context->
CrackURL
(url));
/external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util_unittest.cc
35
return ExternalMountPoints::GetSystemInstance()->
CrackURL
(GURL(url));
syncable_file_system_util.cc
111
ExternalMountPoints::GetSystemInstance()->
CrackURL
(GURL(serialized_url));
/external/chromium_org/chrome/browser/chromeos/file_manager/
open_util.cc
95
urls.push_back(file_system_context->
CrackURL
(url));
197
fileapi::FileSystemURL file_system_url = file_system_context->
CrackURL
(url);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_browsertest.cc
139
move_dest_ = file_system_context_->
CrackURL
(GURL(
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.cc
69
fs_url_ = fs_context->
CrackURL
(fs_path);
/external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc
324
isolated_context()->
CrackURL
(GURL(file_system_url));
/external/chromium_org/webkit/browser/blob/
blob_url_request_job.cc
563
file_system_context_->
CrackURL
(item.filesystem_url())),
Completed in 3330 milliseconds
1
2