Home
last modified time | relevance | path

Searched defs:IsInSameFileSystem (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
Dfile_system_url.cc146 bool FileSystemURL::IsInSameFileSystem(const FileSystemURL& other) const { in IsInSameFileSystem() function in storage::FileSystemURL
/external/chromium_org/content/browser/fileapi/
Dfile_system_url_unittest.cc197 TEST(FileSystemURLTest, IsInSameFileSystem) { in TEST() argument