Lines Matching refs:bytes
27 // The maximum size (in bytes) allowed for a PAC script. Responses exceeding
48 // Convert |bytes| (which is encoded by |charset|) in place to UTF8.
50 void ConvertResponseToUTF8(const std::string& charset, std::string* bytes) {
65 base::CodepageToWide(*bytes, codepage,
69 *bytes = WideToUTF8(tmp_wide);
86 virtual int Fetch(const GURL& url, std::string* bytes,
102 // Read more bytes from the response.
143 // Holds the bytes read so far. Will not exceed |max_response_bytes|. This
168 std::string* bytes,
174 DCHECK(bytes);
189 result_bytes_ = bytes;
313 // On error, the caller expects empty string for bytes.