Home | History | Annotate | Download | only in browser

Lines Matching refs:needs_update

1014   bool needs_update =
1017 for (size_t i = 0; !needs_update && i < cached_form->field_count(); ++i) {
1018 needs_update = *cached_form->field(i) != live_form.fields[i];
1021 if (!needs_update)