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

  /external/chromium/net/url_request/
url_request_simple_job.cc 33 bool URLRequestSimpleJob::GetCharset(std::string* charset) {
url_request_file_dir_job.cc 102 bool URLRequestFileDirJob::GetCharset(std::string* charset) {
url_request_job.cc 103 bool URLRequestJob::GetCharset(std::string* charset) {
url_request.cc 300 void URLRequest::GetCharset(string* charset) {
302 job_->GetCharset(charset);
url_request_http_job.cc 825 bool URLRequestHttpJob::GetCharset(std::string* charset) {
831 return response_info_->headers->GetCharset(charset);
    [all...]
  /external/chromium_org/android_webview/native/
intercepted_request_data_impl.cc 48 virtual bool GetCharset(JNIEnv* env,
52 return intercepted_request_data_impl_->GetCharset(env, charset);
108 bool InterceptedRequestDataImpl::GetCharset(
android_protocol_handler.cc 75 virtual bool GetCharset(JNIEnv* env,
192 bool AndroidStreamReaderURLRequestJobDelegateImpl::GetCharset(
  /external/chromium_org/net/url_request/
url_request_simple_job.cc 35 bool URLRequestSimpleJob::GetCharset(std::string* charset) {
url_request_file_dir_job.cc 92 bool URLRequestFileDirJob::GetCharset(std::string* charset) {
url_request_job.cc 122 bool URLRequestJob::GetCharset(std::string* charset) {
url_request.cc 451 void URLRequest::GetCharset(string* charset) {
453 job_->GetCharset(charset);
    [all...]
url_request_http_job.cc     [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_system_dir_url_request_job.cc 74 bool FileSystemDirURLRequestJob::GetCharset(std::string* charset) {
  /external/chromium/chrome/browser/net/
url_request_mock_http_job.cc 114 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) {
117 return info.headers && info.headers->GetCharset(charset);
view_http_cache_job_factory.cc 36 virtual bool GetCharset(std::string* charset) {
37 return core_->GetCharset(charset);
61 bool GetCharset(std::string* charset);
153 bool ViewHttpCacheJob::Core::GetCharset(std::string* charset) {
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.cc 279 bool AndroidStreamReaderURLRequestJob::GetCharset(std::string* charset) {
291 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 165 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) {
168 return info.headers.get() && info.headers->GetCharset(charset);
  /external/chromium_org/webkit/browser/appcache/
appcache_url_request_job.cc 399 bool AppCacheURLRequestJob::GetCharset(std::string* charset) {
402 return http_info()->headers->GetCharset(charset);
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 188 bool URLRequestAutomationJob::GetCharset(std::string* charset) {
190 return headers_->GetCharset(charset);
  /external/chromium_org/chrome/browser/automation/
url_request_automation_job.cc 237 bool URLRequestAutomationJob::GetCharset(std::string* charset) {
239 return headers_->GetCharset(charset);
  /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/chromium/net/http/
http_response_headers.cc 789 bool HttpResponseHeaders::GetCharset(std::string* charset) const {
    [all...]
  /external/chromium_org/net/http/
http_response_headers.cc 851 bool HttpResponseHeaders::GetCharset(std::string* charset) const {
    [all...]

Completed in 508 milliseconds