Home | History | Annotate | Download | only in ftp

Lines Matching refs:rest

227                                   const base::string16& rest,
247 if (!base::StringToInt(rest, &time_exploded.year)) {
249 if (rest.length() == 5 && rest[2] == ':') {
250 if (!base::StringToInt(StringPiece16(rest.begin(), rest.begin() + 2),
255 if (!base::StringToInt(StringPiece16(rest.begin() + 3, rest.begin() + 5),
259 } else if (rest.length() == 4 && rest[1] == ':') {
261 if (!base::StringToInt(StringPiece16(rest.begin(), rest.begin() + 1),
266 if (!base::StringToInt(StringPiece16(rest.begin() + 2, rest.begin() + 4),