HomeSort by relevance Sort by last modified time
    Searched defs:GetCharset (Results 1 - 21 of 21) sorted by null

  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 30 virtual FX_BYTE GetCharset() const
  /external/chromium_org/net/url_request/
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_job.cc 126 bool URLRequestJob::GetCharset(std::string* charset) {
url_request.cc 520 void URLRequest::GetCharset(string* charset) {
522 job_->GetCharset(charset);
    [all...]
url_request_http_job.cc     [all...]
  /external/chromium_org/android_webview/native/
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/webkit/browser/fileapi/
file_system_dir_url_request_job.cc 76 bool FileSystemDirURLRequestJob::GetCharset(std::string* charset) {
  /external/chromium_org/content/browser/service_worker/
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.cc 63 bool ServiceWorkerURLRequestJob::GetCharset(std::string* charset) {
66 return http_info()->headers->GetCharset(charset);
service_worker_write_to_cache_job.cc 79 bool ServiceWorkerWriteToCacheJob::GetCharset(std::string* charset) {
82 return http_info()->headers->GetCharset(charset);
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.cc 281 bool AndroidStreamReaderURLRequestJob::GetCharset(std::string* charset) {
293 return delegate_->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/content/test/net/
url_request_mock_http_job.cc 184 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) {
187 return info.headers.get() && info.headers->GetCharset(charset);
  /external/chromium_org/webkit/browser/appcache/
appcache_url_request_job.cc 403 bool AppCacheURLRequestJob::GetCharset(std::string* charset) {
406 return http_info()->headers->GetCharset(charset);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
name_table.cc 632 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) {
653 UConverter* cs = GetCharset(platform_id, encoding_id);
682 UConverter* cs = GetCharset(platform_id, encoding_id);
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 632 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) {
653 UConverter* cs = GetCharset(platform_id, encoding_id);
682 UConverter* cs = GetCharset(platform_id, encoding_id);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 90 int GetCharset()
  /external/chromium_org/net/http/
http_response_headers.cc 882 bool HttpResponseHeaders::GetCharset(std::string* charset) const {
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 510 int GetCharset() const

Completed in 436 milliseconds