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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/common/extensions/
update_manifest.cc 111 // NULL if there isn't one with that href.
113 const xmlChar* href = reinterpret_cast<const xmlChar*>(expected_href); local
115 if (ns->href && !xmlStrcmp(ns->href, href)) {
  /external/chromium_org/chrome/common/extensions/
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)) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMURLUtilsReadOnly.cpp 35 String DOMURLUtilsReadOnly::href(DOMURLUtilsReadOnly* impl) function in class:WebCore::DOMURLUtilsReadOnly
DOMURLUtilsReadOnly.h 42 static String href(DOMURLUtilsReadOnly*);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Location.h 51 String href() const;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBaseElement.cpp 80 KURL HTMLBaseElement::href() const function in class:WebCore::HTMLBaseElement
HTMLViewSourceDocument.h 63 PassRefPtr<Element> addBase(const AtomicString& href);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFilterElement.h 75 DECLARE_ANIMATED_STRING(Href, href)
SVGGradientElement.h 105 DECLARE_ANIMATED_STRING(Href, href)
SVGImageElement.h 74 DECLARE_ANIMATED_STRING(Href, href)
SVGPatternElement.h 77 DECLARE_ANIMATED_STRING(Href, href)
SVGScriptElement.h 88 DECLARE_ANIMATED_STRING(Href, href)
  /external/chromium_org/third_party/libxml/src/include/libxml/
xlink.h 30 * href attributes by using the base mechanism if found.
75 * @href: the target of the link
84 const xlinkHRef href,
  /external/chromium_org/third_party/libxml/src/
runsuite.c 790 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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump.c 244 trace_dump_writes("<?xml-stylesheet type='text/xsl' href='trace.xsl'?>\n");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 24 <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
47 $line = "<td>Component: <a href=\"buildnotes/$anEntry\">$component</a></td>";
  /external/libxml2/include/libxml/
xlink.h 30 * href attributes by using the base mechanism if found.
75 * @href: the target of the link
84 const xlinkHRef href,
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 244 trace_dump_writes("<?xml-stylesheet type='text/xsl' href='trace.xsl'?>\n");
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebKitHitTestTest.java 30 private static String HREF = "http://foo/";
57 private static String fullPageLink(String href, String anchorText) {
58 return CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" +
59 href + "\" " + "onclick=\"return false;\">" + anchorText + "</a>");
115 final String href,
122 return (href == null ? data.href == null :
123 href.equals(data.href)) &&
133 String page = fullPageLink(HREF, ANCHOR_TEXT)
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
templates.c 482 if ((attr->ns != NULL) && xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
509 ((attr->ns == NULL) || xmlStrEqual(ret->ns->href, attr->ns->href)))
563 attr->ns->href, attr->name);
587 attr->ns->href, attr->name);
654 xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
685 attr->ns->href, attr->name);
713 attr->ns->href, attr->ns->prefix, target);
748 attr->ns->href, attr->name);
794 xmlStrEqual(attr->ns->href, XSLT_NAMESPACE)
    [all...]
  /external/libxslt/libxslt/
templates.c 481 if ((attr->ns != NULL) && xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
508 ((attr->ns == NULL) || xmlStrEqual(ret->ns->href, attr->ns->href)))
562 attr->ns->href, attr->name);
585 attr->ns->href, attr->name);
652 xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
683 attr->ns->href, attr->name);
711 attr->ns->href, attr->ns->prefix, target);
746 attr->ns->href, attr->name);
791 xmlStrEqual(attr->ns->href, XSLT_NAMESPACE)
    [all...]
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 54 // Get the actual 'href' attribute, which might relative if valid or can
56 return element.getAttribute("href");
112 data->href = UTF8ToUTF16(data->extra_data_for_type);
138 data->href = UTF8ToUTF16(absolute_link_url.possibly_invalid_spec());
282 data.href = GetHref(element);
287 absolute_link_url = GetAbsoluteUrl(node, data.href);
314 data.href = GetHref(result.urlElement());
  /build/tools/droiddoc/templates-ds/
class.cs 39 <a href="#nestedclasses">Nested Classes</a>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
51 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#enumconstants">Enums</a>
55 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#constants">Constants</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
63 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lfields">Fields</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
71 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubctors">Ctors</a>
75 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#proctors">Protected Ctors</a
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 39 <a href="#nestedclasses">Nested Classes</a>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
51 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#enumconstants">Enums</a>
55 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#constants">Constants</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
63 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lfields">Fields</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
71 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubctors">Ctors</a>
75 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#proctors">Protected Ctors</a
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 39 <a href="#nestedclasses">Nested Classes</a>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
51 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#enumconstants">Enums</a>
55 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#constants">Constants</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
63 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lfields">Fields</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
71 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubctors">Ctors</a>
75 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#proctors">Protected Ctors</a
    [all...]

Completed in 1456 milliseconds

1 2 3 4 56 7 8 91011>>