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 100 RefPtr<CSSPrimitiveValue> uriValue = CSSPrimitiveValue::create(m_url, CSSPrimitiveValue::CSS_URI);
101 uriValue->setCSSOMSafe();
102 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 1142 xmlChar *uriValue;
1156 uriValue = xmlGetProp(cur, uriAttrName);
1157 if (uriValue == NULL) {
1165 if (uriValue != NULL)
1166 xmlFree(uriValue);
1171 URL = xmlBuildURI(uriValue, base);
1181 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1184 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1188 if (uriValue != NULL)
1189 xmlFree(uriValue);
    [all...]

Completed in 82 milliseconds