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

/external/chromium_org/sync/engine/
H A Dsyncer_unittest.cc946 // All should be unapplied due to being undecryptable and have a valid
970 // All should remain unapplied due to be undecryptable.
1157 // Similar to above, but for unapplied items. Bug 49278.
1240 // Modify one of the preferences locally, mark another one as unapplied,
1262 // unsynced/unapplied state preserved.
1823 // update should succeed validation, but be stuck in the unapplied state
1855 // The three items with an unresolved parent should be unapplied (3, 9, 100).
2498 std::vector<int64> unapplied; local
2499 directory()->GetUnappliedUpdateMetaHandles(&trans, all_types, &unapplied);
2500 EXPECT_EQ(0u, unapplied
[all...]

Completed in 61 milliseconds