/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::__anone02e3ba70111::ViewHttpCacheJob 43 return core_->GetCharset(charset); in GetCharset() 66 bool GetCharset(std::string* charset); 161 bool ViewHttpCacheJob::Core::GetCharset(std::string* charset) { in GetCharset() function in content::__anone02e3ba70111::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::__anon1a6f225b0111::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/browser/service_worker/ |
D | service_worker_read_from_cache_job.cc | 80 bool ServiceWorkerReadFromCacheJob::GetCharset(std::string* charset) { in GetCharset() function in content::ServiceWorkerReadFromCacheJob 83 return http_info()->headers->GetCharset(charset); in GetCharset()
|
D | service_worker_read_from_cache_job.h | 41 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
D | service_worker_write_to_cache_job.cc | 88 bool ServiceWorkerWriteToCacheJob::GetCharset(std::string* charset) { in GetCharset() function in content::ServiceWorkerWriteToCacheJob 91 return http_info()->headers->GetCharset(charset); in GetCharset()
|
D | service_worker_write_to_cache_job.h | 58 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
/external/chromium_org/net/test/url_request/ |
D | url_request_mock_http_job.cc | 204 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { in GetCharset() function in net::URLRequestMockHTTPJob 207 return info.headers.get() && info.headers->GetCharset(charset); in GetCharset()
|
D | url_request_mock_http_job.h | 40 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 __anon2cf828e30111::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/storage/browser/fileapi/ |
D | file_system_dir_url_request_job.h | 40 virtual bool GetCharset(std::string* charset) OVERRIDE;
|
D | file_system_dir_url_request_job.cc | 76 bool FileSystemDirURLRequestJob::GetCharset(std::string* charset) { in GetCharset() function in storage::FileSystemDirURLRequestJob
|
/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/content/browser/appcache/ |
D | appcache_url_request_job.cc | 403 bool AppCacheURLRequestJob::GetCharset(std::string* charset) { in GetCharset() function in content::AppCacheURLRequestJob 406 return http_info()->headers->GetCharset(charset); in GetCharset()
|
D | appcache_url_request_job.h | 137 virtual bool GetCharset(std::string* charset) OVERRIDE;
|