Searched refs:root_url (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/storage/common/fileapi/
H A Dfile_system_info.cc14 const GURL& root_url,
16 : name(name), root_url(root_url), mount_type(mount_type) {
13 FileSystemInfo(const std::string& name, const GURL& root_url, storage::FileSystemType mount_type) argument
H A Dfile_system_info.h22 const GURL& root_url,
27 GURL root_url; member in struct:storage::FileSystemInfo
/external/chromium_org/chrome/renderer/extensions/
H A Dsync_file_system_custom_bindings.cc46 std::string root_url(*v8::String::Utf8Value(args[1]));
47 if (root_url.empty()) {
58 GURL(root_url))
H A Dfile_manager_private_custom_bindings.cc34 std::string root_url(*v8::String::Utf8Value(args[1]));
43 GURL(root_url))
H A Dmedia_galleries_custom_bindings.cc36 const GURL root_url(
42 root_url)
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dbootstrap.py44 def __init__(self, root_url):
45 """Initialize SVN server root_url, save files to local dest_dir.
48 root_url: string url of SVN/WebDAV server
50 self.root_url = root_url
51 self.client = davclient.DAVClient(root_url)
88 logging.info('Saving %s to %s', self.root_url + src_path, dst_path)
89 urllib.urlretrieve(self.root_url + src_path, dst_path)
154 root_url = parsed_url.scheme + '://' + parsed_url.netloc
156 dav_client = DAVClientWrapper(root_url)
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Ddragged_file_util.h33 const FileSystemURL& root_url) OVERRIDE;
H A Dlocal_file_util.cc138 const FileSystemURL& root_url) {
140 if (GetLocalFilePath(context, root_url, &file_path) !=
146 file_path, root_url.path(),
136 CreateFileEnumerator( FileSystemOperationContext* context, const FileSystemURL& root_url) argument
H A Dfile_system_backend.h53 typedef base::Callback<void(const GURL& root_url,
H A Dfile_system_file_util.h100 const FileSystemURL& root_url) = 0;
H A Dlocal_file_util.h51 const FileSystemURL& root_url) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api_helpers.cc118 std::string root_url = local
121 root_url.append(url.filesystem_id());
122 root_url.append("/");
130 dict->SetString("rootUrl", root_url);
H A Dsync_file_system_api.cc143 const GURL& root_url,
152 this, root_url, file_system_name, error));
166 dict->SetString("root", root_url.spec());
142 DidOpenFileSystem( const GURL& root_url, const std::string& file_system_name, base::File::Error error) argument
H A Dsync_file_system_api.h115 void DidOpenFileSystem(const GURL& root_url,
/external/chromium_org/content/browser/fileapi/
H A Dplugin_private_file_system_backend_unittest.cc58 FileSystemURL CreateURL(const GURL& root_url, const std::string& relative) { argument
59 FileSystemURL root = context_->CrackURL(root_url);
104 const GURL root_url(storage::GetIsolatedFileSystemRootURIString(
106 FileSystemURL file = CreateURL(root_url, "foo");
/external/chromium_org/content/renderer/pepper/
H A Dresource_converter.cc98 GURL root_url = dom_file_system.rootURL(); local
104 (!root_url.is_valid())) {
110 host, instance, 0, root_url, file_system_type)));
118 new PpapiHostMsg_FileSystem_CreateFromRenderer(root_url.spec(),
127 GURL root_url = file_system_host->GetRootUrl(); local
131 storage::ParseFileSystemSchemeURL(root_url, &origin, &type, &virtual_path);
142 root_url,
H A Dpepper_file_system_host.h35 // given |root_url| and of the given |type|. The file system must already be
40 const GURL& root_url,
H A Dpepper_file_system_host.cc42 const GURL& root_url,
48 root_url_(root_url),
39 PepperFileSystemHost(RendererPpapiHost* host, PP_Instance instance, PP_Resource resource, const GURL& root_url, PP_FileSystemType type) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc179 std::string root_url = storage::GetIsolatedFileSystemRootURIString( local
182 root_url,
203 const std::string& root_url,
206 root_url(root_url),
322 storage::FileSystemURL root_url = local
324 if (!root_url.is_valid() || !root_url.path().empty()) {
330 isolated_context()->GetDraggedFileInfo(root_url.filesystem_id(),
202 FileSystem(const std::string& file_system_name, const std::string& root_url, const std::string& file_system_path) argument
H A Ddevtools_file_helper.h33 const std::string& root_url,
37 std::string root_url; member in struct:DevToolsFileHelper::FileSystem
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_renderer_connection.cc185 std::string root_url; local
188 nested_msg, &root_url, &file_system_type)) {
197 GURL(root_url),
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_system_backend.cc110 GURL root_url = GURL(storage::GetExternalFileSystemRootURIString( local
112 callback.Run(root_url, std::string(), base::File::FILE_ERROR_SECURITY);
118 std::string root_url = local
131 GURL(root_url), std::string(), base::File::FILE_ERROR_SECURITY);
135 root_url += inner_mount_name + "/";
141 callback.Run(GURL(root_url), name, base::File::FILE_OK);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util_unittest.cc255 FileSystemURL root_url = CreateURL(FPL("")); local
291 FileSystemURL root_url = CreateURL(FPL("")); local
341 FileSystemURL root_url = CreateURL(FPL("")); local
398 FileSystemURL root_url = CreateURL(FPL("")); local
449 FileSystemURL root_url = CreateURL(FPL("")); local
497 FileSystemURL root_url = CreateURL(FPL("")); local
527 FileSystemURL root_url = CreateURL(FPL("")); local
564 FileSystemURL root_url = CreateURL(FPL("")); local
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dfile_manager_private_custom_bindings.js30 fs = GetFileSystem(response.name, response.root_url);
/external/chromium_org/content/common/fileapi/
H A Dfile_system_messages.h27 IPC_STRUCT_TRAITS_MEMBER(root_url)
40 GURL /* root_url */)

Completed in 350 milliseconds

12