Home | History | Annotate | Download | only in engine

Lines Matching refs:exists_now

1317                                 bool exists_now);
2380 bool existed_before, bool exists_now) {
2383 if (!exists_now && existed_before) {
2424 bool exists_now = e.good() && !e.Get(syncable::IS_DEL);
2432 if (exists_now && !existed_before)
2434 else if (!exists_now && existed_before)
2436 else if (exists_now && existed_before &&
2442 existed_before, exists_now);