HomeSort by relevance Sort by last modified time
    Searched refs:root_url_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.h 53 GURL GetRootUrl() const { return root_url_; }
72 GURL root_url_; member in class:content::PepperFileSystemHost
pepper_file_system_host.cc 48 root_url_(root_url),
73 root_url_ = root;
139 root_url_ = GURL(storage::GetIsolatedFileSystemRootURIString(
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc 83 root_url_ = root_url;
239 root_url_ = root;
264 root_url_ = GURL(storage::GetIsolatedFileSystemRootURIString(
268 if (!root_url_.is_valid()) {
349 root_url_ = GURL(storage::GetIsolatedFileSystemRootURIString(
413 if (type_ != PP_FILESYSTEMTYPE_EXTERNAL || root_url_.is_valid()) {
432 root_url_.GetOrigin(),
438 DCHECK(root_url_.is_valid());
444 root_url_.GetOrigin(),
pepper_file_system_browser_host.h 57 GURL GetRootUrl() const { return root_url_; }
149 GURL root_url_; member in class:content::PepperFileSystemBrowserHost
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util_unittest.cc 157 root_url_ = CreateFileSystemURL(mount_point_name, base::FilePath());
158 ASSERT_TRUE(root_url_.is_valid());
180 storage::FileSystemURL root_url_; member in class:chromeos::file_system_provider::FileSystemProviderProviderAsyncFileUtilTest
282 root_url_, local
295 root_url_, local
  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.h 234 GURL root_url_; member in class:sync_file_system::CannedSyncableFileSystem
canned_syncable_file_system.cc 278 EXPECT_FALSE(root_url_.is_empty());
280 GURL url(root_url_.spec() + path);
750 root_url_ = root;
  /external/chromium_org/storage/browser/fileapi/
obfuscated_file_util.cc 120 root_url_(root_url),
147 db_, context_, root_url_, current_file_id_,
197 FileSystemURL root_url_; member in class:storage::ObfuscatedFileEnumerator
    [all...]

Completed in 215 milliseconds