href               50 Source/bindings/tests/results/V8TestNode.cpp     v8SetReturnValueString(info, impl->href(), info.GetIsolate());
href               99 Source/core/accessibility/AXImageMapLink.cpp     return m_areaElement->href();
href              478 Source/core/accessibility/AXRenderObject.cpp     return !toHTMLAnchorElement(*anchor).href().isEmpty();
href              816 Source/core/accessibility/AXRenderObject.cpp             return anchor->href();
href             1936 Source/core/accessibility/AXRenderObject.cpp     KURL linkURL = anchor.href();
href              106 Source/core/css/CSSCursorImageValue.cpp         if (cachedImageURL() != element->document().completeURL(cursorElement->href()->currentValue()->value()))
href              134 Source/core/css/CSSCursorImageValue.cpp                 RefPtrWillBeRawPtr<CSSImageValue> svgImageValue = CSSImageValue::create(loader->document()->completeURL(cursorElement->href()->currentValue()->value()));
href               52 Source/core/css/CSSImportRule.cpp     return m_importRule->href();
href               66 Source/core/css/CSSImportRule.cpp     result.append(m_importRule->href());
href               48 Source/core/css/CSSImportRule.h     String href() const;
href               62 Source/core/css/CSSStyleSheet.h     virtual String href() const OVERRIDE;
href               34 Source/core/css/StyleRuleImport.cpp PassRefPtrWillBeRawPtr<StyleRuleImport> StyleRuleImport::create(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet> media)
href               36 Source/core/css/StyleRuleImport.cpp     return adoptRefWillBeNoop(new StyleRuleImport(href, media));
href               39 Source/core/css/StyleRuleImport.cpp StyleRuleImport::StyleRuleImport(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet> media)
href               43 Source/core/css/StyleRuleImport.cpp     , m_strHref(href)
href               70 Source/core/css/StyleRuleImport.cpp void StyleRuleImport::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet)
href               80 Source/core/css/StyleRuleImport.cpp     m_styleSheet = StyleSheetContents::create(this, href, context);
href               39 Source/core/css/StyleRuleImport.h     static PassRefPtrWillBeRawPtr<StyleRuleImport> create(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet>);
href               47 Source/core/css/StyleRuleImport.h     String href() const { return m_strHref; }
href               65 Source/core/css/StyleRuleImport.h         virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet) OVERRIDE
href               67 Source/core/css/StyleRuleImport.h             m_ownerRule->setCSSStyleSheet(href, baseURL, charset, sheet);
href               73 Source/core/css/StyleRuleImport.h     void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*);
href               76 Source/core/css/StyleRuleImport.h     StyleRuleImport(const String& href, PassRefPtrWillBeRawPtr<MediaQuerySet>);
href               45 Source/core/css/StyleSheet.h     virtual String href() const = 0;
href               42 Source/core/dom/DOMURLUtilsReadOnly.h     static String href(DOMURLUtilsReadOnly&);
href             2766 Source/core/dom/Document.cpp     const AtomicString* href = 0;
href             2768 Source/core/dom/Document.cpp     for (HTMLBaseElement* base = Traversal<HTMLBaseElement>::firstWithin(*this); base && (!href || !target); base = Traversal<HTMLBaseElement>::next(*base)) {
href             2769 Source/core/dom/Document.cpp         if (!href) {
href             2772 Source/core/dom/Document.cpp                 href = &value;
href             2785 Source/core/dom/Document.cpp     if (href) {
href             2786 Source/core/dom/Document.cpp         String strippedHref = stripLeadingAndTrailingHTMLSpaces(*href);
href             4266 Source/core/dom/Document.cpp         if (linkElement->href().isEmpty())
href             4268 Source/core/dom/Document.cpp         return linkElement->href();
href             4523 Source/core/dom/Document.cpp         if (linkElement->href().isEmpty())
href             4528 Source/core/dom/Document.cpp         IconURL newURL(linkElement->href(), linkElement->iconSizes(), linkElement->type(), linkElement->iconType());
href              103 Source/core/dom/ProcessingInstruction.cpp         String href = attrs.get("href");
href              112 Source/core/dom/ProcessingInstruction.cpp         if (href.length() > 1 && href[0] == '#') {
href              113 Source/core/dom/ProcessingInstruction.cpp             m_localHref = href.substring(1);
href              124 Source/core/dom/ProcessingInstruction.cpp             String url = document().completeURL(href).string();
href              127 Source/core/dom/ProcessingInstruction.cpp             FetchRequest request(ResourceRequest(document().completeURL(href)), FetchInitiatorTypeNames::processinginstruction);
href              165 Source/core/dom/ProcessingInstruction.cpp void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet)
href              175 Source/core/dom/ProcessingInstruction.cpp     RefPtrWillBeRawPtr<StyleSheetContents> newSheet = StyleSheetContents::create(href, parserContext);
href              190 Source/core/dom/ProcessingInstruction.cpp void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
href              193 Source/core/dom/ProcessingInstruction.cpp     m_sheet = XSLStyleSheet::create(this, href, baseURL);
href               65 Source/core/dom/ProcessingInstruction.h     virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*) OVERRIDE;
href               66 Source/core/dom/ProcessingInstruction.h     virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) OVERRIDE;
href               54 Source/core/frame/Location.h     String href() const;
href              339 Source/core/html/HTMLAnchorElement.cpp     return href();
href              562 Source/core/html/HTMLAnchorElement.cpp     if (!shouldPrefetch(m_anchorElement->href()))
href              688 Source/core/html/HTMLAnchorElement.cpp     const KURL& url = m_anchorElement->href();
href               64 Source/core/html/HTMLAnchorElement.h     KURL href() const;
href               34 Source/core/html/HTMLBaseElement.h     KURL href() const;
href              454 Source/core/html/HTMLLinkElement.cpp void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet)
href              481 Source/core/html/HTMLLinkElement.cpp     RefPtrWillBeRawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(href, parserContext);
href               88 Source/core/html/HTMLLinkElement.h     virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*) OVERRIDE;
href              126 Source/core/html/HTMLLinkElement.h     KURL href() const;
href              271 Source/core/html/HTMLViewSourceDocument.cpp PassRefPtr<Element> HTMLViewSourceDocument::addBase(const AtomicString& href)
href              274 Source/core/html/HTMLViewSourceDocument.cpp     base->setAttribute(hrefAttr, href);
href               63 Source/core/html/HTMLViewSourceDocument.h     PassRefPtr<Element> addBase(const AtomicString& href);
href             1254 Source/core/inspector/InspectorCSSAgent.cpp     if (pageStyleSheet && !pageStyleSheet->ownerNode() && pageStyleSheet->href().isEmpty())
href             1513 Source/core/inspector/InspectorStyleSheet.cpp     bool success = m_resourceAgent->fetchResourceContent(ownerDocument()->frame(), KURL(ParsedURLString, m_pageStyleSheet->href()), result, &base64Encoded) && !base64Encoded;
href              113 Source/core/loader/LinkLoader.cpp bool LinkLoader::loadLink(const LinkRelAttribute& relAttribute, const AtomicString& crossOriginMode, const String& type, const KURL& href, Document& document)
href              119 Source/core/loader/LinkLoader.cpp         if (settings && settings->dnsPrefetchingEnabled() && href.isValid() && !href.isEmpty())
href              120 Source/core/loader/LinkLoader.cpp             prefetchDNS(href.host());
href              124 Source/core/loader/LinkLoader.cpp     if ((relAttribute.isLinkPrefetch() || relAttribute.isLinkSubresource()) && href.isValid() && document.frame()) {
href              128 Source/core/loader/LinkLoader.cpp         FetchRequest linkRequest(ResourceRequest(document.completeURL(href)), FetchInitiatorTypeNames::link);
href              136 Source/core/loader/LinkLoader.cpp             m_prerender = PrerenderHandle::create(document, this, href, prerenderRelTypes);
href              137 Source/core/loader/LinkLoader.cpp         } else if (m_prerender->url() != href) {
href              139 Source/core/loader/LinkLoader.cpp             m_prerender = PrerenderHandle::create(document, this, href, prerenderRelTypes);
href              274 Source/core/page/PageSerializer.cpp             KURL importURL = document.completeURL(importRule->href());
href              273 Source/core/page/PrintContext.cpp     const AtomicString& href = toElement(node)->getAttribute(HTMLNames::hrefAttr);
href              274 Source/core/page/PrintContext.cpp     if (href.isNull())
href              276 Source/core/page/PrintContext.cpp     KURL url = node->document().completeURL(href);
href             1162 Source/core/rendering/RenderObject.cpp     const AtomicString& href = toElement(n)->getAttribute(hrefAttr);
href             1163 Source/core/rendering/RenderObject.cpp     if (href.isNull())
href             1165 Source/core/rendering/RenderObject.cpp     KURL url = n->document().completeURL(href);
href               55 Source/core/rendering/svg/RenderSVGTextPath.cpp     Element* targetElement = SVGURIReference::targetElementFromIRIString(textPathElement->href()->currentValue()->value(), textPathElement->document());
href              144 Source/core/rendering/svg/SVGResources.cpp         target = toSVGPatternElement(element).href()->currentValue()->value();
href              146 Source/core/rendering/svg/SVGResources.cpp         target = toSVGGradientElement(element).href()->currentValue()->value();
href              148 Source/core/rendering/svg/SVGResources.cpp         target = toSVGFilterElement(element).href()->currentValue()->value();
href               93 Source/core/svg/SVGFontFaceUriElement.cpp     const AtomicString& href = getAttribute(XLinkNames::hrefAttr);
href               94 Source/core/svg/SVGFontFaceUriElement.cpp     if (!href.isNull()) {
href               96 Source/core/svg/SVGFontFaceUriElement.cpp         FetchRequest request(ResourceRequest(document().completeURL(href)), localName());
href              162 Source/core/svg/SVGLinearGradientElement.cpp         Node* refNode = SVGURIReference::targetElementFromIRIString(current->href()->currentValue()->value(), document());
href              182 Source/core/svg/SVGRadialGradientElement.cpp         Node* refNode = SVGURIReference::targetElementFromIRIString(current->href()->currentValue()->value(), document());
href              181 Source/core/svg/SVGScriptElement.cpp     return href()->isSpecified();
href               54 Source/core/svg/SVGURIReference.h     static SVGAnimatedString* href(SVGURIReference& object) { return object.href(); }
href               56 Source/core/svg/SVGURIReference.h     SVGAnimatedString* href() const { return m_href.get(); }
href              228 Source/core/svg/animation/SVGSMILElement.cpp     AtomicString href = getAttribute(XLinkNames::hrefAttr);
href              230 Source/core/svg/animation/SVGSMILElement.cpp     if (href.isEmpty())
href              233 Source/core/svg/animation/SVGSMILElement.cpp         target = SVGURIReference::targetElementFromIRIString(href, document(), &id);
href               51 Source/core/svg/graphics/filters/SVGFEImage.cpp FEImage::FEImage(Filter* filter, Document& document, const String& href, PassRefPtr<SVGPreserveAspectRatio> preserveAspectRatio)
href               54 Source/core/svg/graphics/filters/SVGFEImage.cpp     , m_href(href)
href               64 Source/core/svg/graphics/filters/SVGFEImage.cpp PassRefPtr<FEImage> FEImage::createWithIRIReference(Filter* filter, Document& document, const String& href, PassRefPtr<SVGPreserveAspectRatio> preserveAspectRatio)
href               66 Source/core/svg/graphics/filters/SVGFEImage.cpp     return adoptRef(new FEImage(filter, document, href, preserveAspectRatio));
href               33 Source/core/xml/XSLImportRule.cpp XSLImportRule::XSLImportRule(XSLStyleSheet* parent, const String& href)
href               35 Source/core/xml/XSLImportRule.cpp     , m_strHref(href)
href               50 Source/core/xml/XSLImportRule.cpp void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
href               55 Source/core/xml/XSLImportRule.cpp     m_styleSheet = XSLStyleSheet::create(this, href, baseURL);
href               39 Source/core/xml/XSLImportRule.h     static PassOwnPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href)
href               42 Source/core/xml/XSLImportRule.h         return adoptPtr(new XSLImportRule(parentSheet, href));
href               47 Source/core/xml/XSLImportRule.h     const String& href() const { return m_strHref; }
href               57 Source/core/xml/XSLImportRule.h     XSLImportRule(XSLStyleSheet* parentSheet, const String& href);
href               59 Source/core/xml/XSLImportRule.h     virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) OVERRIDE;
href               74 Source/core/xml/XSLStyleSheet.h     void loadChildSheet(const String& href);
href               95 Source/core/xml/XSLStyleSheet.h     virtual String href() const OVERRIDE { return m_originalURL; }
href              217 Source/core/xml/XSLStyleSheetLibxslt.cpp void XSLStyleSheet::loadChildSheet(const String& href)
href              219 Source/core/xml/XSLStyleSheetLibxslt.cpp     OwnPtr<XSLImportRule> childRule = XSLImportRule::create(this, href);
href              278 Source/core/xml/XSLStyleSheetLibxslt.cpp             CString importHref = import->href().utf8();
href              115 Source/web/tests/MHTMLTest.cpp     EXPECT_STREQ(kFileURL, frame->domWindow()->location().href().ascii().data());