IsSyncable         61 chrome/browser/extensions/extension_util.cc       DCHECK(sync_helper::IsSyncable(extension));
IsSyncable        235 chrome/browser/sync_file_system/local/local_file_sync_context.cc   const bool syncable = sync_status()->IsSyncable(url);
IsSyncable        263 chrome/browser/sync_file_system/local/local_file_sync_context.cc   if (sync_status()->IsSyncable(url)) {
IsSyncable         70 chrome/browser/sync_file_system/local/local_file_sync_status.h   bool IsSyncable(const fileapi::FileSystemURL& url) const;
IsSyncable         51 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kFile)));
IsSyncable         52 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kParent)));
IsSyncable         53 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kChild)));
IsSyncable         54 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsSyncable(URL(kOther1)));
IsSyncable         55 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsSyncable(URL(kOther2)));
IsSyncable         76 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kFile)));
IsSyncable         77 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kParent)));
IsSyncable         78 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_FALSE(status.IsSyncable(URL(kChild)));
IsSyncable         79 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsSyncable(URL(kOther1)));
IsSyncable         80 chrome/browser/sync_file_system/local/local_file_sync_status_unittest.cc   EXPECT_TRUE(status.IsSyncable(URL(kOther2)));
IsSyncable        261 chrome/browser/themes/theme_syncable_service.cc   if (current_theme && !extensions::sync_helper::IsSyncable(current_theme)) {
IsSyncable        208 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc       if (extensions::sync_helper::IsSyncable(iter->get()) &&
IsSyncable        102 chrome/browser/webdata/keyword_table.h   virtual bool IsSyncable() OVERRIDE;
IsSyncable         33 chrome/browser/webdata/logins_table.h   virtual bool IsSyncable() OVERRIDE;
IsSyncable         42 chrome/browser/webdata/web_apps_table.h   virtual bool IsSyncable() OVERRIDE;
IsSyncable         63 chrome/browser/webdata/web_intents_table.h   virtual bool IsSyncable() OVERRIDE;
IsSyncable         26 chrome/common/extensions/sync_helper.cc   if (!IsSyncable(extension)) {
IsSyncable         15 chrome/common/extensions/sync_helper.h bool IsSyncable(const Extension* extension);
IsSyncable        230 chrome/common/extensions/sync_type_unittest.cc   EXPECT_TRUE(sync_helper::IsSyncable(extension_internal.get()));
IsSyncable        236 chrome/common/extensions/sync_type_unittest.cc   EXPECT_FALSE(sync_helper::IsSyncable(extension_noninternal.get()));
IsSyncable        244 chrome/common/extensions/sync_type_unittest.cc   EXPECT_FALSE(sync_helper::IsSyncable(extension_default.get()));
IsSyncable        132 components/autofill/core/browser/webdata/autofill_table.h   virtual bool IsSyncable() OVERRIDE;
IsSyncable         26 components/signin/core/browser/webdata/token_service_table.h   virtual bool IsSyncable() OVERRIDE;
IsSyncable         44 components/webdata/common/web_database_table.h   virtual bool IsSyncable() = 0;