HomeSort by relevance Sort by last modified time
    Searched defs:root_url (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
media_galleries_custom_bindings.cc 48 const std::string root_url = local
54 blink::WebString::fromUTF8(root_url)));
  /external/chromium_org/webkit/common/fileapi/
file_system_info.h 22 const GURL& root_url,
27 GURL root_url; member in struct:fileapi::FileSystemInfo
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.cc 114 std::string root_url = fileapi::GetFileSystemRootURI( local
117 root_url.append(url.filesystem_id());
118 root_url.append("/");
126 dict->SetString("rootUrl", root_url);
  /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 178 std::string root_url = fileapi::GetIsolatedFileSystemRootURIString( local
183 root_url,
204 const std::string& root_url,
207 root_url(root_url),
323 fileapi::FileSystemURL root_url = local
325 if (!root_url.is_valid() || !root_url.path().empty()) {
331 isolated_context()->GetDraggedFileInfo(root_url.filesystem_id(),
  /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)) {
199 GURL(root_url),
  /external/chromium_org/content/renderer/pepper/
resource_converter.cc 64 GURL root_url = dom_file_system.rootURL(); local
74 new content::PepperFileSystemHost(host, instance, 0, root_url,
83 new PpapiHostMsg_FileSystem_CreateFromRenderer(root_url.spec(),
  /external/chromium_org/chrome/browser/extensions/
isolated_app_browsertest.cc 403 GURL root_url = embedded_test_server()->GetURL("/"); local
408 root_url = root_url.ReplaceComponents(replace_host);
413 browser(), root_url.Resolve("expect-and-set-cookie?set=nonApp%3d1"),
450 browser(), root_url, local
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 256 FileSystemURL root_url = CreateURL(FPL("")); local
292 FileSystemURL root_url = CreateURL(FPL("")); local
341 FileSystemURL root_url = CreateURL(FPL("")); local
397 FileSystemURL root_url = CreateURL(FPL("")); local
446 FileSystemURL root_url = CreateURL(FPL("")); local
492 FileSystemURL root_url = CreateURL(FPL("")); local
522 FileSystemURL root_url = CreateURL(FPL("")); local
557 FileSystemURL root_url = CreateURL(FPL("")); local

Completed in 1037 milliseconds