Home
last modified time | relevance | path

Searched refs:setFormat (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/svg/
DSVGAltGlyphElement.h46 void setFormat(const AtomicString&, ExceptionCode&);
DSVGAltGlyphElement.cpp55 void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionCode& ec) in setFormat() function in WebCore::SVGAltGlyphElement
DSVGFontFaceUriElement.cpp54 src->setFormat(value.isEmpty() ? "svg" : value); // Default format in srcValue()
/external/webkit/WebCore/css/
DCSSFontFaceSrcValue.h56 void setFormat(const String& format) { m_format = format; } in setFormat() function
DCSSParser.cpp3282 uriValue->setFormat(args->current()->string); in parseFontFaceSrc()
/external/icu4c/test/intltest/
Dtchcfmt.cpp171 pattform->setFormat( 0, *fileform ); in TestComplexExample()
172 pattform->setFormat( 2, *filenumform ); in TestComplexExample()
272 pattform->setFormat( 0, *fileform ); in TestComplexExample()
Dmsfmrgts.cpp790 form1->setFormat(1, *fileform); in Test4105380()
791 form2->setFormat(0, *fileform); in Test4105380()
Dtmsgfmt.cpp488 form->setFormat(1,*fileform); // NOT zero, see below in testMsgFormatChoice()
/external/icu4c/i18n/unicode/
Dmsgfmt.h454 virtual void setFormat(int32_t formatNumber, const Format& format);
/external/webkit/WebKit/qt/Plugins/
DICOHandler.cpp455 handler->setFormat(format); in create()
/external/icu4c/i18n/
Dmsgfmt.cpp833 MessageFormat::setFormat(int32_t n, const Format& newFormat) { in setFormat() function in MessageFormat
/external/webkit/WebCore/
DChangeLog-2007-10-141118 (WebCore::CSSFontFaceSrcValue::setFormat):
DChangeLog-2008-08-1038573 (WebCore::SVGAltGlyphElement::setFormat):