HomeSort by relevance Sort by last modified time
    Searched refs:uriRef (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libxslt/libxslt/
imports.c 91 xmlChar *uriRef = NULL;
99 uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
100 if (uriRef == NULL) {
107 URI = xmlBuildURI(uriRef, base);
110 "xsl:import : invalid URI reference %s\n", uriRef);
163 if (uriRef != NULL)
164 xmlFree(uriRef);
188 xmlChar *uriRef = NULL;
198 uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
199 if (uriRef == NULL)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 198 xmlChar* uriRef = xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE);
199 loadChildSheet(String::fromUTF8((const char*)uriRef));
200 xmlFree(uriRef);
210 xmlChar* uriRef = xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE);
211 loadChildSheet(String::fromUTF8((const char*)uriRef));
212 xmlFree(uriRef);
  /frameworks/wilhelm/src/android/
android_LocAVPlayer.cpp 59 mDataLocator.uriRef,
android_defs.h 206 const char* uriRef;
android_AudioSfDecoder.cpp 194 NULL /* XXX httpService */, mDataLocator.uriRef);
196 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef);
android_GenericMediaPlayer.cpp 578 isLocalSource = !isDistantProtocol(mDataLocator.uriRef);
android_GenericPlayer.cpp 95 mDataLocator.uriRef = uri;

Completed in 54 milliseconds