Lines Matching refs:_parseRuleSetDeclaration

26969         return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
26975 Parser.prototype._parseRuleSetDeclaration = function () { method in Parser
27118 var declarations = this._parseDeclarations(this._parseRuleSetDeclaration.bind(this));
27310 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27320 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27351 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27369 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27552 return this._parsePageMarginBox() || this._parseRuleSetDeclaration();
27581 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
29259 return this._tryParseKeyframeSelector() || this._parseRuleSetDeclaration();
29374 LESSParser.prototype._parseRuleSetDeclaration = function () { method in LESSParser
29389 …|| _super.prototype._parseRuleSetDeclaration.call(this); // try css ruleset declaration as the las… method in _tryParseMixinDeclaration._tryParseRuleset._tryParseMixinReference._parseFunction._parseExtend
29562 return this._parseFontFace() || this._parseRuleSetDeclaration();
30191 SCSSParser.prototype._parseRuleSetDeclaration = function () { method in SCSSParser
30210 …|| _super.prototype._parseRuleSetDeclaration.call(this); // try css ruleset declaration as last so… method in _parseVariableDeclaration._tryParseRuleset
30316 … if (parseStatement === void 0) { parseStatement = this._parseRuleSetDeclaration.bind(this); }
30472 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
30583 return this._tryParseKeyframeSelector() || this._parseRuleSetDeclaration();