/external/chromium_org/content/browser/net/ |
D | view_http_cache_job_factory.cc | 42 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/ |
D | aw_web_resource_response.cc | 42 virtual bool GetCharset(JNIEnv* env, in GetCharset() function in android_webview::__anon6212a6e80111::StreamReaderJobDelegateImpl 46 return aw_web_resource_response_->GetCharset(env, charset); in GetCharset()
|
D | aw_web_resource_response.h | 32 virtual bool GetCharset(JNIEnv* env, std::string* charset) const = 0;
|
/external/chromium_org/android_webview/browser/net/ |
D | android_stream_reader_url_request_job.h | 64 virtual bool GetCharset( 90 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
D | android_stream_reader_url_request_job.cc | 281 bool AndroidStreamReaderURLRequestJob::GetCharset(std::string* charset) { in GetCharset() function in AndroidStreamReaderURLRequestJob 293 return delegate_->GetCharset( in GetCharset()
|
/external/chromium_org/content/test/net/ |
D | url_request_mock_http_job.cc | 184 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { in GetCharset() function in content::URLRequestMockHTTPJob 187 return info.headers.get() && info.headers->GetCharset(charset); in GetCharset()
|
D | url_request_mock_http_job.h | 32 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_read_from_cache_job.cc | 72 bool ServiceWorkerReadFromCacheJob::GetCharset(std::string* charset) { in GetCharset() function in content::ServiceWorkerReadFromCacheJob 75 return http_info()->headers->GetCharset(charset); in GetCharset()
|
D | service_worker_url_request_job.cc | 63 bool ServiceWorkerURLRequestJob::GetCharset(std::string* charset) { in GetCharset() function in content::ServiceWorkerURLRequestJob 66 return http_info()->headers->GetCharset(charset); in GetCharset()
|
D | service_worker_read_from_cache_job.h | 39 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
D | service_worker_write_to_cache_job.cc | 79 bool ServiceWorkerWriteToCacheJob::GetCharset(std::string* charset) { in GetCharset() function in content::ServiceWorkerWriteToCacheJob 82 return http_info()->headers->GetCharset(charset); in GetCharset()
|
D | service_worker_write_to_cache_job.h | 48 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
D | service_worker_url_request_job.h | 51 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
/external/chromium_org/android_webview/native/ |
D | aw_web_resource_response_impl.h | 30 virtual bool GetCharset(JNIEnv* env, std::string* charset) const OVERRIDE;
|
D | android_protocol_handler.cc | 75 virtual bool GetCharset(JNIEnv* env, 196 bool AndroidStreamReaderURLRequestJobDelegateImpl::GetCharset( in GetCharset() function in __anonbac6cfd00111::AndroidStreamReaderURLRequestJobDelegateImpl
|
D | aw_web_resource_response_impl.cc | 48 bool AwWebResourceResponseImpl::GetCharset( in GetCharset() function in android_webview::AwWebResourceResponseImpl
|
/external/chromium_org/net/url_request/ |
D | url_request_simple_job.h | 28 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
D | url_request_file_dir_job.h | 36 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
D | url_request_simple_job.cc | 39 bool URLRequestSimpleJob::GetCharset(std::string* charset) { in GetCharset() function in net::URLRequestSimpleJob
|
D | url_request_file_dir_job.cc | 92 bool URLRequestFileDirJob::GetCharset(std::string* charset) { in GetCharset() function in net::URLRequestFileDirJob
|
/external/chromium_org/webkit/browser/fileapi/ |
D | file_system_dir_url_request_job.h | 40 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafont.h | 30 virtual FX_BYTE GetCharset() const in GetCharset() function
|
D | fx_android_font.cpp | 73 charset = ((IFPF_Font*)hFont)->GetCharset(); in GetFontCharset()
|
/external/pdfium/core/include/fxge/ |
D | fpf.h | 30 virtual FX_BYTE GetCharset() const = 0;
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_url_request_job.cc | 403 bool AppCacheURLRequestJob::GetCharset(std::string* charset) { in GetCharset() function in appcache::AppCacheURLRequestJob 406 return http_info()->headers->GetCharset(charset); in GetCharset()
|