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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 205 String srcURL = null;
217 srcURL = sdecl.getSrc();
247 if (null == srcURL)
251 else if (extNsMgr.namespaceIndex(srcURL,
254 extNsSpt = extNsMgr.defineJavaNamespace(declNamespace, srcURL);
261 lang, srcURL, scriptSrc, getSystemId()};
282 String srcURL = null;
299 srcURL = sdecl.getSrc();
335 // it is provided. Otherwise, we look up the srcURL to see if we already have
341 if (null == srcURL)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
BlobRegistry.cpp 80 BlobRegistryContext(const KURL& url, const KURL& srcURL)
82 , srcURL(srcURL.copy())
98 KURL srcURL;
161 registry->registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL);
164 void BlobRegistry::registerBlobURL(SecurityOrigin* origin, const KURL& url, const KURL& srcURL)
170 registry->registerBlobURL(url, srcURL);
172 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, srcURL));
219 registry->registerStreamURL(blobRegistryContext->url, blobRegistryContext->srcURL);
222 void BlobRegistry::registerStreamURL(SecurityOrigin* origin, const KURL& url, const KURL& srcURL)
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebContextMenuData.h 73 WebURL srcURL;
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 99 String srcURL = null;
105 srcURL = "jar:".concat (m_archiveFile.toURL ().toExternalForm ()).concat ("!/").concat (name);
161 m_cache.put (className, new ClassPathCacheEntry (bytes, srcURL));
197 String srcURL = null;
204 srcURL = inFile.toURL ().toExternalForm ();
261 m_cache.put (className, new ClassPathCacheEntry (bytes, srcURL));
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 431 milliseconds