Searched defs:GetCharset (Results 1 - 21 of 21) sorted by path

/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc281 bool AndroidStreamReaderURLRequestJob::GetCharset(std::string* charset) { function in class:AndroidStreamReaderURLRequestJob
293 return delegate_->GetCharset(
/external/chromium_org/android_webview/native/
H A Dandroid_protocol_handler.cc75 virtual bool GetCharset(JNIEnv* env,
196 bool AndroidStreamReaderURLRequestJobDelegateImpl::GetCharset( function in class:__anon1807::AndroidStreamReaderURLRequestJobDelegateImpl
H A Daw_web_resource_response_impl.cc48 bool AwWebResourceResponseImpl::GetCharset( function in class:android_webview::AwWebResourceResponseImpl
/external/chromium_org/content/browser/appcache/
H A Dappcache_url_request_job.cc403 bool AppCacheURLRequestJob::GetCharset(std::string* charset) { function in class:content::AppCacheURLRequestJob
406 return http_info()->headers->GetCharset(charset);
/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);
161 bool ViewHttpCacheJob::Core::GetCharset(std::string* charset) { function in class:content::__anon7271::ViewHttpCacheJob::Core
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_read_from_cache_job.cc80 bool ServiceWorkerReadFromCacheJob::GetCharset(std::string* charset) { function in class:content::ServiceWorkerReadFromCacheJob
83 return http_info()->headers->GetCharset(charset);
H A Dservice_worker_url_request_job.cc77 bool ServiceWorkerURLRequestJob::GetCharset(std::string* charset) { function in class:content::ServiceWorkerURLRequestJob
80 return http_info()->headers->GetCharset(charset);
H A Dservice_worker_write_to_cache_job.cc88 bool ServiceWorkerWriteToCacheJob::GetCharset(std::string* charset) { function in class:content::ServiceWorkerWriteToCacheJob
91 return http_info()->headers->GetCharset(charset);
/external/chromium_org/net/http/
H A Dhttp_response_headers.cc908 bool HttpResponseHeaders::GetCharset(std::string* charset) const { function in class:net::HttpResponseHeaders
/external/chromium_org/net/test/url_request/
H A Durl_request_mock_http_job.cc204 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { function in class:net::URLRequestMockHTTPJob
207 return info.headers.get() && info.headers->GetCharset(charset);
/external/chromium_org/net/url_request/
H A Durl_request.cc450 void URLRequest::GetCharset(string* charset) const { function in class:net::URLRequest
452 job_->GetCharset(charset);
H A Durl_request_file_dir_job.cc92 bool URLRequestFileDirJob::GetCharset(std::string* charset) { function in class:net::URLRequestFileDirJob
H A Durl_request_http_job.cc955 bool URLRequestHttpJob::GetCharset(std::string* charset) { function in class:net::URLRequestHttpJob
961 return GetResponseHeaders()->GetCharset(charset);
H A Durl_request_job.cc125 bool URLRequestJob::GetCharset(std::string* charset) { function in class:net::URLRequestJob
H A Durl_request_simple_job.cc39 bool URLRequestSimpleJob::GetCharset(std::string* charset) { function in class:net::URLRequestSimpleJob
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_dir_url_request_job.cc76 bool FileSystemDirURLRequestJob::GetCharset(std::string* charset) { function in class:storage::FileSystemDirURLRequestJob
/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/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h510 int GetCharset() const function in class:CPDF_CIDFont
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfont_int.h90 int GetCharset() function in class:CPDF_CMap
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.h30 virtual FX_BYTE GetCharset() const function in class:CFPF_SkiaFont
/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);

Completed in 412 milliseconds