IsWritable        288 chrome/browser/sync_file_system/local/local_file_sync_context.cc   DCHECK(!sync_status()->IsWritable(url));
IsWritable        371 chrome/browser/sync_file_system/local/local_file_sync_context.cc   DCHECK(!sync_status()->IsWritable(url));
IsWritable         66 chrome/browser/sync_file_system/local/local_file_sync_status.h   bool IsWritable(const fileapi::FileSystemURL& url) const;
IsWritable         44 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kFile)));
IsWritable         45 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kParent)));
IsWritable         46 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kChild)));
IsWritable         47 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kOther1)));
IsWritable         48 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kOther2)));
IsWritable         69 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWritable(URL(kFile)));
IsWritable         70 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWritable(URL(kParent)));
IsWritable         71 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsWritable(URL(kChild)));
IsWritable         72 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kOther1)));
IsWritable         73 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kOther2)));
IsWritable         84 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kFile)));
IsWritable         85 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kParent)));
IsWritable         86 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsWritable(URL(kChild)));
IsWritable         72 chrome/browser/sync_file_system/local/root_delete_helper.cc   DCHECK(!sync_status_->IsWritable(url_));
IsWritable         87 chrome/browser/sync_file_system/local/root_delete_helper.cc   DCHECK(!sync_status_->IsWritable(url_));
IsWritable         29 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc     if (!status->IsWritable(target_paths()[i]))
IsWritable         37 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc     DCHECK(status->IsWritable(target_paths()[i]));
IsWritable        163 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_FALSE(sync_status()->IsWritable(URL(kFile)));
IsWritable        184 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_TRUE(sync_status()->IsWritable(URL(kFile)));
IsWritable        205 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_FALSE(sync_status()->IsWritable(URL(kDir)));
IsWritable        233 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_TRUE(sync_status()->IsWritable(URL(kDir)));
IsWritable        330 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_FALSE(sync_status()->IsWritable(URL(kFile)));
IsWritable        362 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_FALSE(sync_status()->IsWritable(URL(kFile)));
IsWritable        374 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ASSERT_TRUE(sync_status()->IsWritable(URL(kFile)));