Lines Matching refs:_parseBody

26969         return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27060 Parser.prototype._parseBody = function (node, parseDeclaration) { method in Parser
27310 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27320 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27336 return this._parseBody(node, this._parseKeyframeSelector.bind(this));
27351 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27369 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27380 return this._parseBody(node, this._parseSupportsDeclaration.bind(this, isNested));
27478 return this._parseBody(node, this._parseMediaDeclaration.bind(this, isNested));
27570 return this._parseBody(node, this._parsePageDeclaration.bind(this));
27581 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
27606 return this._parseBody(node, this._parseStylesheetStatement.bind(this));
29255 this._parseBody(content, this._parseDetachedRuleSetBody.bind(this));
29559 return this._parseBody(node, this._parseMixInBodyDeclaration.bind(this));
30243 return this._parseBody(node, this._parseDeclaration.bind(this));
30335 this._parseBody(node, parseStatement);
30342 this._parseBody(elseNode, parseStatement);
30369 return this._parseBody(node, parseStatement);
30393 return this._parseBody(node, parseStatement);
30404 return this._parseBody(node, parseStatement);
30435 return this._parseBody(node, this._parseFunctionBodyDeclaration.bind(this));
30472 return this._parseBody(node, this._parseRuleSetDeclaration.bind(this));
30578 this._parseBody(node, this._parseMixinReferenceBodyStatement.bind(this));