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

  /external/chromium_org/chrome/renderer/extensions/
media_galleries_custom_bindings.cc 48 const std::string root_url = local
54 WebKit::WebString::fromUTF8(root_url)));
  /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 174 std::string root_url = fileapi::GetIsolatedFileSystemRootURIString( local
179 root_url,
200 const std::string& root_url,
203 root_url(root_url),
  /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 258 FileSystemURL root_url = CreateURL(FPL("")); local
294 FileSystemURL root_url = CreateURL(FPL("")); local
340 FileSystemURL root_url = CreateURL(FPL("")); local
393 FileSystemURL root_url = CreateURL(FPL("")); local
441 FileSystemURL root_url = CreateURL(FPL("")); local
486 FileSystemURL root_url = CreateURL(FPL("")); local
523 FileSystemURL root_url = CreateURL(FPL("")); local

Completed in 141 milliseconds