Searched refs:GetCharset (Results 1 – 14 of 14) sorted by relevance
21 virtual bool GetCharset(std::string* charset);
29 bool URLRequestSimpleJob::GetCharset(std::string* charset) { in GetCharset() function in URLRequestSimpleJob
27 virtual bool GetCharset(std::string* charset);
41 virtual bool GetCharset(std::string* charset);
195 void URLRequest::GetCharset(string* charset) { in GetCharset() function in URLRequest197 job_->GetCharset(charset); in GetCharset()
104 virtual bool GetCharset(std::string* charset) { return false; } in GetCharset() function
98 bool URLRequestFileDirJob::GetCharset(string* charset) { in GetCharset() function in URLRequestFileDirJob
183 bool URLRequestHttpJob::GetCharset(std::string* charset) { in GetCharset() function in URLRequestHttpJob189 return response_info_->headers->GetCharset(charset); in GetCharset()
391 void GetCharset(std::string* charset);
924 req.GetCharset(&charset); in TEST_F()
168 bool GetCharset(std::string* charset) const;
666 EXPECT_EQ(tests[i].has_charset, parsed->GetCharset(&value)); in TEST()
720 bool HttpResponseHeaders::GetCharset(std::string* charset) const { in GetCharset() function in net::HttpResponseHeaders
310 cur_request_->GetCharset(&charset); in FetchCompleted()