Home
last modified time | relevance | path

Searched refs:createURI (Results 1 – 5 of 5) 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/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPaint.h70 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/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSParser.cpp202 parsedValue = SVGPaint::createURI(value->string); in parseSVGValue()