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

  /external/webkit/Source/WebCore/fileapi/
ThreadableBlobRegistry.cpp 49 BlobRegistryContext(const KURL& url, const KURL& srcURL)
51 , srcURL(srcURL.copy())
61 KURL srcURL;
86 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL);
89 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, const KURL& srcURL)
92 blobRegistry().registerBlobURL(url, srcURL);
94 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, srcURL));
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 173 KURL srcURL;
174 PlatformBridge::clipboardReadHTML(buffer, &markup, &srcURL);
177 createFragmentFromMarkup(frame->document(), markup, srcURL, FragmentScriptingNotAllowed);
  /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/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/webkit/Source/WebKit/chromium/public/
WebContextMenuData.h 72 WebURL srcURL;
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 251 void markupToCFHTML(const String& markup, const String& srcURL, Vector<char>& result)
271 CString sourceURLUTF8 = srcURL == blankURL() ? "" : srcURL.utf8();
560 String srcURL;
567 srcURL = rawSrcURL.stripWhiteSpace();
571 return createFragmentFromMarkup(doc, markup, srcURL, FragmentScriptingNotAllowed);
587 String srcURL;
589 return createFragmentFromMarkup(doc, html, srcURL, FragmentScriptingNotAllowed);
605 String srcURL;
607 return createFragmentFromMarkup(document, stringData, srcURL, FragmentScriptingNotAllowed)
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 71 milliseconds