HomeSort by relevance Sort by last modified time
    Searched refs:root_url (Results 26 - 45 of 45) sorted by null

12

  /external/chromium_org/webkit/browser/fileapi/
local_file_util.h 51 const FileSystemURL& root_url) OVERRIDE;
obfuscated_file_util.h 134 const FileSystemURL& root_url) OVERRIDE;
174 const FileSystemURL& root_url,
obfuscated_file_util.cc 115 const FileSystemURL& root_url,
120 root_url_(root_url),
123 base::FilePath root_virtual_path = root_url.path();
412 const FileSystemURL& root_url) {
413 return CreateFileEnumerator(context, root_url, false /* recursive */);
798 const FileSystemURL& root_url,
800 SandboxDirectoryDatabase* db = GetDirectoryDatabase(root_url, false);
805 new ObfuscatedFileEnumerator(db, context, this, root_url, recursive));
    [all...]
sandbox_file_system_backend_delegate.h 112 const GURL& root_url);
sandbox_file_system_backend_delegate.cc 254 const GURL& root_url) {
270 base::Bind(callback, root_url, name),
  /external/chromium_org/chrome/renderer/resources/extensions/
file_browser_private_custom_bindings.js 30 fs = GetFileSystem(response.name, response.root_url);
  /external/chromium_org/extensions/renderer/
file_system_natives.cc 60 GURL root_url(fileapi::GetIsolatedFileSystemRootURIString(
67 root_url)
  /external/chromium_org/tools/valgrind/
scan-build.py 15 ROOT_URL = "http://build.chromium.org/p/chromium.memory.fyi/builders"
124 def __init__(self, root_url, cache_dir):
125 self._root_url = root_url
199 fyi = Waterfall(ROOT_URL, cache_path)
  /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/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.h 43 // given |root_url|. The file system at |root_url| must already be opened and
46 void OpenExisting(const GURL& root_url, const base::Closure& callback);
pepper_file_system_browser_host.cc 80 void PepperFileSystemBrowserHost::OpenExisting(const GURL& root_url,
82 root_url_ = root_url;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.cc 171 entry_definition.file_system_root_url = info.root_url.spec();
189 file_system_context_->CrackURL(info.root_url).virtual_path();
  /external/chromium_org/content/browser/fileapi/
file_system_file_stream_reader_unittest.cc 124 static void OnOpenFileSystem(const GURL& root_url,
obfuscated_file_util_unittest.cc 375 const FileSystemURL& root_url,
385 FileSystemURLAppend(root_url, *iter),
392 FileSystemURLAppend(root_url, *iter)));
439 const FileSystemURL& root_url,
446 root_url, &entries));
463 FileSystemURLAppend(root_url, *iter),
473 FileSystemURLAppend(root_url, *iter),
476 ValidateTestDirectory(root_url, *files, *directories);
479 void TestReadDirectoryHelper(const FileSystemURL& root_url) {
482 FillTestDirectory(root_url, &files, &directories)
    [all...]
file_system_dir_url_request_job_unittest.cc 151 void OnOpenFileSystem(const GURL& root_url,
file_system_url_request_job_unittest.cc 162 void OnOpenFileSystem(const GURL& root_url,
fileapi_message_filter.cc 783 DCHECK(info.root_url.is_valid());
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 355 DCHECK(info.root_url.is_valid());
webfilesystem_impl.cc 198 MakeTuple(base::UTF8ToUTF16(info.name), info.root_url,
  /external/chromium_org/chrome/browser/devtools/
devtools_ui_bindings.cc 82 file_system_value->SetString("rootURL", file_system.root_url);

Completed in 883 milliseconds

12