Searched refs:srcURL (Results 1 - 22 of 22) sorted by relevance

/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathCacheEntry.java28 public ClassPathCacheEntry (final byte [] bytes, final String srcURL) argument
33 $assert.ASSERT (srcURL != null, "srcURL = null");
37 m_srcURL = srcURL;
H A DClassPathProcessorST.java99 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));
H A DInstrClassLoader.java340 * 'srcURL' may be null
342 private Class defineClass (final String className, final byte [] bytes, final int length, final URL srcURL) argument
347 final CodeSource csrc = new CodeSource (srcURL, (Certificate[])null);
364 srcURL);
/external/webkit/Source/WebCore/fileapi/
H A DThreadableBlobRegistry.cpp49 BlobRegistryContext(const KURL& url, const KURL& srcURL) argument
51 , srcURL(srcURL.copy())
61 KURL srcURL; member in struct:WebCore::BlobRegistryContext
86 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL);
89 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, const KURL& srcURL) argument
92 blobRegistry().registerBlobURL(url, srcURL);
94 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, srcURL));
H A DThreadableBlobRegistry.h44 static void registerBlobURL(const KURL&, const KURL& srcURL);
H A DBlob.h52 static PassRefPtr<Blob> create(const KURL& srcURL, const String& type, long long size) argument
54 return adoptRef(new Blob(srcURL, type, size));
73 Blob(const KURL& srcURL, const String& type, long long size);
H A DFile.h46 static PassRefPtr<File> create(const String& path, const KURL& srcURL, const String& type) argument
48 return adoptRef(new File(path, srcURL, type));
80 File(const String& path, const KURL& srcURL, const String& type);
H A DBlob.cpp51 Blob::Blob(const KURL& srcURL, const String& type, long long size) argument
57 ThreadableBlobRegistry::registerBlobURL(m_internalURL, srcURL);
/external/webkit/Source/WebKit/chromium/public/
H A DWebBlobRegistry.h50 // Registers a blob URL referring to the blob data identified by the specified srcURL.
51 virtual void registerBlobURL(const WebURL&, const WebURL& srcURL) = 0;
H A DWebContextMenuData.h72 WebURL srcURL; member in struct:WebKit::WebContextMenuData
/external/webkit/Source/WebKit/chromium/src/
H A DBlobRegistryProxy.cpp73 void BlobRegistryProxy::registerBlobURL(const KURL& url, const KURL& srcURL) argument
76 m_webBlobRegistry->registerBlobURL(url, srcURL);
H A DBlobRegistryProxy.h47 virtual void registerBlobURL(const KURL&, const KURL& srcURL);
H A DContextMenuClientImpl.cpp181 data.srcURL = r.absoluteImageURL();
184 data.srcURL = r.absoluteMediaURL();
230 data.srcURL = pluginElement->document()->completeURL(pluginElement->url());
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionDecl.java205 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/webkit/Source/WebCore/platform/network/
H A DBlobRegistry.h58 // Registers a blob URL referring to the blob data identified by the specified srcURL.
59 virtual void registerBlobURL(const KURL&, const KURL& srcURL) = 0;
H A DBlobRegistryImpl.h57 virtual void registerBlobURL(const KURL&, const KURL& srcURL);
H A DBlobRegistryImpl.cpp154 void BlobRegistryImpl::registerBlobURL(const KURL& url, const KURL& srcURL) argument
158 RefPtr<BlobStorageData> src = m_blobs.get(srcURL.string());
/external/webkit/Source/WebCore/platform/chromium/
H A DPasteboardChromium.cpp173 KURL srcURL; local
174 PlatformBridge::clipboardReadHTML(buffer, &markup, &srcURL);
177 createFragmentFromMarkup(frame->document(), markup, srcURL, FragmentScriptingNotAllowed);
/external/chromium/webkit/glue/
H A Dcontext_menu.cc29 src_url(data.srcURL),
/external/webkit/Source/WebCore/platform/win/
H A DClipboardUtilitiesWin.h52 void markupToCFHTML(const String& markup, const String& srcURL, Vector<char>& result);
H A DClipboardUtilitiesWin.cpp251 void markupToCFHTML(const String& markup, const String& srcURL, Vector<char>& result) argument
271 CString sourceURLUTF8 = srcURL == blankURL() ? "" : srcURL.utf8();
560 String srcURL; local
567 srcURL = rawSrcURL.stripWhiteSpace();
571 return createFragmentFromMarkup(doc, markup, srcURL, FragmentScriptingNotAllowed);
587 String srcURL; local
589 return createFragmentFromMarkup(doc, html, srcURL, FragmentScriptingNotAllowed);
605 String srcURL; local
607 return createFragmentFromMarkup(document, stringData, srcURL, FragmentScriptingNotAllowe
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 428 milliseconds