Home | History | Annotate | Download | only in syncable

Lines Matching refs:IdFilter

940 class IdFilter {
942 virtual ~IdFilter() { }
947 class FullScanFilter : public IdFilter {
954 class SomeIdsFilter : public IdFilter {
1003 const IdFilter& idfilter) {
1028 if (!idfilter.ShouldConsider(parentid))