Home
last modified time | relevance | path

Searched refs:createURI (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/client/utils/
DURIUtils.java73 public static URI createURI( in createURI() method in URIUtils
134 return URIUtils.createURI( in rewriteURI()
142 return URIUtils.createURI( in rewriteURI()
/external/nist-sip/java/javax/sip/address/
DAddressFactory.java14 URI createURI(String uri) throws ParseException; in createURI() method
/external/webkit/Source/WebCore/svg/
DSVGPaint.h69 static PassRefPtr<SVGPaint> createURI(const String& uri) in createURI() function
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressFactoryImpl.java207 public javax.sip.address.URI createURI(String uri) throws ParseException { in createURI() method in AddressFactoryImpl
/external/webkit/Source/WebCore/css/
DSVGCSSParser.cpp192 parsedValue = SVGPaint::createURI(value->string); in parseSVGValue()
/external/webkit/Source/WebCore/
DChangeLog59550 (WebCore::SVGPaint::createURI):