OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIsolatedFileSystemName
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/renderer/extensions/
media_galleries_custom_bindings.cc
47
const std::string fs_name = fileapi::
GetIsolatedFileSystemName
(origin, fsid);
file_system_natives.cc
54
std::string name(fileapi::
GetIsolatedFileSystemName
(context_url.GetOrigin(),
/external/chromium_org/webkit/common/fileapi/
file_system_util.h
136
WEBKIT_STORAGE_COMMON_EXPORT std::string
GetIsolatedFileSystemName
(
file_system_util_unittest.cc
194
TEST_F(FileSystemUtilTest,
GetIsolatedFileSystemName
) {
196
std::string fsname1 =
GetIsolatedFileSystemName
(origin_url, "bar");
file_system_util.cc
338
std::string
GetIsolatedFileSystemName
(const GURL& origin_url,
/external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc
175
std::string file_system_name = fileapi::
GetIsolatedFileSystemName
(
Completed in 259 milliseconds