Searched defs:GetCharset (Results 1 - 25 of 25) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_simple_job.cc33 bool URLRequestSimpleJob::GetCharset(std::string* charset) { function in class:net::URLRequestSimpleJob
H A Durl_request_file_dir_job.cc102 bool URLRequestFileDirJob::GetCharset(std::string* charset) { function in class:net::URLRequestFileDirJob
H A Durl_request_job.cc103 bool URLRequestJob::GetCharset(std::string* charset) { function in class:net::URLRequestJob
H A Durl_request.cc300 void URLRequest::GetCharset(string* charset) { function in class:net::URLRequest
302 job_->GetCharset(charset);
H A Durl_request_http_job.cc825 bool URLRequestHttpJob::GetCharset(std::string* charset) { function in class:net::URLRequestHttpJob
831 return response_info_->headers->GetCharset(charset);
/external/chromium_org/android_webview/native/
H A Dintercepted_request_data_impl.cc45 bool InterceptedRequestDataImpl::GetCharset( function in class:android_webview::InterceptedRequestDataImpl
H A Dandroid_protocol_handler.cc75 virtual bool GetCharset(JNIEnv* env,
192 bool AndroidStreamReaderURLRequestJobDelegateImpl::GetCharset( function in class:__anon3435::AndroidStreamReaderURLRequestJobDelegateImpl
/external/chromium_org/net/url_request/
H A Durl_request_simple_job.cc35 bool URLRequestSimpleJob::GetCharset(std::string* charset) { function in class:net::URLRequestSimpleJob
H A Durl_request_file_dir_job.cc92 bool URLRequestFileDirJob::GetCharset(std::string* charset) { function in class:net::URLRequestFileDirJob
H A Durl_request_job.cc122 bool URLRequestJob::GetCharset(std::string* charset) { function in class:net::URLRequestJob
H A Durl_request.cc501 void URLRequest::GetCharset(string* charset) { function in class:net::URLRequest
503 job_->GetCharset(charset);
H A Durl_request_http_job.cc1015 bool URLRequestHttpJob::GetCharset(std::string* charset) { function in class:net::URLRequestHttpJob
1021 return GetResponseHeaders()->GetCharset(charset);
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_dir_url_request_job.cc75 bool FileSystemDirURLRequestJob::GetCharset(std::string* charset) { function in class:fileapi::FileSystemDirURLRequestJob
/external/chromium/chrome/browser/net/
H A Durl_request_mock_http_job.cc114 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { function in class:URLRequestMockHTTPJob
117 return info.headers && info.headers->GetCharset(charset);
H A Dview_http_cache_job_factory.cc36 virtual bool GetCharset(std::string* charset) { function in class:__anon2310::ViewHttpCacheJob
37 return core_->GetCharset(charset);
61 bool GetCharset(std::string* charset);
153 bool ViewHttpCacheJob::Core::GetCharset(std::string* charset) { function in class:__anon2310::ViewHttpCacheJob::Core
/external/chromium_org/content/browser/net/
H A Dview_http_cache_job_factory.cc42 virtual bool GetCharset(std::string* charset) OVERRIDE{
43 return core_->GetCharset(charset);
66 bool GetCharset(std::string* charset);
160 bool ViewHttpCacheJob::Core::GetCharset(std::string* charset) { function in class:content::__anon8095::ViewHttpCacheJob::Core
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc279 bool AndroidStreamReaderURLRequestJob::GetCharset(std::string* charset) { function in class:AndroidStreamReaderURLRequestJob
291 return delegate_->GetCharset(
/external/chromium_org/content/test/net/
H A Durl_request_mock_http_job.cc178 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { function in class:content::URLRequestMockHTTPJob
181 return info.headers.get() && info.headers->GetCharset(charset);
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_url_request_job.cc407 bool AppCacheURLRequestJob::GetCharset(std::string* charset) { function in class:appcache::AppCacheURLRequestJob
410 return http_info()->headers->GetCharset(charset);
/external/chromium/chrome/browser/automation/
H A Durl_request_automation_job.cc188 bool URLRequestAutomationJob::GetCharset(std::string* charset) { function in class:URLRequestAutomationJob
190 return headers_->GetCharset(charset);
/external/chromium_org/chrome/browser/automation/
H A Durl_request_automation_job.cc237 bool URLRequestAutomationJob::GetCharset(std::string* charset) { function in class:URLRequestAutomationJob
239 return headers_->GetCharset(charset);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc632 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) { function in class:sfntly::NameTable
653 UConverter* cs = GetCharset(platform_id, encoding_id);
682 UConverter* cs = GetCharset(platform_id, encoding_id);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc632 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) { function in class:sfntly::NameTable
653 UConverter* cs = GetCharset(platform_id, encoding_id);
682 UConverter* cs = GetCharset(platform_id, encoding_id);
/external/chromium/net/http/
H A Dhttp_response_headers.cc789 bool HttpResponseHeaders::GetCharset(std::string* charset) const { function in class:net::HttpResponseHeaders
/external/chromium_org/net/http/
H A Dhttp_response_headers.cc859 bool HttpResponseHeaders::GetCharset(std::string* charset) const { function in class:net::HttpResponseHeaders

Completed in 8960 milliseconds