HTTP_LWS           46 net/http/http_auth_challenge_tokenizer.cc   base::StringTokenizer tok(begin, end, HTTP_LWS);
HTTP_LWS           90 net/http/http_util.cc   size_t type_val = content_type_str.find_first_not_of(HTTP_LWS);
HTTP_LWS           92 net/http/http_util.cc   size_t type_end = content_type_str.find_first_of(HTTP_LWS ";(", type_val);
HTTP_LWS          138 net/http/http_util.cc     charset_val = content_type_str.find_first_not_of(HTTP_LWS, charset_val);
HTTP_LWS          146 net/http/http_util.cc       charset_end = std::min(content_type_str.find_first_of(HTTP_LWS ";(",
HTTP_LWS          395 net/http/http_util.cc   return strchr(HTTP_LWS, c) != NULL;