HomeSort by relevance Sort by last modified time
    Searched refs:root_url (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/storage/common/fileapi/
file_system_info.cc 14 const GURL& root_url,
16 : name(name), root_url(root_url), mount_type(mount_type) {
file_system_info.h 22 const GURL& root_url,
27 GURL root_url; member in struct:storage::FileSystemInfo
  /external/chromium_org/chrome/renderer/extensions/
sync_file_system_custom_bindings.cc 46 std::string root_url(*v8::String::Utf8Value(args[1]));
47 if (root_url.empty()) {
58 GURL(root_url))
file_manager_private_custom_bindings.cc 34 std::string root_url(*v8::String::Utf8Value(args[1]));
43 GURL(root_url))
media_galleries_custom_bindings.cc 36 const GURL root_url(
42 root_url)
  /external/chromium_org/tools/telemetry/telemetry/util/
bootstrap.py 44 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/
dragged_file_util.h 33 const FileSystemURL& root_url) OVERRIDE;
file_system_backend.h 53 typedef base::Callback<void(const GURL& root_url,
local_file_util.cc 138 const FileSystemURL& root_url) {
140 if (GetLocalFilePath(context, root_url, &file_path) !=
146 file_path, root_url.path(),
file_system_file_util.h 100 const FileSystemURL& root_url) = 0;
local_file_util.h 51 const FileSystemURL& root_url) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.cc 118 std::string root_url = local
121 root_url.append(url.filesystem_id());
122 root_url.append("/");
130 dict->SetString("rootUrl", root_url);
sync_file_system_api.h 115 void DidOpenFileSystem(const GURL& root_url,
sync_file_system_api.cc 143 const GURL& root_url,
152 this, root_url, file_system_name, error));
166 dict->SetString("root", root_url.spec());
  /external/chromium_org/content/browser/fileapi/
plugin_private_file_system_backend_unittest.cc 58 FileSystemURL CreateURL(const GURL& root_url, const std::string& relative) {
59 FileSystemURL root = context_->CrackURL(root_url);
104 const GURL root_url(storage::GetIsolatedFileSystemRootURIString(
106 FileSystemURL file = CreateURL(root_url, "foo");
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.h 33 const std::string& root_url,
37 std::string root_url; member in struct:DevToolsFileHelper::FileSystem
devtools_file_helper.cc 179 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(),
  /external/chromium_org/content/renderer/pepper/
resource_converter.cc 98 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,
pepper_file_system_host.h 35 // given |root_url| and of the given |type|. The file system must already be
40 const GURL& root_url,
pepper_file_system_host.cc 42 const GURL& root_url,
48 root_url_(root_url),
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_renderer_connection.cc 185 std::string root_url; local
188 nested_msg, &root_url, &file_system_type)) {
197 GURL(root_url),
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 110 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/
native_media_file_util_unittest.cc 255 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/content/common/fileapi/
file_system_messages.h 27 IPC_STRUCT_TRAITS_MEMBER(root_url)
40 GURL /* root_url */)
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.h 49 const GURL& root_url);

Completed in 693 milliseconds

1 2