HomeSort by relevance Sort by last modified time
    Searched refs:GetCharset (Results 1 - 25 of 47) sorted by null

1 2

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

Completed in 788 milliseconds

1 2