Searched refs:href (Results 1 - 25 of 243) sorted by relevance

12345678910

/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
H A Dset-href-attribute-prevents-rebase.js1 description('Tests that when an href attribute is set, the href is no longer subject to updates to the document base URI.');
9 base.href = "http://old_base/";
10 a.href = "?search";
11 base.href = "http://new_base/";
12 shouldBe("a.href", "'http://new_base/?search'");
15 base.href = "http://old_base/";
16 a.href = "?foo";
18 base.href = "http://new_base/";
19 shouldBe("a.href", "'htt
[all...]
H A Dset-href-attribute-whitespace.js1 description('Test setting the href attribute of an HTMLAnchorElement to a URL with leading and trailing whitespace.');
5 debug("Set href that starts with a space");
6 a.href = " https://www.mydomain.com/path/testurl.html?key=value";
9 debug("Set href that starts with a newline");
10 a.href = "\nhttps://www.mydomain.com/path/testurl.html?key=value";
13 debug("Set href that starts with a tab");
14 a.href = "\thttps://www.mydomain.com/path/testurl.html?key=value";
17 debug("Set href that starts with a carriage return");
18 a.href = "\rhttps://www.mydomain.com/path/testurl.html?key=value";
21 debug("Set href tha
[all...]
H A Dset-href-attribute-port.js6 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
8 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'");
11 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
13 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'");
16 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
18 shouldBe("a.href", "'https://www.mydomain.com:0/path/testurl.html?key=value'");
22 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
24 shouldBe("a.href", "'https://www.mydomain.com:4/path/testurl.html?key=value'");
28 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value";
30 shouldBe("a.href", "'http
[all...]
H A Dset-href-attribute-search.js6 a.href = "https://www.mydomain.com/path/?key=value";
8 shouldBe("a.href", "'https://www.mydomain.com/path/?value=key'");
12 a.href = "https://www.mydomain.com/path/?key=value";
14 shouldBe("a.href", "'https://www.mydomain.com/path/?val%20ue=%20key?'");
17 a.href = "s:www.mydomain.com/path/";
19 shouldBe("a.href", "'s:www.mydomain.com/path/?%'");
24 a.href = "https://www.mydomain.com/path/?key=value#hash";
26 shouldBe("a.href", "'https://www.mydomain.com/path/?value%23key#hash'");
32 a.href = "bad:/|/url";
34 shouldBe("a.href", "'ba
[all...]
H A Dset-href-attribute-hash.js6 a.href = "https://www.mydomain.com:8080/path/testurl.html#middle";
8 shouldBe("a.href", "'https://www.mydomain.com:8080/path/testurl.html#hash-value'");
11 a.href = "file:///path/testurl.html#middle";
13 shouldBe("a.href", "'file:///path/testurl.html#hash_value'");
16 a.href = "http://www.mydomain.com/path/testurl.html#middle";
18 shouldBe("a.href", "'http://www.mydomain.com/path/testurl.html#hash?value'");
23 a.href = "https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle";
25 shouldBe("a.href", "'https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle'");
31 a.href = "https://www.mydomain.com/path/testurl.html#middle";
33 shouldBe("a.href", "'http
[all...]
H A Dset-href-attribute-host.js6 a.href = "https://www.mydomain.com:8080/path/";
8 shouldBe("a.href", "'https://www.otherdomain.com:0/path/'");
13 a.href = "https://www.mydomain.com:8080/path/?key=value";
15 shouldBe("a.href", "'https://www.other/?domain.com:8080/path/?key=value'");
21 a.href = "https://www.mydomain.com:8080/path/";
23 shouldBe("a.href", "'https://www.otherdomain.com:80/path/'");
26 a.href = "https://www.mydomain.com:8080/path/";
28 shouldBe("a.href", "'https://www.otherdomain.com/path/'");
32 a.href = "https://www.mydomain.com:8080/path/";
34 shouldBe("a.href", "'http
[all...]
H A Dset-href-attribute-hostname.js6 a.href = "https://www.mydomain.com:8080/path/";
8 shouldBe("a.href", "'https://www.otherdomain.com:8080/path/'");
13 a.href = "https://www.mydomain.com:8080/path/";
15 shouldBe("a.href", "'https://www.otherdomain.com:8080/path/'");
22 a.href = "foo://www.mydomain.com/path/";
24 shouldBe("a.href", "'foo://www.otherdomain.com/path/'");
30 a.href = "https://www.mydomain.com:8080/path/";
32 shouldBe("a.href", "'https://www.mydomain.com:8080/path/'");
38 a.href = "https://www.mydomain.com:8080/path/";
40 shouldBe("a.href", "'http
[all...]
H A Dset-href-attribute-pathname.js6 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
8 shouldBe("a.href", "'https://www.mydomain.com/path%20name?key=value'");
13 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
15 shouldBe("a.href", "'https://www.mydomain.com/pa%3Fth?key=value'");
23 a.href = "https://www.mydomain.com/path?key=value";
25 shouldBe("a.href", "'https://www.mydomain.com//path%23name?key=value'");
31 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
33 shouldBe("a.href", "'https://www.mydomain.com/path?key=value'");
37 a.href = "https://www.mydomain.com/path/testurl.html?key=value";
39 shouldBe("a.href", "'http
[all...]
H A Dset-href-attribute-protocol.js6 a.href = "https://www.mydomain.com/path/";
8 shouldBe("a.href", "'http-foo://www.mydomain.com/path/'");
13 a.href = "https://www.mydomain.com/path/";
15 shouldBe("a.href", "'http://www.mydomain.com/path/'");
23 a.href = "https://www.mydomain.com/path/";
25 shouldBe("a.href", "'https://www.mydomain.com/path/'");
33 a.href = "h:^^";
35 shouldBe("a.href", "'foo:^^'");
40 a.href = "https://www.mydomain.com/path/";
42 shouldBe("a.href", "'http
[all...]
/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?
/external/webkit/Source/WebCore/html/
H A DHTMLBaseElement.idl23 attribute [Reflect, URL] DOMString href;
/external/webkit/Source/WebCore/svg/
H A DSVGURIReference.idl30 readonly attribute SVGAnimatedString href;
/external/doclava/src/com/google/doclava/
H A DKeywordEntry.java22 KeywordEntry(String label, String href, String comment) { argument
24 this.href = href;
30 data.setValue(base + ".href", this.href);
43 private String href; field in class:KeywordEntry
/external/webkit/Source/WebCore/xml/
H A DXSLImportRule.h40 static PassRefPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href) argument
42 return adoptRef(new XSLImportRule(parentSheet, href));
47 const String& href() const { return m_strHref; } function in class:WebCore::XSLImportRule
56 XSLImportRule(XSLStyleSheet* parentSheet, const String& href);
61 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);
/external/chromium/chrome/common/extensions/docs/js/
H A Dbootstrap.js21 (window.location.href.match("^file:")) &&
40 location.href = location.href;
43 (window.location.href.match("^file:")) &&
/external/webkit/Source/WebCore/css/
H A DCSSImportRule.idl25 readonly attribute [ConvertNullStringTo=Null] DOMString href;
H A DCSSImportRule.h39 static PassRefPtr<CSSImportRule> create(CSSStyleSheet* parent, const String& href, PassRefPtr<MediaList> media) argument
41 return adoptRef(new CSSImportRule(parent, href, media));
46 String href() const { return m_strHref; } function in class:WebCore::CSSImportRule
58 CSSImportRule(CSSStyleSheet* parent, const String& href, PassRefPtr<MediaList>);
67 virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet*);
H A DStyleSheet.h46 // Note that href is the URL that started the redirect chain that led to
49 const String& href() const { return m_originalURL; } function in class:WebCore::StyleSheet
69 StyleSheet(Node* ownerNode, const String& href, const KURL& finalURL);
70 StyleSheet(StyleSheet* parentSheet, const String& href, const KURL& finalURL);
71 StyleSheet(StyleBase* owner, const String& href, const KURL& finalURL);
/external/libxslt/libxslt/
H A Dnamespaces.c239 literalNsName = literalNs->href; /* Yes - set for nsAlias table */
243 if ((literalNs == NULL) || (literalNs->href == NULL)) {
249 literalNsName = literalNs->href;
262 targetNsName = targetNs->href;
266 if ((targetNs == NULL) || (targetNs->href == NULL)) {
272 targetNsName = targetNs->href;
292 style->defaultAlias = targetNs->href;
380 if ((ns->href != NULL) && (ns->href[0] != 0)) {
388 "'%s'.\n", ns->href, targe
[all...]
/external/doclava/res/assets/templates/
H A Dsampleindex.cs18 <p><a href="../index.html">&larr; Back</a></p>
26 <li><a href="<?cs var:dir.name ?>/index.html"><?cs
36 <li><a href="<?cs var:file.href ?>"><?cs
H A Dkeywords.cs15 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /each?>
23 ?> <li><a href="<?cs var:toroot ?><?cs var:entry.href ?>"><?cs var:entry.label
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedWatch.emf.properties25 //*[name()='entry'][1]/*/*[name()='build']/@href;null;null;\
/external/webkit/Source/WebCore/workers/
H A DWorkerLocation.h49 String href() const;
60 String toString() const { return href(); }
/external/chromium/chrome/browser/resources/
H A Dconnection_manager.js23 'domain': location.href,

Completed in 584 milliseconds

12345678910