Home
last modified time | relevance | path

Searched defs:handling (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DTextCodec.cpp39 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, Unencoda… in getUnencodableReplacement()
DTextCodecUserDefined.cpp65 …ring encodeComplexUserDefined(const UChar* characters, size_t length, UnencodableHandling handling) in encodeComplexUserDefined()
91 … TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode()
DTextCodecLatin1.cpp160 …ng encodeComplexWindowsLatin1(const UChar* characters, size_t length, UnencodableHandling handling) in encodeComplexWindowsLatin1()
192 …tring TextCodecLatin1::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode()
DTextCodecICU.cpp417 CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode()
/external/nist-sip/java/javax/sip/header/
DContentDispositionHeader.java17 void setHandling(String handling) throws ParseException; in setHandling()
/external/nist-sip/java/gov/nist/javax/sip/header/
DContentDisposition.java106 public void setHandling(String handling) throws ParseException { in setHandling()
/external/webkit/Source/WebCore/page/
DDragController.h66 void setIsHandlingDrag(bool handling) { m_isHandlingDrag = handling; } in setIsHandlingDrag()
/external/webkit/Source/WebCore/platform/text/qt/
DTextCodecQt.cpp127 CString TextCodecQt::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode()
/external/webkit/Source/WebCore/platform/text/brew/
DTextCodecBrew.cpp153 CString TextCodecBrew::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode()
/external/webkit/Source/WebCore/platform/text/gtk/
DTextCodecGtk.cpp516 CString TextCodecGtk::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode()
/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp279 CString TextCodecMac::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode()