Searched refs:absHref (Results 1 – 2 of 2) sorted by relevance
88 String absHref = m_strHref; in loadSheet() local92 absHref = KURL(parentSheet->finalURL(), m_strHref).string(); in loadSheet()97 …if (parent->isXSLStyleSheet() && absHref == static_cast<XSLStyleSheet*>(parent)->finalURL().string… in loadSheet()101 m_cachedSheet = cachedResourceLoader->requestXSLStyleSheet(absHref); in loadSheet()
122 String absHref = m_strHref; in insertedIntoParent() local125 absHref = KURL(parentSheet->finalURL(), m_strHref).string(); in insertedIntoParent()132 … if (curr->isCSSStyleSheet() && absHref == static_cast<CSSStyleSheet*>(curr)->finalURL().string()) in insertedIntoParent()138 … m_cachedSheet = cachedResourceLoader->requestUserCSSStyleSheet(absHref, parentSheet->charset()); in insertedIntoParent()140 m_cachedSheet = cachedResourceLoader->requestCSSStyleSheet(absHref, parentSheet->charset()); in insertedIntoParent()