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

  /external/chromium/net/url_request/
url_request_simple_job.h 25 virtual bool GetCharset(std::string* charset);
url_request_file_dir_job.h 34 virtual bool GetCharset(std::string* charset);
url_request_simple_job.cc 33 bool URLRequestSimpleJob::GetCharset(std::string* charset) {
url_request_http_job.h 74 virtual bool GetCharset(std::string* charset);
url_request_job.h 100 virtual bool GetCharset(std::string* charset);
url_request_file_dir_job.cc 102 bool URLRequestFileDirJob::GetCharset(std::string* charset) {
url_request.h 446 void GetCharset(std::string* charset);
url_request.cc 300 void URLRequest::GetCharset(string* charset) {
302 job_->GetCharset(charset);
url_request_job.cc 103 bool URLRequestJob::GetCharset(std::string* charset) {
url_request_http_job.cc 825 bool URLRequestHttpJob::GetCharset(std::string* charset) {
831 return response_info_->headers->GetCharset(charset);
    [all...]
url_request_unittest.cc     [all...]
  /external/chromium/chrome/browser/net/
url_request_mock_http_job.h 22 virtual bool GetCharset(std::string* charset);
view_http_cache_job_factory.cc 36 virtual bool GetCharset(std::string* charset) {
37 return core_->GetCharset(charset);
61 bool GetCharset(std::string* charset);
153 bool ViewHttpCacheJob::Core::GetCharset(std::string* charset) {
url_request_mock_http_job.cc 114 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) {
117 return info.headers && info.headers->GetCharset(charset);
  /external/chromium/chrome/browser/automation/
url_request_automation_job.h 45 virtual bool GetCharset(std::string* charset);
url_request_automation_job.cc 188 bool URLRequestAutomationJob::GetCharset(std::string* charset) {
190 return headers_->GetCharset(charset);
  /external/chromium/net/http/
http_response_headers.h 176 bool GetCharset(std::string* charset) const;
http_response_headers_unittest.cc 665 EXPECT_EQ(tests[i].has_charset, parsed->GetCharset(&value));
    [all...]
http_response_headers.cc 789 bool HttpResponseHeaders::GetCharset(std::string* charset) const {
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebResponse.cpp 50 request->GetCharset(&m_encoding);
  /external/chromium/net/proxy/
proxy_script_fetcher_impl.cc 279 cur_request_->GetCharset(&charset);
  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 250 if (response_headers->GetCharset(&charset)) {
    [all...]

Completed in 295 milliseconds