Searched refs:hrefUrl (Results 1 – 3 of 3) sorted by relevance
137 String hrefUrl = getBaseURIOfIncludedStylesheet(handler, sourceFromURIResolver); in startElement() local139 if (handler.importStackContains(hrefUrl)) in startElement()143 …getStylesheetInclErr(), new Object[]{ hrefUrl })); //"(StylesheetHandler) "+hrefUrl+" is directly… in startElement()148 handler.pushImportURL(hrefUrl); in startElement()
1481 void pushImportURL(String hrefUrl) in pushImportURL() argument1483 m_importStack.push(hrefUrl); in pushImportURL()1504 boolean importStackContains(String hrefUrl) in importStackContains() argument1506 return stackContains(m_importStack, hrefUrl); in importStackContains()
1267 var hrefUrl = url;1268 var match = hrefUrl.match(/['"]?([^'"]+)/);1270 hrefUrl = match[1];1274 hrefUrl = WebInspector.completeURL(self._styleRule.sourceURL, hrefUrl);1276 …hrefUrl = WebInspector.resourceURLForRelatedNode(WebInspector.panels.elements.focusedDOMNode, href…1277 var hasResource = !!WebInspector.resourceForURL(hrefUrl);1279 … container.appendChild(WebInspector.linkifyURLAsNode(hrefUrl, url, null, hasResource));