OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_url_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_file_system_host.h
52
GURL GetRootUrl() const { return
root_url_
; }
71
GURL
root_url_
;
member in class:content::PepperFileSystemHost
pepper_file_system_host.cc
48
root_url_
(root_url),
78
root_url_
= root;
145
root_url_
= GURL(fileapi::GetIsolatedFileSystemRootURIString(
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc
85
root_url_
= root_url;
265
root_url_
= root;
290
root_url_
= GURL(fileapi::GetIsolatedFileSystemRootURIString(
293
if (!
root_url_
.is_valid()) {
370
root_url_
= GURL(fileapi::GetIsolatedFileSystemRootURIString(
424
root_url_
.GetOrigin(),
430
DCHECK(
root_url_
.is_valid());
436
root_url_
.GetOrigin(),
pepper_file_system_browser_host.h
56
GURL GetRootUrl() const { return
root_url_
; }
159
GURL
root_url_
;
member in class:content::PepperFileSystemBrowserHost
/external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.h
225
GURL
root_url_
;
member in class:sync_file_system::CannedSyncableFileSystem
canned_syncable_file_system.cc
267
EXPECT_FALSE(
root_url_
.is_empty());
269
GURL url(
root_url_
.spec() + path);
733
root_url_
= root;
/external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.cc
123
root_url_
(root_url),
150
db_, context_,
root_url_
, current_file_id_,
200
FileSystemURL
root_url_
;
member in class:fileapi::ObfuscatedFileEnumerator
[
all
...]
Completed in 337 milliseconds