Home | History | Annotate | Download | only in browser

Lines Matching refs:needs_update

1019   bool needs_update =
1022 for (size_t i = 0; !needs_update && i < cached_form->field_count(); ++i) {
1023 needs_update = *cached_form->field(i) != live_form.fields[i];
1026 if (!needs_update)