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

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc675 // Similar to above, but for unapplied items. Bug 49278.
1233 // update should succeed validation, but be stuck in the unapplied state
1256 // The three items with an unresolved parent should be unapplied (3, 9, 100).
1987 Directory::UnappliedUpdateMetaHandles unapplied; local
1988 dir->GetUnappliedUpdateMetaHandles(&trans, &unapplied);
1989 EXPECT_TRUE(0 == unapplied.size());
2017 // We apply unapplied updates again before we get the update about the deletion.
2018 // This means we have an unapplied update where server_version < base_version.
2454 // a set was only unapplied updates.
/external/chromium_org/sync/engine/
H A Dsyncer_unittest.cc905 // All should be unapplied due to being undecryptable and have a valid
929 // All should remain unapplied due to be undecryptable.
1101 // Similar to above, but for unapplied items. Bug 49278.
1692 // update should succeed validation, but be stuck in the unapplied state
1723 // The three items with an unresolved parent should be unapplied (3, 9, 100).
2444 std::vector<int64> unapplied; local
2445 directory()->GetUnappliedUpdateMetaHandles(&trans, all_types, &unapplied);
2446 EXPECT_EQ(0u, unapplied.size());
2472 // We apply unapplied updates again before we get the update about the deletion.
2473 // This means we have an unapplied updat
[all...]

Completed in 54 milliseconds