Searched refs:charset (Results 276 - 300 of 429) sorted by relevance

<<1112131415161718

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_url_request_job.cc77 bool ServiceWorkerURLRequestJob::GetCharset(std::string* charset) { argument
80 return http_info()->headers->GetCharset(charset);
/external/chromium_org/extensions/browser/
H A Dextension_protocols.cc87 std::string* charset,
91 *charset = "utf-8";
/external/chromium_org/ppapi/proxy/
H A Dresource_creation_proxy.cc435 PP_PrivateFontCharset charset) {
437 GetConnection(), instance, description, charset))->GetReference();
432 CreateFlashFontFile( PP_Instance instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLPreloadScanner.cpp173 request->setCharset(charset());
296 const String& charset() const function in class:blink::TokenPreloadScanner::StartTagScanner
298 // FIXME: Its not clear that this if is needed, the loader probably ignores charset for image requests anyway.
H A DTextResourceDecoder.cpp249 if (m_buffer.size() <= 13) // strlen('@charset "x";') == 13
314 // continue looking for a charset - it may be specified in an HTTP-Equiv meta
/external/chromium_org/third_party/jinja2/
H A Dutils.py279 def unicode_urlencode(obj, charset='utf-8'):
281 given charset if applicable to URL safe quoting under all rules
290 obj = obj.encode(charset)
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp519 while (defaultTTFMap[i].charset != -1) {
520 if (nCharset == defaultTTFMap[i].charset)
533 //follow the old charset
536 //find new charset
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp859 CPVT_WordPlace CPDF_VariableText::InsertWord(const CPVT_WordPlace & place, FX_WORD word, FX_INT32 charset, argument
874 pNewProps->nFontIndex = GetWordFontIndex(word, charset, pWordProps->nFontIndex);
875 return AddWord(newplace, CPVT_WordInfo(word, charset, -1, pNewProps));
878 FX_INT32 nFontIndex = GetSubWord() > 0 ? GetDefaultFontIndex() : GetWordFontIndex(word, charset, GetDefaultFontIndex());
879 return AddWord(newplace, CPVT_WordInfo(word, charset, nFontIndex, NULL));
924 CPVT_WordPlace CPDF_VariableText::InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset, argument
952 wp = InsertWord(wp, word, charset, pProps);
984 void CPDF_VariableText::SetText(FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, argument
1037 wp = InsertWord(wp, word, charset, pWordProps);
1665 FX_INT32 CPDF_VariableText::GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT3 argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js162 var src = {path: path, name:name, charset: IO.encoding, hilited: ""};
/external/chromium_org/content/child/
H A Dblink_platform_impl.h82 blink::WebString& charset);
/external/chromium_org/content/common/
H A Dresource_messages.h105 IPC_STRUCT_TRAITS_MEMBER(charset)
/external/chromium_org/content/renderer/pepper/
H A Dresource_creation_impl.cc86 PP_PrivateFontCharset charset) {
83 CreateFlashFontFile( PP_Instance instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument
H A Dresource_creation_impl.h47 PP_PrivateFontCharset charset) OVERRIDE;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dresource_creation_impl.cc360 PP_PrivateFontCharset charset) {
357 CreateFlashFontFile( PP_Instance instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument
H A Dresource_creation_impl.h156 PP_PrivateFontCharset charset) OVERRIDE;
/external/chromium_org/mojo/services/html_viewer/
H A Dweburlloader_impl.cc42 result.setTextEncodingName(blink::WebString::fromUTF8(url_response->charset));
/external/chromium_org/net/http/
H A Dhttp_util.h44 // charset values are normalized to lowercase. The mime_type and charset
46 // type and charset value, respectively. The boundary output value is
51 std::string* charset,
/external/chromium_org/net/url_request/
H A Durl_request_http_job.h108 virtual bool GetCharset(std::string* charset) OVERRIDE;
/external/chromium_org/ppapi/thunk/
H A Dresource_creation_api.h183 PP_PrivateFontCharset charset) = 0;
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocket.java10 import java.nio.charset.CharacterCodingException;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java32 import java.nio.charset.Charset;
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h30 FX_IOSCHARSET FX_GetiOSCharset(int charset);
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...

Completed in 562 milliseconds

<<1112131415161718