Searched refs:charset (Results 101 - 125 of 429) sorted by relevance

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_web_resource_response.h32 virtual bool GetCharset(JNIEnv* env, std::string* charset) const = 0;
H A Daw_web_resource_response.cc45 std::string* charset) OVERRIDE {
46 return aw_web_resource_response_->GetCharset(env, charset);
/external/chromium_org/android_webview/native/
H A Daw_web_resource_response_impl.h30 virtual bool GetCharset(JNIEnv* env, std::string* charset) const OVERRIDE;
/external/chromium_org/base/i18n/
H A Dicu_string_conversions.h65 const std::string& charset,
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_url_request_util.cc62 std::string* charset,
84 charset,
101 std::string* charset,
109 // (like images), charset doesn't matter.
111 *charset = "utf-8";
100 OnMimeTypeRead(std::string* out_mime_type, std::string* charset, std::string* data, std::string* read_mime_type, const net::CompletionCallback& callback, bool read_result) argument
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_font_file_host.h34 PP_PrivateFontCharset charset);
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.h50 // |version| is the version number of the application. |charset| is the default
58 const std::string& charset,
/external/chromium_org/content/browser/
H A Dtcmalloc_internals_request_job.h54 std::string* charset,
/external/chromium_org/content/public/common/
H A Dresource_response_info.h43 std::string charset; member in struct:content::ResourceResponseInfo
/external/chromium_org/ppapi/proxy/
H A Dflash_font_file_resource.h31 PP_PrivateFontCharset charset);
/external/chromium_org/storage/browser/blob/
H A Dview_blob_internals_job.h34 std::string* charset,
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCSSStyleSheetResource.h42 CSSStyleSheetResource(const ResourceRequest&, const String& charset);
H A DScriptResource.h49 ScriptResource(const ResourceRequest&, const String& charset);
H A DFetchRequest.cpp34 FetchRequest::FetchRequest(const ResourceRequest& resourceRequest, const AtomicString& initiator, const String& charset, ResourceLoadPriority priority) argument
36 , m_charset(charset)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkResource.h77 const AtomicString& charset() const { return m_charset; } function in class:blink::LinkRequestBuilder
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentWriter.h64 void setUserChosenEncoding(const String& charset);
H A DDocumentWriter.cpp126 void DocumentWriter::setUserChosenEncoding(const String& charset) argument
130 decoder->setEncoding(charset, TextResourceDecoder::UserChosenEncoding);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPageSerializer.h111 // Generate the META for charset declaration.
112 BLINK_EXPORT static WebString generateMetaCharsetDeclaration(const WebString& charset);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.h58 cff_charset_cid_to_gindex( CFF_Charset charset,
/external/chromium_org/third_party/ots/src/
H A Dvdmx.cc36 if (!table.ReadU8(&rec.charset) ||
43 if (rec.charset > 1) {
44 OTS_WARNING("bad charset: %u", rec.charset);
139 if (!out->Write(&rec.charset, 1) ||
/external/freetype/src/cff/
H A Dcffload.h58 cff_charset_cid_to_gindex( CFF_Charset charset,
/external/okhttp/okio/src/main/java/okio/
H A DUtil.java18 import java.nio.charset.Charset;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.h58 cff_charset_cid_to_gindex( CFF_Charset charset,
/external/chromium_org/net/url_request/
H A Durl_request_simple_job.cc39 bool URLRequestSimpleJob::GetCharset(std::string* charset) { argument
40 *charset = charset_;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DFileContentView.js138 * @param {string=} charset
140 _fileContentReceived: function(callback, errorCode, content, base64Encoded, charset)
147 this._charset = charset;

Completed in 1823 milliseconds

1234567891011>>