Home
last modified time | relevance | path

Searched refs:uriLiteralNode (Results 1 – 2 of 2) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js31991 CSSCompletion.prototype.getCompletionForUriLiteralValue = function (uriLiteralNode, result) { argument
31996 if (!uriLiteralNode.hasChildren()) {
31999 … var emptyURIValuePosition = this.textDocument.positionAt(uriLiteralNode.offset + 'url('.length);
32003 var uriValueNode = uriLiteralNode.getChild(0);
H A D2.2.js.map1uriLiteralNode, result) {\n var uriValue;\n var position;\n var range;\n …