Home | History | Annotate | Download | only in engine

Lines Matching defs:model_types

206   syncable::ModelTypeBitSet model_types;
207 model_types[syncable::BOOKMARKS] = true;
213 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
218 EXPECT_TRUE(CompareModelTypeBitSetToModelTypePayloadMap(model_types,
225 model_types[syncable::BOOKMARKS] = false;
226 model_types[syncable::AUTOFILL] = true;
230 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
235 EXPECT_TRUE(CompareModelTypeBitSetToModelTypePayloadMap(model_types,
246 syncable::ModelTypeBitSet model_types;
247 model_types[syncable::BOOKMARKS] = true;
255 syncer_thread()->ScheduleConfig(model_types);
259 EXPECT_TRUE(CompareModelTypeBitSetToModelTypePayloadMap(model_types,
273 syncable::ModelTypeBitSet model_types;
274 model_types[syncable::BOOKMARKS] = true;
284 syncer_thread()->ScheduleConfig(model_types);
288 EXPECT_TRUE(CompareModelTypeBitSetToModelTypePayloadMap(model_types,
336 syncable::ModelTypeBitSet model_types;
337 model_types[syncable::BOOKMARKS] = true;
359 syncer_thread()->ScheduleConfig(model_types);
361 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
370 EXPECT_TRUE(CompareModelTypeBitSetToModelTypePayloadMap(model_types,
375 EXPECT_TRUE(CompareModelTypeBitSetToModelTypePayloadMap(model_types,