HomeSort by relevance Sort by last modified time
    Searched refs:href (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java 19 public HyperRef (final String href, final String text, final boolean nbsp)
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?
  /external/webkit/WebCore/xml/
XSLImportRule.h 39 static PassRefPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href)
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);
XSLImportRule.cpp 33 XSLImportRule::XSLImportRule(XSLStyleSheet* parent, const String& href)
35 , m_strHref(href)
55 void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
60 m_styleSheet = XSLStyleSheet::create(this, href, baseURL);
  /libcore/luni/src/main/java/javax/xml/transform/
URIResolver.java 32 * @param href An href attribute, which may be relative or absolute.
36 * @return A Source object, or null if the href cannot be resolved,
42 public Source resolve(String href, String base)
  /external/webkit/WebCore/html/
HTMLBaseElement.idl 23 attribute [ConvertNullToNullString, Reflect] DOMString href;
HTMLAnchorElement.cpp 319 // 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...]
  /external/webkit/WebCore/svg/
SVGURIReference.idl 30 readonly attribute SVGAnimatedString href;
SVGTRefElement.h 47 DECLARE_ANIMATED_PROPERTY(SVGTRefElement, XLinkNames::hrefAttr, String, Href, href)
SVGAltGlyphElement.h 54 DECLARE_ANIMATED_PROPERTY(SVGAltGlyphElement, XLinkNames::hrefAttr, String, Href, href)
SVGMPathElement.h 45 DECLARE_ANIMATED_PROPERTY(SVGMPathElement, XLinkNames::hrefAttr, String, Href, href)
SVGFontFaceUriElement.cpp 90 String href = getAttribute(XLinkNames::hrefAttr); local
91 if (!href.isNull()) {
93 m_cachedFont = docLoader->requestFont(href);
  /build/tools/droiddoc/src/
KeywordEntry.java 22 KeywordEntry(String label, String href, String comment)
25 this.href = href;
32 data.setValue(base + ".href", this.href);
47 private String href; field in class:KeywordEntry
  /development/pdk/docs/source/
source_toc.cs 9 <li><a href="<?cs var:toroot ?>source/roles.html">People and Roles</a></li>
10 <li><a href="<?cs var:toroot ?>source/licenses.html">Licensing Information</a></li>
11 <li><a href="http://android.git.kernel.org/">Browse Source</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
12 <li><a href="<?cs var:toroot ?>source/overview.html">Platform Overview</a></li>
13 <li><a href="<?cs var:toroot ?>source/life-of-a-bug.html">Life of a Bug</a></li>
14 <li><a href="<?cs var:toroot ?>faqs.html#aosp">FAQs</a></li>
18 <li><a href="<?cs var:toroot ?>source/download.html">Getting the Source</a></li>
19 <li><a href="<?cs var:toroot ?>source/git-repo.html">Using git and repo</a></li>
20 <li><a href="<?cs var:toroot ?>source/using-eclipse.html">Using Eclipse</a></li>
21 <li><a href="<?cs var:toroot ?>source/code-style.html">Code Style</a></li
    [all...]
  /external/webkit/WebCore/css/
CSSImportRule.idl 25 readonly attribute [ConvertNullStringTo=Null] DOMString href;
CSSImportRule.h 38 static PassRefPtr<CSSImportRule> create(CSSStyleSheet* parent, const String& href, PassRefPtr<MediaList> media)
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*);
StyleSheet.h 45 // 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);
StyleSheet.idl 33 readonly attribute [ConvertNullStringTo=Null] DOMString href;
  /frameworks/base/docs/html/resources/
resources_toc.cs 13 <li><a href="<?cs var:toroot ?>resources/community-groups.html">
16 <li><a href="<?cs var:toroot ?>resources/community-more.html">
27 <li><a href="<?cs var:toroot ?>resources/dashboard/platform-versions.html">
30 <li><a href="<?cs var:toroot ?>resources/dashboard/screens.html">
43 <div><a href="<?cs var:toroot ?>resources/articles/index.html">
47 <li><a href="<?cs var:toroot ?>resources/articles/avoiding-memory-leaks.html">
50 <li><a href="<?cs var:toroot ?>resources/articles/backward-compatibility.html">
53 <li><a href="<?cs var:toroot ?>resources/articles/can-i-use-this-intent.html">
56 <li><a href="<?cs var:toroot ?>resources/articles/creating-input-method.html">
59 <li><a href="<?cs var:toroot ?>resources/articles/drawable-mutations.html"
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 21 <li><a href="<?cs var:toroot ?>guide/basics/what-is-android.html">
50 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals.html">
64 <div><a href="<?cs var:toroot ?>guide/topics/ui/index.html">
68 <li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">
71 <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html">
74 <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html">
77 <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html">
81 <div><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html">
85 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html">
88 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html"
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestIncompatibleException.java 61 public static DOMTestIncompatibleException incompatibleLoad(String href,
65 buf.append(href);
  /external/skia/src/svg/
SkSVGUse.cpp 25 SVG_LITERAL_ATTRIBUTE(xlink:href, f_xlink_href),
  /libcore/luni/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 39 * @see <a href="http://www.w3.org/TR/xml-stylesheet/">Associating Style Sheets with XML documents, Version 1.0</a>
67 * Get the object that will be used to resolve URIs in href
79 * Get the object that will be used to resolve URIs in href
138 * @see <a href="http://www.w3.org/TR/xml-stylesheet/">Associating Style Sheets with XML documents, Version 1.0</a>
146 String href = null; // CDATA #REQUIRED local
177 else if (name.equals("href"))
183 href = token;
187 // If the href value has parameters to be passed to a
190 // the href value. Without this check, we would move on
197 href = href + token + tokenizer.nextToken()
    [all...]
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 16 <li><a href="<?cs var:toroot ?>sdk/index.html">
26 <li><a href="<?cs var:toroot ?>sdk/installing.html">
52 <li><a href="<?cs var:toroot ?>sdk/adding-components.html">
64 <li><a href="<?cs var:toroot ?>sdk/android-2.2.html">Android 2.2 Platform</a></li>
65 <li><a href="<?cs var:toroot ?>sdk/android-2.1.html">Android 2.1 Platform</a></li>
66 <li><a href="<?cs var:toroot ?>sdk/android-1.6.html">Android 1.6 Platform</a></li>
67 <li><a href="<?cs var:toroot ?>sdk/android-1.5.html">Android 1.5 Platform</a></li>
69 <div><a href="#" onclick="toggle(this.parentNode.parentNode,true); return false;">Older Platforms</a></div>
71 <li><a href="<?cs var:toroot ?>sdk/android-2.0.1.html">Android 2.0.1 Platform</a></li>
72 <li><a href="<?cs var:toroot ?>sdk/android-2.0.html">Android 2.0 Platform</a></li
    [all...]
  /build/tools/droiddoc/templates/
docpage.cs 13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> >
26 <a href="#top" style="float:right">&uarr; Go to top</a>
28 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
  /external/webkit/WebCore/page/
Location.h 48 String href() const;

Completed in 1075 milliseconds

1 2 3 4 5 6 7