Searched refs:charset (Results 151 - 175 of 418) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkResource.cpp76 m_charset = m_owner->document().charset();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLResourcePreloader.cpp77 m_document->fetcher()->preload(preload->resourceType(), request, preload->charset());
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DInspectorFileSystemAgent.h55 virtual void requestFileContent(ErrorString*, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<RequestFileContentCallback>) OVERRIDE;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftwinfnt.h59 * A list of valid values for the `charset' byte in
83 * is used for the charset of vector fonts, like `modern.fon',
199 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.h32 const char *charset, *cbopt, *name; member in struct:ConversionCase
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_dir_url_request_job.h40 virtual bool GetCharset(std::string* charset) OVERRIDE;
/external/freetype/include/
H A Dftwinfnt.h59 * A list of valid values for the `charset' byte in
84 * is used for the charset of vector fonts, like `modern.fon',
200 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h32 const char *charset, *cbopt, *name; member in struct:ConversionCase
/external/pdfium/core/include/fxge/
H A Dfpf.h53 virtual IFPF_Font* CreateFont(FX_BSTR bsFamilyname, FX_BYTE charset, FX_DWORD dwStyle, FX_DWORD dwMatch = 0) = 0;
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftwinfnt.h59 * A list of valid values for the `charset' byte in
83 * is used for the charset of vector fonts, like `modern.fon',
199 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftwinfnt.h59 * A list of valid values for the `charset' byte in
83 * is used for the charset of vector fonts, like `modern.fon',
199 FT_Byte charset; member in struct:FT_WinFNT_HeaderRec_
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.cc192 const std::string& charset,
269 const std::string& charset,
283 charset_(charset),
449 const std::string& charset,
459 screen_info, version, charset, accept_languages,
471 const std::string& charset,
487 charset, accept_languages, install_time, app_locale, user_agent,
263 FingerprintDataLoader( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, const gfx::Rect& content_bounds, const WebScreenInfo& screen_info, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, const std::string& app_locale, const std::string& user_agent, const base::TimeDelta& timeout, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
443 GetFingerprintInternal( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, const gfx::Rect& content_bounds, const blink::WebScreenInfo& screen_info, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, const std::string& app_locale, const std::string& user_agent, const base::TimeDelta& timeout, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
466 GetFingerprint( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, content::WebContents* web_contents, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, const std::string& app_locale, const std::string& user_agent, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DResponse.java29 import java.nio.charset.Charset;
271 * Returns the response as a character stream decoded with the charset
273 * charset, this will attempt to decode the response body as UTF-8.
277 return r != null ? r : (reader = new InputStreamReader(byteStream(), charset()));
281 * Returns the response as a string decoded with the charset of the
282 * Content-Type header. If that header is either absent or lacks a charset,
286 return new String(bytes(), charset().name());
289 private Charset charset() { method in class:Response.Body
291 return contentType != null ? contentType.charset(UTF_8) : UTF_8;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp594 void CFX_FontMapper::AddInstalledFont(const CFX_ByteString& name, int charset) argument
599 if (m_CharsetArray.Find((FX_DWORD)charset) == -1) {
600 m_CharsetArray.Add((FX_DWORD)charset);
666 FX_BYTE charset; member in struct:_CHARSET_MAP_
711 return cp.charset;
720 FX_DWORD _GetCodePageRangeFromCharset(int charset) argument
722 if (charset == FXFONT_EASTEUROPE_CHARSET) {
725 if (charset == FXFONT_GREEK_CHARSET) {
728 if (charset == FXFONT_TURKISH_CHARSET) {
731 if (charset
1490 MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact) argument
1554 GetFontCharset(void* hFont, int& charset) argument
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffdrivr.c248 /* first, locate the sid in the charset table */
249 sid = font->charset.sids[glyph_index];
269 CFF_Charset charset; local
277 charset = &cff->charset;
285 sid = charset->sids[i];
557 c = cff->charset.sids[glyph_index];
/external/freetype/src/cff/
H A Dcffdrivr.c250 /* first, locate the sid in the charset table */
251 sid = font->charset.sids[glyph_index];
271 CFF_Charset charset; local
279 charset = &cff->charset;
287 sid = charset->sids[i];
559 c = cff->charset.sids[glyph_index];
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffdrivr.c249 /* first, locate the sid in the charset table */
250 sid = font->charset.sids[glyph_index];
270 CFF_Charset charset; local
278 charset = &cff->charset;
286 sid = charset->sids[i];
558 c = cff->charset.sids[glyph_index];
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h369 FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps);
408 FX_WORD word, FX_INT32 charset,
430 FX_WORD word, FX_INT32 charset,
470 FX_WORD word, FX_INT32 charset,
493 const CFX_WideString & swText, FX_INT32 charset,
625 void SetText(FX_LPCWSTR text,FX_INT32 charset = DEFAULT_CHARSET,
627 FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps * pWordProps = NULL);
633 FX_BOOL InsertText(FX_LPCWSTR text, FX_INT32 charset = DEFAULT_CHARSET,
637 CPVT_WordPlace DoInsertText(const CPVT_WordPlace& place, FX_LPCWSTR text, FX_INT32 charset,
686 void SetText(FX_LPCWSTR text,FX_INT32 charset,
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Duser_image_screen_handler.cc174 std::string mime_type, charset, raw_data; local
175 if (!net::DataURL::Parse(GURL(image_url), &mime_type, &charset, &raw_data))
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_read_from_cache_job.cc72 bool ServiceWorkerReadFromCacheJob::GetCharset(std::string* charset) { argument
75 return http_info()->headers->GetCharset(charset);
/external/chromium_org/content/test/net/
H A Durl_request_mock_http_job.cc184 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { argument
187 return info.headers.get() && info.headers->GetCharset(charset);
/external/chromium_org/ppapi/api/dev/
H A Dppb_truetype_font_dev.idl131 PP_TrueTypeFontCharset_Dev charset;
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.cc52 set_charset(other.charset());
68 set_charset(other.charset());
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.cc54 PP_PrivateFontCharset charset) {
57 instance.pp_instance(), description, charset);
51 GetFontFileWithFallback( const InstanceHandle& instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_thunk.cc37 PP_PrivateFontCharset charset) {
44 return enter.functions()->CreateFlashFontFile(instance, description, charset);
34 GetFontFileWithFallback( PP_Instance instance, const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset) argument

Completed in 725 milliseconds

1234567891011>>