Home
last modified time | relevance | path

Searched refs:GetCharset (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/content/browser/net/
Dview_http_cache_job_factory.cc42 virtual bool GetCharset(std::string* charset) OVERRIDE{ in GetCharset() function in content::__anon6dfce2940111::ViewHttpCacheJob
43 return core_->GetCharset(charset); in GetCharset()
66 bool GetCharset(std::string* charset);
160 bool ViewHttpCacheJob::Core::GetCharset(std::string* charset) { in GetCharset() function in content::__anon6dfce2940111::ViewHttpCacheJob::Core
/external/chromium_org/android_webview/browser/
Daw_web_resource_response.cc42 virtual bool GetCharset(JNIEnv* env, in GetCharset() function in android_webview::__anon6212a6e80111::StreamReaderJobDelegateImpl
46 return aw_web_resource_response_->GetCharset(env, charset); in GetCharset()
Daw_web_resource_response.h32 virtual bool GetCharset(JNIEnv* env, std::string* charset) const = 0;
/external/chromium_org/android_webview/browser/net/
Dandroid_stream_reader_url_request_job.h64 virtual bool GetCharset(
90 virtual bool GetCharset(std::string* charset) OVERRIDE;
Dandroid_stream_reader_url_request_job.cc281 bool AndroidStreamReaderURLRequestJob::GetCharset(std::string* charset) { in GetCharset() function in AndroidStreamReaderURLRequestJob
293 return delegate_->GetCharset( in GetCharset()
/external/chromium_org/content/test/net/
Durl_request_mock_http_job.cc184 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { in GetCharset() function in content::URLRequestMockHTTPJob
187 return info.headers.get() && info.headers->GetCharset(charset); in GetCharset()
Durl_request_mock_http_job.h32 virtual bool GetCharset(std::string* charset) OVERRIDE;
/external/chromium_org/content/browser/service_worker/
Dservice_worker_read_from_cache_job.cc72 bool ServiceWorkerReadFromCacheJob::GetCharset(std::string* charset) { in GetCharset() function in content::ServiceWorkerReadFromCacheJob
75 return http_info()->headers->GetCharset(charset); in GetCharset()
Dservice_worker_url_request_job.cc63 bool ServiceWorkerURLRequestJob::GetCharset(std::string* charset) { in GetCharset() function in content::ServiceWorkerURLRequestJob
66 return http_info()->headers->GetCharset(charset); in GetCharset()
Dservice_worker_read_from_cache_job.h39 virtual bool GetCharset(std::string* charset) OVERRIDE;
Dservice_worker_write_to_cache_job.cc79 bool ServiceWorkerWriteToCacheJob::GetCharset(std::string* charset) { in GetCharset() function in content::ServiceWorkerWriteToCacheJob
82 return http_info()->headers->GetCharset(charset); in GetCharset()
Dservice_worker_write_to_cache_job.h48 virtual bool GetCharset(std::string* charset) OVERRIDE;
Dservice_worker_url_request_job.h51 virtual bool GetCharset(std::string* charset) OVERRIDE;
/external/chromium_org/android_webview/native/
Daw_web_resource_response_impl.h30 virtual bool GetCharset(JNIEnv* env, std::string* charset) const OVERRIDE;
Dandroid_protocol_handler.cc75 virtual bool GetCharset(JNIEnv* env,
196 bool AndroidStreamReaderURLRequestJobDelegateImpl::GetCharset( in GetCharset() function in __anonbac6cfd00111::AndroidStreamReaderURLRequestJobDelegateImpl
Daw_web_resource_response_impl.cc48 bool AwWebResourceResponseImpl::GetCharset( in GetCharset() function in android_webview::AwWebResourceResponseImpl
/external/chromium_org/net/url_request/
Durl_request_simple_job.h28 virtual bool GetCharset(std::string* charset) OVERRIDE;
Durl_request_file_dir_job.h36 virtual bool GetCharset(std::string* charset) OVERRIDE;
Durl_request_simple_job.cc39 bool URLRequestSimpleJob::GetCharset(std::string* charset) { in GetCharset() function in net::URLRequestSimpleJob
Durl_request_file_dir_job.cc92 bool URLRequestFileDirJob::GetCharset(std::string* charset) { in GetCharset() function in net::URLRequestFileDirJob
/external/chromium_org/webkit/browser/fileapi/
Dfile_system_dir_url_request_job.h40 virtual bool GetCharset(std::string* charset) OVERRIDE;
/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h30 virtual FX_BYTE GetCharset() const in GetCharset() function
Dfx_android_font.cpp73 charset = ((IFPF_Font*)hFont)->GetCharset(); in GetFontCharset()
/external/pdfium/core/include/fxge/
Dfpf.h30 virtual FX_BYTE GetCharset() const = 0;
/external/chromium_org/webkit/browser/appcache/
Dappcache_url_request_job.cc403 bool AppCacheURLRequestJob::GetCharset(std::string* charset) { in GetCharset() function in appcache::AppCacheURLRequestJob
406 return http_info()->headers->GetCharset(charset); in GetCharset()

12