Home
last modified time | relevance | path

Searched refs:uriValue (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSImageValue.cpp114 …RefPtrWillBeRawPtr<CSSPrimitiveValue> uriValue = CSSPrimitiveValue::create(m_absoluteURL, CSSPrimi… in cloneForCSSOM() local
115 uriValue->setCSSOMSafe(); in cloneForCSSOM()
116 return uriValue.release(); in cloneForCSSOM()
/external/libxml2/
Dcatalog.c1143 xmlChar *uriValue; in xmlParseXMLCatalogOneNode() local
1157 uriValue = xmlGetProp(cur, uriAttrName); in xmlParseXMLCatalogOneNode()
1158 if (uriValue == NULL) { in xmlParseXMLCatalogOneNode()
1166 if (uriValue != NULL) in xmlParseXMLCatalogOneNode()
1167 xmlFree(uriValue); in xmlParseXMLCatalogOneNode()
1172 URL = xmlBuildURI(uriValue, base); in xmlParseXMLCatalogOneNode()
1182 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup); in xmlParseXMLCatalogOneNode()
1185 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue); in xmlParseXMLCatalogOneNode()
1189 if (uriValue != NULL) in xmlParseXMLCatalogOneNode()
1190 xmlFree(uriValue); in xmlParseXMLCatalogOneNode()
/external/chromium_org/third_party/libxml/src/
Dcatalog.c1145 xmlChar *uriValue; in xmlParseXMLCatalogOneNode() local
1159 uriValue = xmlGetProp(cur, uriAttrName); in xmlParseXMLCatalogOneNode()
1160 if (uriValue == NULL) { in xmlParseXMLCatalogOneNode()
1168 if (uriValue != NULL) in xmlParseXMLCatalogOneNode()
1169 xmlFree(uriValue); in xmlParseXMLCatalogOneNode()
1174 URL = xmlBuildURI(uriValue, base); in xmlParseXMLCatalogOneNode()
1184 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup); in xmlParseXMLCatalogOneNode()
1187 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue); in xmlParseXMLCatalogOneNode()
1191 if (uriValue != NULL) in xmlParseXMLCatalogOneNode()
1192 xmlFree(uriValue); in xmlParseXMLCatalogOneNode()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp4684 …RefPtrWillBeRawPtr<CSSFontFaceSrcValue> uriValue(CSSFontFaceSrcValue::create(completeURL(m_valueLi… in parseFontFaceSrcURI() local
4685 uriValue->setReferrer(m_context.referrer()); in parseFontFaceSrcURI()
4689 valueList->append(uriValue.release()); in parseFontFaceSrcURI()
4694 valueList->append(uriValue.release()); in parseFontFaceSrcURI()
4706 uriValue->setFormat(args->current()->string); in parseFontFaceSrcURI()
4707 valueList->append(uriValue.release()); in parseFontFaceSrcURI()