HomeSort by relevance Sort by last modified time
    Searched defs:uriValue (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageValue.cpp 114 RefPtrWillBeRawPtr<CSSPrimitiveValue> uriValue = CSSPrimitiveValue::create(m_absoluteURL, CSSPrimitiveValue::CSS_URI);
115 uriValue->setCSSOMSafe();
116 return uriValue.release();
  /external/chromium_org/third_party/libxml/src/
catalog.c 1145 xmlChar *uriValue;
1159 uriValue = xmlGetProp(cur, uriAttrName);
1160 if (uriValue == NULL) {
1168 if (uriValue != NULL)
1169 xmlFree(uriValue);
1174 URL = xmlBuildURI(uriValue, base);
1184 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1187 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1191 if (uriValue != NULL)
1192 xmlFree(uriValue);
    [all...]
  /external/libxml2/
catalog.c 1143 xmlChar *uriValue;
1157 uriValue = xmlGetProp(cur, uriAttrName);
1158 if (uriValue == NULL) {
1166 if (uriValue != NULL)
1167 xmlFree(uriValue);
1172 URL = xmlBuildURI(uriValue, base);
1182 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1185 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1189 if (uriValue != NULL)
1190 xmlFree(uriValue);
    [all...]

Completed in 5915 milliseconds