Searched refs:CreateWithDefaultTag (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc1688 bool CreateWithDefaultTag(Id id, bool deleted) { function in class:syncable::__anon2545::SyncableClientTagTest
1725 EXPECT_TRUE(CreateWithDefaultTag(server_id, false));
1745 EXPECT_TRUE(CreateWithDefaultTag(server_id, false));
1751 EXPECT_TRUE(CreateWithDefaultTag(client_id, false));
1757 EXPECT_TRUE(CreateWithDefaultTag(client_id, true));
1763 EXPECT_TRUE(CreateWithDefaultTag(server_id, true));
1768 EXPECT_TRUE(CreateWithDefaultTag(factory_.NewServerId(), true));
1769 EXPECT_FALSE(CreateWithDefaultTag(factory_.NewServerId(), true));
1770 EXPECT_FALSE(CreateWithDefaultTag(factory_.NewServerId(), false));
1771 EXPECT_FALSE(CreateWithDefaultTag(factory
[all...]
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc2214 bool CreateWithDefaultTag(Id id, bool deleted) { function in class:syncer::syncable::__anon10810::SyncableClientTagTest
2251 EXPECT_TRUE(CreateWithDefaultTag(server_id, false));
2271 EXPECT_TRUE(CreateWithDefaultTag(server_id, false));
2277 EXPECT_TRUE(CreateWithDefaultTag(client_id, false));
2283 EXPECT_TRUE(CreateWithDefaultTag(client_id, true));
2289 EXPECT_TRUE(CreateWithDefaultTag(server_id, true));
2294 EXPECT_TRUE(CreateWithDefaultTag(factory_.NewServerId(), true));
2295 EXPECT_FALSE(CreateWithDefaultTag(factory_.NewServerId(), true));
2296 EXPECT_FALSE(CreateWithDefaultTag(factory_.NewServerId(), false));
2297 EXPECT_FALSE(CreateWithDefaultTag(factory
[all...]

Completed in 107 milliseconds