Searched defs:href (Results 1 - 25 of 27) sorted by relevance

12

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHyperRef.java19 public HyperRef (final String href, final String text, final boolean nbsp) argument
23 if ((href == null) || (href.length () == 0))
24 throw new IllegalArgumentException ("null or empty input: href");
29 getAttributes ().set (Attribute.HREF, href);
31 // TODO: does href need to be URL-encoded?
H A DHTMLDocument.java138 public void addLINK (final String type, final String href) argument
145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape
146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape
/external/webkit/WebCore/css/
H A DCSSImportRule.h38 static PassRefPtr<CSSImportRule> create(CSSStyleSheet* parent, const String& href, PassRefPtr<MediaList> media) argument
40 return adoptRef(new CSSImportRule(parent, href, media));
45 String href() const { return m_strHref; } function in class:WebCore::CSSImportRule
57 CSSImportRule(CSSStyleSheet* parent, const String& href, PassRefPtr<MediaList>);
66 virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet*);
H A DStyleSheet.h45 // Note that href is the URL that started the redirect chain that led to
48 const String& href() const { return m_originalURL; } function in class:WebCore::StyleSheet
68 StyleSheet(Node* ownerNode, const String& href, const KURL& finalURL);
69 StyleSheet(StyleSheet* parentSheet, const String& href, const KURL& finalURL);
70 StyleSheet(StyleBase* owner, const String& href, const KURL& finalURL);
H A DCSSImportRule.cpp34 CSSImportRule::CSSImportRule(CSSStyleSheet* parent, const String& href, PassRefPtr<MediaList> media) argument
36 , m_strHref(href)
57 void CSSImportRule::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) argument
61 m_styleSheet = CSSStyleSheet::create(this, href, baseURL, charset);
85 m_styleSheet = CSSStyleSheet::create(this, href, baseURL, charset);
H A DCSSStyleSheet.cpp37 CSSStyleSheet::CSSStyleSheet(CSSStyleSheet* parentSheet, const String& href, const KURL& baseURL, const String& charset) argument
38 : StyleSheet(parentSheet, href, baseURL)
49 CSSStyleSheet::CSSStyleSheet(Node* parentNode, const String& href, const KURL& baseURL, const String& charset) argument
50 : StyleSheet(parentNode, href, baseURL)
61 CSSStyleSheet::CSSStyleSheet(CSSRule* ownerRule, const String& href, const KURL& baseURL, const String& charset) argument
62 : StyleSheet(ownerRule, href, baseURL)
/external/webkit/WebCore/page/
H A DLocation.cpp60 String Location::href() const function in class:WebCore::Location
/external/webkit/WebCore/workers/
H A DWorkerLocation.cpp37 String WorkerLocation::href() const function in class:WebCore::WorkerLocation
/external/webkit/WebCore/xml/
H A DXSLImportRule.h39 static PassRefPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href) argument
41 return adoptRef(new XSLImportRule(parentSheet, href));
46 const String& href() const { return m_strHref; } function in class:WebCore::XSLImportRule
55 XSLImportRule(XSLStyleSheet* parentSheet, const String& href);
60 virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
H A DXSLImportRule.cpp33 XSLImportRule::XSLImportRule(XSLStyleSheet* parent, const String& href) argument
35 , m_strHref(href)
55 void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) argument
60 m_styleSheet = XSLStyleSheet::create(this, href, baseURL);
H A DXSLStyleSheetLibxslt.cpp214 xmlChar* uriRef = xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE);
225 xmlChar* uriRef = xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE);
234 void XSLStyleSheet::loadChildSheet(const String& href) argument
236 RefPtr<XSLImportRule> childRule = XSLImportRule::create(this, href);
279 // In order to ensure that libxml canonicalized both URLs, we get the original href
282 CString importHref = import->href().utf8();
/external/webkit/WebCore/svg/
H A DSVGFontFaceUriElement.cpp90 String href = getAttribute(XLinkNames::hrefAttr); local
91 if (!href.isNull()) {
93 m_cachedFont = docLoader->requestFont(href);
/external/webkit/WebCore/dom/
H A DProcessingInstruction.cpp130 String href = attrs.get("href");
136 if (href.length() > 1 && href[0] == '#') {
137 m_localHref = href.substring(1);
153 String url = document()->completeURL(href).string();
201 void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) argument
206 RefPtr<CSSStyleSheet> newSheet = CSSStyleSheet::create(this, href, baseURL, charset);
218 void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) argument
221 m_sheet = XSLStyleSheet::create(this, href, baseUR
[all...]
/external/webkit/WebCore/html/
H A DHTMLAreaElement.cpp166 KURL HTMLAreaElement::href() const function in class:WebCore::HTMLAreaElement
H A DHTMLAnchorElement.cpp319 // Should be draggable if we have an href attribute.
328 KURL HTMLAnchorElement::href() const function in class:WebCore::HTMLAnchorElement
370 String fragmentIdentifier = href().fragmentIdentifier();
376 KURL url = href();
386 const KURL& url = href();
398 KURL url = href();
428 return href().host();
443 KURL url = href();
453 return href().path();
458 KURL url = href();
[all...]
H A DHTMLLinkElement.cpp287 void HTMLLinkElement::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) argument
289 m_sheet = CSSStyleSheet::create(this, href, baseURL, charset);
322 m_sheet = CSSStyleSheet::create(this, href, baseURL, charset);
390 KURL HTMLLinkElement::href() const function in class:WebCore::HTMLLinkElement
472 addSubresourceURL(urls, href());
/external/libxml2/
H A Dc14n.c410 const xmlChar *href; local
423 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
424 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
432 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
443 const xmlChar *href; local
456 href = ((ns == NULL) || (ns->href
[all...]
H A DdebugXML.c728 if (ns->href == NULL) {
731 "Incomplete namespace %s href=NULL\n",
735 "Incomplete default namespace href=NULL\n");
739 fprintf(ctxt->output, "namespace %s href=",
742 fprintf(ctxt->output, "default namespace href=");
744 xmlCtxtDumpString(ctxt, ns->href);
1767 fprintf(output, "default -> %s", (char *)ns->href);
1770 (char *)ns->href);
2107 xmlChar* href; local
2127 /* find href */
[all...]
H A Dxinclude.c492 xmlChar *href; local
511 href = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_HREF);
512 if (href == NULL) {
513 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
514 if (href == NULL)
517 if ((href[0] == '#') || (href[0] == 0))
528 if (href != NULL)
529 xmlFree(href);
1993 xmlChar *href; local
[all...]
H A Dtree.c706 * @href: the URI associated
712 * We use href==NULL in the case of an element creation where the namespace
717 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
737 if (href != NULL)
738 cur->href = xmlStrdup(href);
805 if (cur->href != NULL) xmlFree((char *) cur->href);
2893 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3322 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
5957 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
[all...]
/external/webkit/WebCore/svg/animation/
H A DSVGSMILElement.cpp455 String href = xlinkHref(); local
456 Node* target = href.isEmpty() ? parentNode() : document()->getElementById(SVGURIReference::getTarget(href));
/external/libxml2/include/libxml/
H A Dtree.h62 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
353 const xmlChar *href; /* URL for the namespace */ member in struct:_xmlNs
723 const xmlChar *href,
728 const xmlChar *href,
948 const xmlChar *href);
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h333 @property(copy) NSString *href; variable
370 @property(copy) NSString *href; variable
389 @property(copy) NSString *href; variable
654 @property(copy) NSString *href; variable
922 @property(readonly, copy) NSString *href; variable
998 @property(readonly, copy) NSString *href; variable
/external/webkit/WebCore/rendering/
H A DRenderObject.cpp993 const AtomicString& href = static_cast<Element*>(n)->getAttribute(hrefAttr); local
994 if (href.isNull())
996 context->setURLForRect(n->document()->completeURL(href), rect);
/external/webkit/WebKit/android/nav/
H A DCacheBuilder.cpp430 wideString(anchor->href());
1215 KURL href = anchorNode->href(); local
1216 if (!href.isEmpty() && !WebCore::protocolIsJavaScript(href.string()))
1218 exported = href.string().threadsafeCopy();

Completed in 171 milliseconds

12