Home
last modified time | relevance | path

Searched refs:GetComponentsUTF8Unsafe (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dpicasa_file_util.cc55 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in GetDataTypeForURL()
111 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in GetFileInfoSync()
180 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in ReadDirectorySync()
287 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in GetLocalFilePath()
Diphoto_file_util.cc163 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in GetFileInfoSync()
213 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in ReadDirectorySync()
297 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in GetLocalFilePath()
Ditunes_file_util.cc96 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in GetFileInfoSync()
158 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in ReadDirectorySync()
289 fileapi::VirtualPath::GetComponentsUTF8Unsafe(url.path(), &components); in GetLocalFilePath()
/external/chromium_org/webkit/common/fileapi/
Dfile_system_util.h53 static void GetComponentsUTF8Unsafe(
Dfile_system_util_unittest.cc185 VirtualPath::GetComponentsUTF8Unsafe(input, &components); in TEST_F()
Dfile_system_util.cc106 void VirtualPath::GetComponentsUTF8Unsafe( in GetComponentsUTF8Unsafe() function in fileapi::VirtualPath