Home
last modified time | relevance | path

Searched refs:hrefUrl (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorInclude.java137 String hrefUrl = getBaseURIOfIncludedStylesheet(handler, sourceFromURIResolver); in startElement() local
139 if (handler.importStackContains(hrefUrl)) in startElement()
143 …getStylesheetInclErr(), new Object[]{ hrefUrl })); //"(StylesheetHandler) "+hrefUrl+" is directly… in startElement()
148 handler.pushImportURL(hrefUrl); in startElement()
DStylesheetHandler.java1481 void pushImportURL(String hrefUrl) in pushImportURL() argument
1483 m_importStack.push(hrefUrl); in pushImportURL()
1504 boolean importStackContains(String hrefUrl) in importStackContains() argument
1506 return stackContains(m_importStack, hrefUrl); in importStackContains()
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js1267 var hrefUrl = url;
1268 var match = hrefUrl.match(/['"]?([^'"]+)/);
1270 hrefUrl = match[1];
1274 hrefUrl = WebInspector.completeURL(self._styleRule.sourceURL, hrefUrl);
1276hrefUrl = WebInspector.resourceURLForRelatedNode(WebInspector.panels.elements.focusedDOMNode, href…
1277 var hasResource = !!WebInspector.resourceForURL(hrefUrl);
1279 … container.appendChild(WebInspector.linkifyURLAsNode(hrefUrl, url, null, hasResource));