Home | History | Annotate | Download | only in engine

Lines Matching defs:progress_marker

112     const sync_pb::DataTypeProgressMarker& progress_marker =
115 progress_marker.get_update_triggers();
120 EXPECT_TRUE(progress_marker.has_notification_hint());
121 EXPECT_EQ("", progress_marker.notification_hint());
125 EXPECT_FALSE(progress_marker.has_notification_hint());
160 const sync_pb::DataTypeProgressMarker& progress_marker =
163 progress_marker.get_update_triggers();
168 EXPECT_TRUE(progress_marker.has_notification_hint());
169 EXPECT_FALSE(progress_marker.notification_hint().empty());
172 EXPECT_FALSE(progress_marker.has_notification_hint());