Home | History | Annotate | Download | only in ftp

Lines Matching refs:rest

159                                   const string16& rest,
172 if (!base::StringToInt(rest, &time_exploded.year)) {
174 if (rest.length() == 5 && rest[2] == ':') {
175 if (!base::StringToInt(rest.begin(),
176 rest.begin() + 2,
180 if (!base::StringToInt(rest.begin() + 3,
181 rest.begin() + 5,
184 } else if (rest.length() == 4 && rest[1] == ':') {
186 if (!base::StringToInt(rest.begin(),
187 rest.begin() + 1,
191 if (!base::StringToInt(rest.begin() + 2,
192 rest.begin() + 4,