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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorInclude.java137 String hrefUrl = getBaseURIOfIncludedStylesheet(handler, sourceFromURIResolver);
139 if (handler.importStackContains(hrefUrl))
143 getStylesheetInclErr(), new Object[]{ hrefUrl })); //"(StylesheetHandler) "+hrefUrl+" is directly or indirectly importing itself!");
148 handler.pushImportURL(hrefUrl);
H A DStylesheetHandler.java1478 * @param hrefUrl non-null reference to the URL for the current imported
1481 void pushImportURL(String hrefUrl) argument
1483 m_importStack.push(hrefUrl);
1500 * @param hrefUrl non-null reference to a URL string.
1504 boolean importStackContains(String hrefUrl) argument
1506 return stackContains(m_importStack, hrefUrl);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js2363 var hrefUrl = url;
2364 var match = hrefUrl.match(/['"]?([^'"]+)/);
2366 hrefUrl = match[1];
2370 hrefUrl = WebInspector.ParsedURL.completeURL(this._styleRule.rule.resourceURL(), hrefUrl);
2372 hrefUrl = this.node().resolveURL(hrefUrl);
2373 var hasResource = hrefUrl && !!WebInspector.resourceForURL(hrefUrl);
2375 container.appendChild(WebInspector.linkifyURLAsNode(hrefUrl || ur
[all...]

Completed in 398 milliseconds