HomeSort by relevance Sort by last modified time
    Searched refs:href (Results 276 - 300 of 490) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
ui.js 179 return 'At <a href="' + singleUrl + '">r' + currentRevision + '</a>';
182 return '<a href="' + singleUrl + '">r' + currentRevision + '</a>';
187 return '<a href="' + rangeUrl + '">r' + (previousRevision + 1) + ' to r' + currentRevision + '</a>';
timeline_explorer.js 235 addRow('Build:', '<a href="' + buildUrl + '" target="_blank">' + buildNumber + '</a> (<a href="' + resultsUrl + '" target="_blank">results</a>)');
321 var html = '<a href="' + flakinessDashboardUrl + '">' + testName + '</a>';
351 html += '<p>For build <a href="' + buildUrl + '" target="_blank">' +
352 buildNumber + '</a> ' + '(<a href="' + resultsUrl +
  /external/chromium_org/third_party/libxslt/libxslt/
variables.c 1414 const xmlChar *href; local
    [all...]
pattern.c 697 } else if (node->ns->href != NULL) {
700 if (!xmlStrEqual(step->value2, node->ns->href))
718 if (!xmlStrEqual(step->value2, node->ns->href))
743 } else if (node->ns->href != NULL) {
746 if (!xmlStrEqual(step->value2, node->ns->href))
791 } else if (node->ns->href != NULL) {
793 (xmlStrEqual(step->value2, node->ns->href)))
836 } else if (node->ns->href != NULL) {
839 if (!xmlStrEqual(step->value, node->ns->href))
912 sibling->ns->href))))
    [all...]
xsltutils.c 105 (xmlStrEqual(node->ns->href, nameSpace))) ||
107 (xmlStrEqual(prop->ns->href, nameSpace))))) {
139 if ((ns != NULL) && (xmlStrEqual(ns->href, nameSpace)))
195 (xmlStrEqual(node->ns->href, nameSpace))) ||
197 (xmlStrEqual(prop->ns->href, nameSpace))))) {
225 if ((ns != NULL) && (xmlStrEqual(ns->href, nameSpace)))
829 return(ns->href);
904 return(ns->href);
    [all...]
  /external/libxslt/libxslt/
variables.c 1414 const xmlChar *href; local
    [all...]
pattern.c 697 } else if (node->ns->href != NULL) {
700 if (!xmlStrEqual(step->value2, node->ns->href))
718 if (!xmlStrEqual(step->value2, node->ns->href))
743 } else if (node->ns->href != NULL) {
746 if (!xmlStrEqual(step->value2, node->ns->href))
791 } else if (node->ns->href != NULL) {
793 (xmlStrEqual(step->value2, node->ns->href)))
836 } else if (node->ns->href != NULL) {
839 if (!xmlStrEqual(step->value, node->ns->href))
912 sibling->ns->href))))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /external/chromium_org/third_party/libxml/src/
relaxng.c 45 (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
401 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGInclude
414 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGDocument
684 if (docu->href != NULL)
685 xmlFree(docu->href);
723 if (incl->href != NULL)
724 xmlFree(incl->href);
1552 xmlChar *href = NULL; local
7027 xmlChar *href, *ns, *base, *URL; local
7113 xmlChar *href, *ns, *base, *URL; local
    [all...]
pattern.c 532 } else if (node->ns->href != NULL) {
535 if (!xmlStrEqual(step->value2, node->ns->href))
579 if (!xmlStrEqual(step->value2, node->ns->href))
604 } else if (node->ns->href != NULL) {
607 if (!xmlStrEqual(step->value2, node->ns->href))
641 } else if (node->ns->href != NULL) {
643 (xmlStrEqual(step->value2, node->ns->href)))
666 } else if (node->ns->href != NULL) {
669 if (!xmlStrEqual(step->value, node->ns->href))
    [all...]
legacy.c 671 * @href: the URI associated
680 const xmlChar * href ATTRIBUTE_UNUSED,
    [all...]
  /external/libxml2/
relaxng.c 45 (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
401 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGInclude
414 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGDocument
684 if (docu->href != NULL)
685 xmlFree(docu->href);
723 if (incl->href != NULL)
724 xmlFree(incl->href);
1552 xmlChar *href = NULL; local
7027 xmlChar *href, *ns, *base, *URL; local
7113 xmlChar *href, *ns, *base, *URL; local
    [all...]
pattern.c 532 } else if (node->ns->href != NULL) {
535 if (!xmlStrEqual(step->value2, node->ns->href))
579 if (!xmlStrEqual(step->value2, node->ns->href))
604 } else if (node->ns->href != NULL) {
607 if (!xmlStrEqual(step->value2, node->ns->href))
641 } else if (node->ns->href != NULL) {
643 (xmlStrEqual(step->value2, node->ns->href)))
666 } else if (node->ns->href != NULL) {
669 if (!xmlStrEqual(step->value, node->ns->href))
    [all...]
legacy.c 671 * @href: the URI associated
680 const xmlChar * href ATTRIBUTE_UNUSED,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.js 216 var url = window.location.href;
486 if (WebInspector.openAnchorLocationRegistry.dispatch({ url: anchor.href, lineNumber: anchor.lineNumber}))
491 const profileMatch = WebInspector.ProfilesPanelDescriptor.ProfileURLRegExp.exec(anchor.href);
497 var parsedURL = anchor.href.asParsedURL();
507 InspectorFrontendHost.openInNewTab(anchor.href);
    [all...]
utilities.js 199 * @param {string} href
202 function sanitizeHref(href)
204 return href && href.trim().toLowerCase().startsWith("javascript:") ? null : href;
    [all...]
View.js 337 styleElement.href = cssFile;
354 return "\n/*# sourceURL=" + WebInspector.ParsedURL.completeURL(window.location.href, cssFile) + " */";
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
drive_banners.js 158 style.href = 'foreground/css/drive_welcome.css';
187 more.href = str('GOOGLE_DRIVE_REDEEM_URL');
192 more.href = str('GOOGLE_DRIVE_OVERVIEW_URL');
257 link.href = str('GOOGLE_DRIVE_BUY_STORAGE_URL');
573 link.href = str('DOWNLOADS_LOW_SPACE_WARNING_HELP_URL');
608 learnMore.href = str('GOOGLE_DRIVE_ERROR_HELP_URL');
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 25 a.href = url;
29 a.href = 'http://' + url;
31 return a.href;
  /external/chromium_org/v8/tools/
SourceMap.js 243 var href = sourceRoot + originalSourceURL;
244 var url = WebInspector.ParsedURL.completeURL(this._sourceMappingURL, href) || href;
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 81 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
142 node.expand_toggle.href = "javascript:void(0)";
168 a.href = me.toroot + link;
172 a.href = "javascript:void(0)";
  /external/chromium_org/chrome/browser/resources/memory_internals/
memory_internals.js 138 var url = '<a href="' + history['url'] + '">' + title + '</a> (' +
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-ranges-and-escaped-hyphens.js 25 'Tests for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=21232">#21232</a>, and related range issues described in bug.'
string-split-conformance.js 25 'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=68348">String#split is buggy</a>.'

Completed in 3889 milliseconds

<<11121314151617181920