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

  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathCacheEntry.java 28 public ClassPathCacheEntry (final byte [] bytes, final String srcURL)
33 $assert.ASSERT (srcURL != null, "srcURL = null");
37 m_srcURL = srcURL;
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));
InstrClassLoader.java 340 * 'srcURL' may be null
342 private Class defineClass (final String className, final byte [] bytes, final int length, final URL srcURL)
347 final CodeSource csrc = new CodeSource (srcURL, (Certificate[])null);
364 srcURL);
  /libcore/luni/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/webkit/WebKit/chromium/public/
WebContextMenuData.h 64 WebURL srcURL;
  /external/webkit/WebCore/platform/chromium/
PasteboardChromium.cpp 168 KURL srcURL;
169 ChromiumBridge::clipboardReadHTML(buffer, &markup, &srcURL);
172 createFragmentFromMarkup(frame->document(), markup, srcURL, FragmentScriptingNotAllowed);
  /external/webkit/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 158 void markupToCF_HTML(const String& markup, const String& srcURL, Vector<char>& result)
178 CString sourceURLUTF8 = srcURL == blankURL() ? "" : srcURL.utf8();
400 String srcURL;
407 srcURL = rawSrcURL.stripWhiteSpace();
418 return createFragmentFromMarkup(doc, markup, srcURL, FragmentScriptingNotAllowed);
429 String srcURL;
446 return createFragmentFromMarkup(doc, html, srcURL, FragmentScriptingNotAllowed);
ClipboardUtilitiesWin.h 52 void markupToCF_HTML(const String& markup, const String& srcURL, Vector<char>& result);
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 158 data.srcURL = r.absoluteImageURL();
161 data.srcURL = r.absoluteMediaURL();
  /external/emma/lib/
emma.jar 

Completed in 79 milliseconds