Searched defs:href (Results 26 - 50 of 67) sorted by relevance

123

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebKitHitTestTest.java59 private static String fullPageLink(String href, String anchorText) { argument
60 return CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" +
61 href + "\" " + "onclick=\"return false;\">" + anchorText + "</a>");
110 return stringEquals(expectedHref, data.href) &&
264 String page = CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" +
290 String page = CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" +
/external/chromium_org/extensions/common/
H A Dupdate_manifest.cc113 // 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)) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleSheet.cpp387 String CSSStyleSheet::href() const function in class:blink::CSSStyleSheet
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.cpp280 PassRefPtrWillBeRawPtr<Element> HTMLViewSourceDocument::addBase(const AtomicString& href) argument
283 base->setAttribute(hrefAttr, href);
H A DHTMLAnchorElement.cpp246 // Should be draggable if we have an href attribute.
255 KURL HTMLAnchorElement::href() const function in class:blink::HTMLAnchorElement
267 return href();
H A DHTMLLinkElement.cpp413 KURL HTMLLinkElement::href() const function in class:blink::HTMLLinkElement
499 void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet) argument
526 RefPtrWillBeRawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(href, parserContext);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLStyleSheetLibxslt.cpp215 xmlChar* uriRef = xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE);
227 xmlChar* uriRef = xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE);
236 void XSLStyleSheet::loadChildSheet(const String& href) argument
238 OwnPtrWillBeRawPtr<XSLImportRule> childRule = XSLImportRule::create(this, href);
297 // the original href string from the import rule and canonicalize it
299 CString importHref = import->href().utf8();
/external/smack/src/org/jivesoftware/smackx/
H A DXHTMLText.java48 * @param href indicates the URL being linked to
51 public void appendOpenAnchorTag(String href, String style) { argument
53 if (href != null) {
54 sb.append(" href=\"");
55 sb.append(href);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.cpp230 const AtomicString& href = toElement(node)->getAttribute(HTMLNames::hrefAttr); local
231 if (href.isNull())
233 KURL url = node->document().completeURL(href);
/external/chromium_org/third_party/libxml/src/
H A Drunsuite.c790 xmlChar *href = NULL; local
800 href = getString(cur,
801 "string(ts:instanceDocument/@xlink:href)");
802 if ((href == NULL) || (href[0] == 0)) {
803 test_log("testGroup line %ld misses href for schemaDocument\n",
808 path = xmlBuildURI(href, BAD_CAST base);
812 xmlGetLineNo(cur), href);
871 if (href != NULL) xmlFree(href);
887 xmlChar *href = NULL; local
[all...]
H A Dc14n.c415 const xmlChar *href; local
428 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
429 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
437 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
448 const xmlChar *href; local
461 href = ((ns == NULL) || (ns->href
[all...]
H A DdebugXML.c729 if (ns->href == NULL) {
732 "Incomplete namespace %s href=NULL\n",
736 "Incomplete default namespace href=NULL\n");
740 fprintf(ctxt->output, "namespace %s href=",
743 fprintf(ctxt->output, "default namespace href=");
745 xmlCtxtDumpString(ctxt, ns->href);
1768 fprintf(output, "default -> %s", (char *)ns->href);
1771 (char *)ns->href);
2108 xmlChar* href; local
2128 /* 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);
1999 xmlChar *href; local
[all...]
/external/chromium_org/third_party/readability/js/
H A Dreadability.js93 readability.parsedPages[window.location.href.replace(/\/$/, '')] = true;
114 "<p>Sorry, readability was unable to parse this page for content. If you feel like it should have been able to, please <a href='http://code.google.com/p/arc90labs-readability/issues/entry'>let us know by submitting an issue.</a></p>",
151 if((window.location.protocol + "//" + window.location.host + "/") === window.location.href) {
214 if(readability.convertLinksToFootnotes && !window.location.href.match(/wikipedia\.org/g)) {
252 "<a href='#' onclick='return window.location.reload()' title='Reload original page' id='reload-page'>Reload Original Page</a>" +
253 "<a href='#' onclick='javascript:window.print();' title='Print page' id='print-page'>Print Page</a>" +
254 "<a href='#' onclick='readability.emailBox(); return false;' title='Email page' id='email-page'>Email Page</a>";
408 if (document.styleSheets[k].href !== null && document.styleSheets[k].href.lastIndexOf("readability") === -1) {
1021 linkHref = allLinks[i].href
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dvariables.c1414 const xmlChar *href; local
1441 href = NULL;
1450 href = NULL;
1452 href = ns->href;
1459 res_ptr = xmlHashLookup2(ctxt->globalVars, name, href);
1476 (xmlStrEqual(elem->nameURI, href))) {
1576 if (href != NULL)
1577 elem->nameURI = xmlDictLookup(ctxt->dict, href, -1);
1592 res = xmlHashAddEntry2(ctxt->globalVars, name, href, ele
[all...]
H A Dxslt.c491 ret->origNsName = ns->href;
1071 if (xmlStrEqual(cur->href, XSLT_NAMESPACE))
1083 if (xmlStrEqual(cur->href, style->exclPrefixTab[i]))
1326 URI = ns->href;
1593 xsltRegisterExtPrefix(style, prefix, ns->href);
1725 if (exclPrefixPush(style, (xmlChar *) ns->href) >= 0) {
1777 ns->href = xmlDictLookup(doc->dict, XML_XML_NAMESPACE, -1);
1779 ns->href = xmlStrdup(XML_XML_NAMESPACE);
1781 ns->href = xmlStrdup(XML_XML_NAMESPACE);
1825 if (xmlStrEqual(ns->href, nsNam
6771 xmlChar *href = NULL; local
6859 xmlChar *href = NULL; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jar ... util.Hashtable decoder static final String[] encoder static void " href="/5.1.0_r1/s?defs= " () public ...
H A Dorg.eclipse.help_3.5.0.v20100524.jar ... .AbstractContentExtensionProvider extends java.lang.Object { public void " href="/5.1.0_r1/s?defs= " () public ...
/external/libxml2/
H A Dc14n.c417 const xmlChar *href; local
430 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
431 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
439 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
450 const xmlChar *href; local
463 href = ((ns == NULL) || (ns->href
[all...]
H A DdebugXML.c729 if (ns->href == NULL) {
732 "Incomplete namespace %s href=NULL\n",
736 "Incomplete default namespace href=NULL\n");
740 fprintf(ctxt->output, "namespace %s href=",
743 fprintf(ctxt->output, "default namespace href=");
745 xmlCtxtDumpString(ctxt, ns->href);
1771 fprintf(output, "default -> %s", (char *)ns->href);
1774 (char *)ns->href);
2111 xmlChar* href; local
2131 /* find href */
[all...]
H A Dxinclude.c493 xmlChar *href; local
512 href = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_HREF);
513 if (href == NULL) {
514 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
515 if (href == NULL)
518 if ((href[0] == '#') || (href[0] == 0))
529 if (href != NULL)
530 xmlFree(href);
2028 xmlChar *href; local
[all...]
/external/chromium_org/android_webview/native/
H A Daw_contents.cc837 ScopedJavaLocalRef<jstring> href; local
838 if (data.href.length())
839 href = ConvertUTF16ToJavaString(env, data.href);
853 href.obj(),
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.h77 const GURL& href() const { return href_; } function in class:google_apis::Link
90 void set_href(const GURL& href) { href_ = href; } argument
136 const GURL& href() const { return href_; } function in class:google_apis::ResourceLink
139 void set_href(const GURL& href) { href_ = href; } argument
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.cpp236 AtomicString href = getAttribute(XLinkNames::hrefAttr); local
238 if (href.isEmpty())
241 target = SVGURIReference::targetElementFromIRIString(href, treeScope(), &id);
/external/chromium_org/third_party/libxml/src/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
724 const xmlChar *href,
729 const xmlChar *href,
949 const xmlChar *href);

Completed in 469 milliseconds

123