Searched refs:m_encoding (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSCharsetRule.cpp28 , m_encoding(encoding)
34 return "@charset \"" + m_encoding + "\";";
H A DCSSCharsetRule.h42 const String& encoding() const { return m_encoding; }
43 void setEncoding(const String& encoding, ExceptionCode&) { m_encoding = encoding; }
48 String m_encoding; member in class:WebCore::CSSCharsetRule
/macosx-10.10/WebCore-7600.1.25/html/
H A DFormDataList.cpp30 : m_encoding(c)
36 CString cstr = m_encoding.encode(s, EntitiesForUnencodables);
H A DFormDataList.h73 const TextEncoding& encoding() const { return m_encoding; }
80 TextEncoding m_encoding; member in class:WebCore::FormDataList
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLMetaCharsetParser.h48 const TextEncoding& encoding() { return m_encoding; }
72 TextEncoding m_encoding; member in class:WebCore::HTMLMetaCharsetParser
H A DXSSAuditor.h120 TextEncoding m_encoding; member in class:WebCore::XSSAuditor
H A DXSSAuditor.cpp214 , m_encoding(UTF8Encoding())
268 m_encoding = document->decoder()->encoding();
270 m_decodedURL = fullyDecodeString(m_documentURL.string(), m_encoding);
308 m_decodedHTTPBody = fullyDecodeString(httpBodyAsString, m_encoding);
568 return fullyDecodeString(request.sourceTracker.sourceForToken(request.token), m_encoding).substring(0, request.token.name().size() + 1);
579 String decodedSnippet = fullyDecodeString(request.sourceTracker.sourceForToken(request.token).substring(start, end - start), m_encoding);
701 result = fullyDecodeString(string.substring(startPosition, foundPosition - startPosition), m_encoding);
/macosx-10.10/WebCore-7600.1.25/platform/text/mac/
H A DTextCodecMac.cpp85 : m_encoding(encoding)
103 cachedConverter.encoding = m_encoding;
112 bool cachedEncodingEqual = cachedConverter.encoding == m_encoding;
121 OSStatus status = TECCreateConverter(&m_converterTEC, m_encoding,
273 if (m_encoding == kCFStringEncodingGB_18030_2000)
297 CFStringGetBytes(cfs.get(), range, m_encoding, lossByte, false, NULL, 0x7FFFFFFF, &bufferLength);
301 CFIndex charactersConverted = CFStringGetBytes(cfs.get(), range, m_encoding, lossByte, false, buffer, bufferLength, &bufferLength);
H A DTextCodecMac.h58 TECTextEncodingID m_encoding; member in class:WebCore::TextCodecMac
/macosx-10.10/WebCore-7600.1.25/platform/text/win/
H A DTextCodecWin.h52 String m_encoding; member in struct:WebCore::TextCodecWin::EncodingInfo
/macosx-10.10/WebCore-7600.1.25/loader/
H A DTextResourceDecoder.h53 const TextEncoding& encoding() const { return m_encoding; }
86 TextEncoding m_encoding; member in class:WebCore::TextResourceDecoder
H A DTextResourceDecoder.cpp327 , m_encoding(defaultEncoding(m_contentType, specifiedDefaultEncoding))
352 m_encoding = "windows-1252";
354 m_encoding = encoding.closestByteBasedEquivalent();
356 m_encoding = encoding;
617 if (m_encoding.isJapanese())
626 ASSERT(m_encoding.isValid());
629 m_codec = newTextCodec(m_encoding);
659 m_codec = newTextCodec(m_encoding);
H A DDocumentWriter.cpp99 m_encoding = String();
193 if (m_encoding.isEmpty()) {
197 m_decoder->setEncoding(m_encoding,
256 m_encoding = name;
H A DDocumentWriter.h80 String m_encoding; member in class:WebCore::DocumentWriter
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileReaderLoader.h98 TextEncoding m_encoding; member in class:WebCore::FileReaderLoader
H A DFileReaderLoader.cpp319 m_decoder = TextResourceDecoder::create("text/plain", m_encoding.isValid() ? m_encoding : UTF8Encoding());
355 m_encoding = TextEncoding(encoding);
H A DFileReader.h122 String m_encoding; member in class:WebCore::final
H A DFileReader.cpp106 m_encoding = encoding;
141 m_loader->setEncoding(m_encoding);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.c337 const ENCODING *m_encoding; member in struct:__anon12999
407 #define encoding (((Parser *)parser)->m_encoding)
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c481 const ENCODING *m_encoding; member in struct:XML_ParserStruct
575 #define encoding (parser->m_encoding)
/macosx-10.10/expat-12/expat/lib/
H A Dxmlparse.c492 const ENCODING *m_encoding; member in struct:XML_ParserStruct
588 #define encoding (parser->m_encoding)
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c492 const ENCODING *m_encoding; member in struct:XML_ParserStruct
588 #define encoding (parser->m_encoding)
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Dtcldom.c4685 m_indent, m_omitXMLDeclaration, m_encoding, enumerator in enum:docMethod
5006 case m_encoding:

Completed in 419 milliseconds