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

123

/external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
H A Dop_++.pass.cpp22 std::chrono::hours& href = ++h; local
23 assert(&href == &h);
H A Dop_--.pass.cpp22 std::chrono::hours& href = --h; local
23 assert(&href == &h);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURLUtilsReadOnly.cpp35 String DOMURLUtilsReadOnly::href() function in class:blink::DOMURLUtilsReadOnly
H A DProcessingInstruction.cpp95 String href; local
97 if (!checkStyleSheet(href, charset))
99 process(href, charset);
102 bool ProcessingInstruction::checkStyleSheet(String& href, String& charset) argument
124 href = attrs.get("href");
134 void ProcessingInstruction::process(const String& href, const String& charset) argument
136 if (href.length() > 1 && href[0] == '#') {
137 m_localHref = href
187 setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet) argument
212 setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) argument
[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?
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/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImportRule.cpp50 String CSSImportRule::href() const function in class:blink::CSSImportRule
52 return m_importRule->href();
66 result.append(m_importRule->href());
H A DStyleRuleImport.cpp34 PassRefPtrWillBeRawPtr<StyleRuleImport> StyleRuleImport::create(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet> media) argument
36 return adoptRefWillBeNoop(new StyleRuleImport(href, media));
39 StyleRuleImport::StyleRuleImport(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet> media) argument
43 , m_strHref(href)
70 void StyleRuleImport::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet) argument
84 m_styleSheet = StyleSheetContents::create(this, href, context);
H A DStyleRuleImport.h39 static PassRefPtrWillBeRawPtr<StyleRuleImport> create(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet>);
47 String href() const { return m_strHref; } function in class:blink::StyleRuleImport
65 virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet) OVERRIDE
67 m_ownerRule->setCSSStyleSheet(href, baseURL, charset, sheet);
73 void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*);
76 StyleRuleImport(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet>);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBaseElement.cpp71 KURL HTMLBaseElement::href() const function in class:blink::HTMLBaseElement
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGURIReference.h56 SVGAnimatedString* href() const { return m_href.get(); } function in class:blink::SVGURIReference
H A DSVGFontFaceUriElement.cpp89 const AtomicString& href = getAttribute(XLinkNames::hrefAttr); local
90 if (!href.isNull()) {
92 FetchRequest request(ResourceRequest(document().completeURL(href)), localName());
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLImportRule.h38 static PassOwnPtrWillBeRawPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href) argument
41 return adoptPtrWillBeNoop(new XSLImportRule(parentSheet, href));
47 const String& href() const { return m_strHref; } function in class:blink::FINAL
57 XSLImportRule(XSLStyleSheet* parentSheet, const String& href);
59 void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
H A DXSLImportRule.cpp35 XSLImportRule::XSLImportRule(XSLStyleSheet* parent, const String& href) argument
37 , m_strHref(href)
50 void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) argument
55 m_styleSheet = XSLStyleSheet::create(this, href, baseURL);
/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
H A DLinkReference.java41 public String href; field in class:LinkReference
62 * regex pattern to use when matching explicit 'a href' reference text
65 Pattern.compile("^<a href=\"([^\"]*)\">([^<]*)</a>[ \n\r\t]*$", Pattern.CASE_INSENSITIVE);
79 * and fills in href and label with error text.
365 // explicit "<a href" form
372 result.href = matcher.group(1);
375 if (DBG) System.out.println(" ---- explicit href reference");
377 result.href = result.packageInfo.htmlPage();
379 result.href = result.packageInfo.htmlPage();
404 if (DBG) System.out.println(" --- href
[all...]
/external/chromium_org/android_webview/common/
H A Daw_hit_test_data.h24 // otherwise be type an LINK type, |href| will contain the javascript
25 // string in the href attribute, and |anchor_text|i and |img_src| contain
31 // contain the url but with the prefix removed. |href| will contain the
32 // exact href attribute string. Other fields are the same as SRC_LINK_TYPE.
37 // Hit on a pure image (without links). |extra_data_for_type|, |href|,
43 // image. |extra_data_for_type| and |href| will be the valid absolute url
51 // Note 3: |href| is not the raw attribute string, but the absolute link
57 // source. |href| will be the valid absolute url of the link. |anchor_text|
69 base::string16 href; member in struct:android_webview::AwHitTestData
/external/chromium_org/content/test/plugin/
H A Dplugin_private_test.cc30 NPIdentifier href = HostFunctions()->getstringidentifier("href"); local
39 HostFunctions()->getproperty(id(), NPVARIANT_TO_OBJECT(location_var), href, local
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
H A DCrawler.java104 for (Element element : document.select("a[href]")) {
105 String href = element.attr("href");
106 URL link = parseUrl(url, href);
113 private URL parseUrl(URL url, String href) { argument
115 URL result = new URL(url, href);
/external/chromium_org/chrome/renderer/
H A Dweb_apps.cc73 WebString href = link.getAttribute("href"); local
74 if (href.isNull() || href.isEmpty())
78 GURL url = link.document().completeURL(href);
/external/chromium_org/ppapi/tests/
H A Dtest_url_util.cc126 pp::Var href = window.GetProperty("location").GetProperty("href"); local
127 ASSERT_TRUE(href.is_string());
129 ASSERT_EQ(url.AsString(), href.AsString());
145 pp::Var href = window.GetProperty("location").GetProperty("href"); local
146 ASSERT_TRUE(href.is_string());
147 ASSERT_EQ(url.AsString(), href.AsString());
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DLinkLoader.cpp114 bool LinkLoader::loadLink(const LinkRelAttribute& relAttribute, const AtomicString& crossOriginMode, const String& type, const KURL& href, Document& document) argument
118 // FIXME: The href attribute of the link element can be in "//hostname" form, and we shouldn't attempt
120 if (settings && settings->dnsPrefetchingEnabled() && href.isValid() && !href.isEmpty())
121 prefetchDNS(href.host());
125 if ((relAttribute.isLinkPrefetch() || relAttribute.isLinkSubresource() || relAttribute.isTransitionExitingStylesheet()) && href.isValid() && document.frame()) {
129 FetchRequest linkRequest(ResourceRequest(document.completeURL(href)), FetchInitiatorTypeNames::link);
137 m_prerender = PrerenderHandle::create(document, this, href, prerenderRelTypes);
138 } else if (m_prerender->url() != href) {
140 m_prerender = PrerenderHandle::create(document, this, href, prerenderRelType
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js1096 href: cap[2],
1177 link: /^!?\[(inside)\]\(href\)/,
1193 ('href', inline._href)
1288 , href
1306 href = this.mangle('mailto:') + text;
1309 href = text;
1311 out += this.renderer.link(href, null, text);
1319 href = text;
1320 out += this.renderer.link(href, null, text);
1343 href
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.cpp65 String Location::href() const function in class:blink::Location
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
H A DSVGFEImage.cpp51 FEImage::FEImage(Filter* filter, TreeScope& treeScope, const String& href, PassRefPtr<SVGPreserveAspectRatio> preserveAspectRatio) argument
54 , m_href(href)
64 PassRefPtr<FEImage> FEImage::createWithIRIReference(Filter* filter, TreeScope& treeScope, const String& href, PassRefPtr<SVGPreserveAspectRatio> preserveAspectRatio) argument
66 return adoptRef(new FEImage(filter, treeScope, href, preserveAspectRatio));

Completed in 1096 milliseconds

123