HomeSort by relevance Sort by last modified time
    Searched refs:is_previous_token_rfc2047 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
http_content_disposition.cc 237 bool is_previous_token_rfc2047 = true; local
246 if (!is_previous_token_rfc2047)
256 if (!DecodeWord(t.token(), referrer_charset, &is_previous_token_rfc2047,
  /external/chromium/net/base/
net_util.cc 397 bool is_previous_token_rfc2047 = true; local
402 if (!is_previous_token_rfc2047) {
413 if (!DecodeWord(t.token(), referrer_charset, &is_previous_token_rfc2047,
    [all...]

Completed in 47 milliseconds