Home | History | Annotate | Download | only in password_manager

Lines Matching defs:cutoff

137   const time_t cutoff = 1325376000;  // 00:00 Jan 1 2012 UTC
142 // A form on https://www.google.com/ older than the cutoff. Will be ignored.
152 true, true, cutoff - 1 },
153 // A form on https://www.google.com/ older than the cutoff. Will be ignored.
163 true, true, cutoff - 1 },
164 // A form on https://www.google.com/ newer than the cutoff.
174 true, true, cutoff + 1 },
175 // A form on https://accounts.google.com/ older than the cutoff.
185 true, true, cutoff - 1 },
186 // A form on http://bar.example.com/ older than the cutoff.
196 true, false, cutoff - 1 },
227 // than our cutoff - this is the new location of all Google login forms.