Searched refs:root_url_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_system_host.h53 GURL GetRootUrl() const { return root_url_; }
72 GURL root_url_; member in class:content::PepperFileSystemHost
H A Dpepper_file_system_host.cc48 root_url_(root_url),
73 root_url_ = root;
139 root_url_ = GURL(storage::GetIsolatedFileSystemRootURIString(
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.cc83 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(),
H A Dpepper_file_system_browser_host.h57 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/
H A Dprovider_async_file_util_unittest.cc157 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/
H A Dcanned_syncable_file_system.h234 GURL root_url_; member in class:sync_file_system::CannedSyncableFileSystem
H A Dcanned_syncable_file_system.cc278 EXPECT_FALSE(root_url_.is_empty());
280 GURL url(root_url_.spec() + path);
750 root_url_ = root;
/external/chromium_org/storage/browser/fileapi/
H A Dobfuscated_file_util.cc120 root_url_(root_url),
147 db_, context_, root_url_, current_file_id_,
197 FileSystemURL root_url_; member in class:storage::ObfuscatedFileEnumerator

Completed in 192 milliseconds