GetCharset         44 android_webview/browser/intercepted_request_data.cc     return intercepted_request_data_->GetCharset(env, charset);
GetCharset         31 android_webview/browser/intercepted_request_data.h   virtual bool GetCharset(JNIEnv* env, std::string* charset) const = 0;
GetCharset        293 android_webview/browser/net/android_stream_reader_url_request_job.cc   return delegate_->GetCharset(
GetCharset         63 android_webview/browser/net/android_stream_reader_url_request_job.h     virtual bool GetCharset(
GetCharset         86 android_webview/browser/net/android_stream_reader_url_request_job.h   virtual bool GetCharset(std::string* charset) OVERRIDE;
GetCharset         75 android_webview/native/android_protocol_handler.cc   virtual bool GetCharset(JNIEnv* env,
GetCharset         26 android_webview/native/intercepted_request_data_impl.h   virtual bool GetCharset(JNIEnv* env, std::string* charset) const OVERRIDE;
GetCharset        637 chrome/browser/autocomplete/base_search_provider.cc       if (response_headers->GetCharset(&charset)) {
GetCharset         46 content/browser/loader/resource_loader.cc   request->GetCharset(&response->head.charset);
GetCharset         43 content/browser/net/view_http_cache_job_factory.cc     return core_->GetCharset(charset);
GetCharset         66 content/browser/net/view_http_cache_job_factory.cc     bool GetCharset(std::string* charset);
GetCharset         60 content/browser/service_worker/service_worker_url_request_job.cc   return http_info()->headers->GetCharset(charset);
GetCharset         44 content/browser/service_worker/service_worker_url_request_job.h   virtual bool GetCharset(std::string* charset) OVERRIDE;
GetCharset        186 content/test/net/url_request_mock_http_job.cc   return info.headers.get() && info.headers->GetCharset(charset);
GetCharset         29 content/test/net/url_request_mock_http_job.h   virtual bool GetCharset(std::string* charset) OVERRIDE;
GetCharset        198 net/http/http_response_headers.h   bool GetCharset(std::string* charset) const;
GetCharset        727 net/http/http_response_headers_unittest.cc     EXPECT_EQ(tests[i].has_charset, parsed->GetCharset(&value));
GetCharset        289 net/proxy/proxy_script_fetcher_impl.cc     cur_request_->GetCharset(&charset);
GetCharset        536 net/url_request/url_request.cc   job_->GetCharset(charset);
GetCharset        551 net/url_request/url_request.h   void GetCharset(std::string* charset);
GetCharset         36 net/url_request/url_request_file_dir_job.h   virtual bool GetCharset(std::string* charset) OVERRIDE;
GetCharset        949 net/url_request/url_request_http_job.cc   return GetResponseHeaders()->GetCharset(charset);
GetCharset        103 net/url_request/url_request_http_job.h   virtual bool GetCharset(std::string* charset) OVERRIDE;
GetCharset        123 net/url_request/url_request_job.h   virtual bool GetCharset(std::string* charset);
GetCharset         28 net/url_request/url_request_simple_job.h   virtual bool GetCharset(std::string* charset) OVERRIDE;
GetCharset       5145 net/url_request/url_request_unittest.cc   req.GetCharset(&charset);
GetCharset        405 webkit/browser/appcache/appcache_url_request_job.cc   return http_info()->headers->GetCharset(charset);
GetCharset        136 webkit/browser/appcache/appcache_url_request_job.h   virtual bool GetCharset(std::string* charset) OVERRIDE;
GetCharset         40 webkit/browser/fileapi/file_system_dir_url_request_job.h   virtual bool GetCharset(std::string* charset) OVERRIDE;