Searched refs:inputEncoding (Results 1 - 17 of 17) sorted by relevance

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dentitygetinputencoding03.js79 Check the value of Entity.inputEncoding on an UTF-16 external entity
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Entity3-inputEncoding
107 encodingName = entity.inputEncoding;
116 encodingName = doc.inputEncoding;
H A Dentitygetinputencoding04.js79 Check the value of Entity.inputEncoding on an UTF-8 external entity
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Entity3-inputEncoding
107 encodingName = entity.inputEncoding;
110 encodingName = doc.inputEncoding;
H A Ddocumentgetinputencoding01.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-inputEncoding
96 encodingName = doc.inputEncoding;
H A Ddocumentgetinputencoding03.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-inputEncoding
96 encodingName = doc.inputEncoding;
H A Ddocumentgetinputencoding04.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-inputEncoding
98 encodingName = cloned.inputEncoding;
H A Ddocumentgetinputencoding02.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-inputEncoding
111 encodingName = newDoc.inputEncoding;
H A Dentitygetinputencoding01.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Entity3-inputEncoding
104 encodingName = entity.inputEncoding;
H A Dentitygetinputencoding02.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Entity3-inputEncoding
104 encodingName = entity.inputEncoding;
/external/webkit/Source/WebCore/dom/
H A DStyleElement.cpp150 m_sheet = CSSStyleSheet::create(e, String(), KURL(), document->inputEncoding());
H A DDocument.idl68 readonly attribute [ConvertNullStringTo=Null] DOMString inputEncoding;
H A DDocument.h353 String inputEncoding() const { return Document::encoding(); } function in class:WebCore::Document
/external/webkit/Source/WebCore/loader/
H A DDocumentWriter.cpp179 m_decoder->setEncoding(parentFrame->document()->inputEncoding(), TextResourceDecoder::EncodingFromParentFrame);
/external/webkit/Source/WebCore/platform/network/
H A DFormDataBuilder.cpp98 return document->inputEncoding();
/external/webkit/Source/WebCore/inspector/
H A DInspectorResourceAgent.cpp157 *textEncodingName = frame->document()->inputEncoding();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h94 @property(readonly, copy) NSString *inputEncoding AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1140 milliseconds