Lines Matching refs:ok
275 // It's ok to preserve this header in the final result.
610 DVLOG(1) << "missing response status; assuming 200 OK";
611 raw_headers_.append(" 200 OK");
627 raw_headers_.append(" 200 OK");
645 DVLOG(1) << "missing response status text; assuming OK";
646 // Not super critical what we put here. Just use "OK"
648 raw_headers_.append("OK");
1119 bool ok = base::StringToInt64(content_length_val, &result);
1120 if (!ok || result < 0)
1186 bool ok = base::StringToInt64(first_byte_pos_begin,
1197 ok &= base::StringToInt64(last_byte_pos_begin,
1200 if (!ok) {