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

1 2 3

  /external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
op_++.pass.cpp 22 std::chrono::hours& href = ++h; local
23 assert(&href == &h);
op_--.pass.cpp 22 std::chrono::hours& href = --h; local
23 assert(&href == &h);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
op_++.pass.cpp 22 std::chrono::hours& href = ++h; local
23 assert(&href == &h);
op_--.pass.cpp 22 std::chrono::hours& href = --h; local
23 assert(&href == &h);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMURLUtilsReadOnly.cpp 35 String DOMURLUtilsReadOnly::href() function in class:blink::DOMURLUtilsReadOnly
ProcessingInstruction.cpp 95 String href; local
97 if (!checkStyleSheet(href, charset))
99 process(href, charset);
102 bool ProcessingInstruction::checkStyleSheet(String& href, String& charset)
124 href = attrs.get("href");
134 void ProcessingInstruction::process(const String& href, const String& charset)
136 if (href.length() > 1 && href[0] == '#') {
137 m_localHref = href.substring(1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBaseElement.cpp 71 KURL HTMLBaseElement::href() const function in class:blink::HTMLBaseElement
HTMLAnchorElement.cpp 246 // Should be draggable if we have an href attribute.
255 KURL HTMLAnchorElement::href() const function in class:blink::HTMLAnchorElement
267 return href();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGURIReference.h 56 SVGAnimatedString* href() const { return m_href.get(); } function in class:blink::SVGURIReference
SVGFontFaceUriElement.cpp 89 const AtomicString& href = getAttribute(XLinkNames::hrefAttr); local
90 if (!href.isNull()) {
92 FetchRequest request(ResourceRequest(document().completeURL(href)), localName());
  /external/doclava/src/com/google/doclava/
KeywordEntry.java 22 KeywordEntry(String label, String href, String comment) {
24 this.href = href;
30 data.setValue(base + ".href", this.href);
43 private String href; field in class:KeywordEntry
  /external/chromium_org/content/test/plugin/
plugin_private_test.cc 30 NPIdentifier href = HostFunctions()->getstringidentifier("href"); local
39 HostFunctions()->getproperty(id(), NPVARIANT_TO_OBJECT(location_var), href, local
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImportRule.cpp 50 String CSSImportRule::href() const function in class:blink::CSSImportRule
52 return m_importRule->href();
66 result.append(m_importRule->href());
StyleRuleImport.h 39 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>);
CSSStyleSheet.cpp 387 String CSSStyleSheet::href() const function in class:blink::CSSStyleSheet
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLImportRule.h 38 static PassOwnPtrWillBeRawPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href)
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);
  /external/chromium_org/android_webview/common/
aw_hit_test_data.h 24 // 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/chrome/renderer/
web_apps.cc 73 WebString href = link.getAttribute("href"); local
74 if (href.isNull() || href.isEmpty())
78 GURL url = link.document().completeURL(href);
  /external/chromium_org/ppapi/tests/
test_url_util.cc 126 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/polymer/components-chromium/core-component-page/
core-component-page-extracted.js 1096 href: cap[2],
1177 link: /^!?\[(inside)\]\(href\)/,
1193 ('href', inline._href)
1288 , href
    [all...]
  /external/apache-xml/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...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Location.cpp 65 String Location::href() const function in class:blink::Location
  /external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
Crawler.java 104 for (Element element : document.select("a[href]")) {
105 String href = element.attr("href"); local
106 URL link = parseUrl(url, href);
113 private URL parseUrl(URL url, String href) {
115 URL result = new URL(url, href);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 47 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
48 * @see <a href="http://www.w3.org/TR/xslt#include">include in XSLT Specification</a>
65 * @return non-null reference to the href attribute string, or
354 String href = getHref(); local
356 s = uriresolver.resolve(href,base);
388 // the system ID Resolver to take the href and base
  /external/chromium_org/extensions/common/
update_manifest.cc 113 // NULL if there isn't one with that href.
115 const xmlChar* href = reinterpret_cast<const xmlChar*>(expected_href); local
117 if (ns->href && !xmlStrcmp(ns->href, href)) {

Completed in 341 milliseconds

1 2 3