HomeSort by relevance Sort by last modified time
    Searched refs:IsInSameFileSystem (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/fileapi/
file_system_url_unittest.cc 197 TEST(FileSystemURLTest, IsInSameFileSystem) {
214 EXPECT_TRUE(url_foo_temp_a.IsInSameFileSystem(url_foo_temp_a));
215 EXPECT_TRUE(url_foo_temp_a.IsInSameFileSystem(url_foo_temp_b));
216 EXPECT_FALSE(url_foo_temp_a.IsInSameFileSystem(url_foo_perm_a));
217 EXPECT_FALSE(url_foo_temp_a.IsInSameFileSystem(url_bar_temp_a));
218 EXPECT_FALSE(url_foo_temp_a.IsInSameFileSystem(url_bar_perm_a));
  /external/chromium_org/storage/browser/fileapi/
file_system_url.cc 142 return IsInSameFileSystem(child) &&
146 bool FileSystemURL::IsInSameFileSystem(const FileSystemURL& other) const {
file_system_url.h 134 bool IsInSameFileSystem(const FileSystemURL& other) const;
file_system_operation_impl.cc 288 DCHECK(src_url.IsInSameFileSystem(dest_url));
304 DCHECK(src_url.IsInSameFileSystem(dest_url));
copy_or_move_operation_delegate.cc 752 same_file_system_ = src_root_.IsInSameFileSystem(dest_root_);
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.cc 152 if (!new_url.IsInSameFileSystem(GetFileSystemURL()))

Completed in 96 milliseconds