Searched refs:acceptCharset (Results 1 - 14 of 14) sorted by relevance

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLFormElement04.js78 The acceptCharset attribute specifies the list of character sets
81 Retrieve the acceptCharset attribute and examine its value.
103 vacceptcharset = testNode.acceptCharset;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLFormElement04.js78 The acceptCharset attribute specifies the list of character sets
81 Retrieve the acceptCharset attribute and examine its value.
103 vacceptcharset = testNode.acceptCharset;
/external/webkit/Source/WebCore/html/
H A DHTMLFormElement.idl32 attribute [Reflect=accept_charset] DOMString acceptCharset;
H A DHTMLFormElement.h93 String acceptCharset() const { return m_attributes.acceptCharset(); } function in class:WebCore::HTMLFormElement
/external/webkit/Source/WebCore/platform/network/
H A DFormDataBuilder.h35 static TextEncoding encodingFromAcceptCharset(const String& acceptCharset, Document* document);
H A DFormDataBuilder.cpp82 TextEncoding FormDataBuilder::encodingFromAcceptCharset(const String& acceptCharset, Document* document) argument
84 String normalizedAcceptCharset = acceptCharset;
/external/webkit/LayoutTests/fast/encoding/resources/
H A Dchar-encoding-utils.js56 form.acceptCharset = charsets[i];
/external/webkit/Source/WebCore/loader/
H A DFormSubmission.h73 const String& acceptCharset() const { return m_acceptCharset; } function in class:WebCore::FormSubmission::Attributes
H A DFormSubmission.cpp173 TextEncoding dataEncoding = isMailtoForm ? UTF8Encoding() : FormDataBuilder::encodingFromAcceptCharset(copiedAttributes.acceptCharset(), document);
/external/webkit/Source/WebCore/wml/
H A DWMLGoElement.cpp197 TextEncoding encoding = FormDataBuilder::encodingFromAcceptCharset(m_formAttributes.acceptCharset(), document()).encodingForFormSubmission();
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMHTML.idl327 - (NSString *)acceptCharset;
329 HRESULT acceptCharset([out, retval] BSTR* result);
331 - (void)setAcceptCharset:(NSString *)acceptCharset;
333 HRESULT setAcceptCharset([in] BSTR acceptCharset);
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp544 HRESULT STDMETHODCALLTYPE DOMHTMLFormElement::acceptCharset( function in class:DOMHTMLFormElement
552 /* [in] */ BSTR /*acceptCharset*/)
H A DDOMHTMLClasses.h965 virtual HRESULT STDMETHODCALLTYPE acceptCharset(
969 /* [in] */ BSTR acceptCharset);
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h515 @property(copy) NSString *acceptCharset; variable

Completed in 1014 milliseconds