Lines Matching refs:addChild

24980     Node.prototype.addChild = function (node) {  method in Node
25015 this.addChild(node);
26881 while (node.addChild(this._parseStylesheetStart())) {
26891 node.addChild(statement);
26961 if (!selectors.addChild(this._parseSelector(isNested))) {
26965 if (!selectors.addChild(this._parseSelector(isNested))) {
27039 while (node.addChild(decl)) {
27071 hasContent = node.addChild(this._parseCombinator());
27073 while (node.addChild(this._parseSimpleSelector())) {
27075 node.addChild(this._parseCombinator()); // optional
27094 node.addChild(this._parsePrio());
27120 propertySet.addChild(this._parsePrio());
27141 node.addChild(this._parseCustomPropertyValue());
27142 node.addChild(this._parsePrio());
27277 if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
27293 if (!node.addChild(this._parseURILiteral())) { // url literal also starts with ident
27294 node.addChild(this._parseIdent()); // optional prefix
27295 … if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
27343 …if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__…
27347 …if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__…
27356 …if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__…
27360 …if (!node.addChild(this._parseIdent()) && !this.accept(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__…
27379 node.addChild(this._parseSupportsCondition());
27402 node.addChild(this._parseSupportsConditionInParens());
27405 node.addChild(this._parseSupportsConditionInParens());
27409 node.addChild(this._parseSupportsConditionInParens());
27421 if (!node.addChild(this._tryToParseDeclaration())) {
27475 if (!node.addChild(this._parseMediaQueryList())) {
27482 …if (!node.addChild(this._parseMediaQuery([_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"]…
27486 …if (!node.addChild(this._parseMediaQuery([_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"]…
27503 if (!node.addChild(this._parseIdent())) {
27511 if (node.addChild(this._parseMediaContentStart())) {
27521 if (!node.addChild(this._parseMediaFeatureName())) {
27525 if (!node.addChild(this._parseExpr())) {
27544 if (node.addChild(this._parseIdent())) {
27563 if (node.addChild(this._parsePageSelector())) {
27565 if (!node.addChild(this._parsePageSelector())) {
27590 node.addChild(this._parseIdent()); // optional ident
27592 if (!node.addChild(this._parseIdent())) { // optional ident
27614 node.addChild(this._parseUnknownAtRuleName());
27768 if (node.addChild(this._parseElementName())) {
27771 … while ((c === 0 || !this.hasWhitespace()) && node.addChild(this._parseSimpleSelectorBody())) {
27788 if (this.hasWhitespace() || !node.addChild(this._parseSelectorIdent())) {
27804 if (this.hasWhitespace() || !node.addChild(this._parseSelectorIdent())) {
27813 node.addChild(this._parseNamespacePrefix());
27814 if (!node.addChild(this._parseSelectorIdent()) && !this.acceptDelim('*')) {
27823 if (!node.addChild(this._parseIdent()) && !this.acceptDelim('*')) {
27861 if (!selectors.addChild(_this._parseSelector(false))) {
27864 …canner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Comma) && selectors.addChild(_this._parseSelec…
27872 node.addChild(this.try(tryAsSelector) || this._parseBinaryExpr());
27896 if (!node.addChild(this._parseIdent())) {
27923 if (!node.addChild(this._parseBinaryExpr())) {
27933 if (!node.addChild(this._parseBinaryExpr())) {
27946 while (node.addChild(this._parseIdent())) {
27997 node.addChild(this._parseExpr());
28041 node.addChild(this._parseURLArgument()); // argument is optional
28077 if (node.getArguments().addChild(this._parseFunctionArgument())) {
28082 if (!node.getArguments().addChild(this._parseFunctionArgument())) {
28757 Scope.prototype.addChild = function (scope) { method in Scope
28839 current.addChild(newScope);
29151 if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
29165 if (!node.addChild(this._parseStringLiteral())) {
29177 if (node_1.addChild(this._parseVariable())) {
29213 node.addChild(this._parsePrio());
29231 if (node.getParameters().addChild(this._parseMixinParameter())) {
29236 if (!node.getParameters().addChild(this._parseMixinParameter())) {
29262 if (!node.addChild(this._parseLookupValue())) {
29270 if (!node.addChild(this._parseLookupValue())) {
29284 if (((node.addChild(this._parseVariable(false, true)) ||
29285 node.addChild(this._parsePropertyIdentifier())) &&
29407 hasContent = node.addChild(this._parseCombinator());
29409 while (node.addChild(this._parseSimpleSelector())) {
29412 …if (node.addChild(this._parseGuard()) && this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["To…
29416 node.addChild(this._parseCombinator()); // optional
29424 …Scanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Dimension) || node.addChild(this._parseIdent(…
29459 childAdded = node.addChild(this._parseIdent());
29462 childAdded = node.addChild(this._parseRegexp(propertyRegex));
29503 node.addChild(this._parseInterpolation() ||
29523 if (!node.addChild(this._parseIdent())) {
29540 if (node.getParameters().addChild(this._parseMixinParameter())) {
29545 if (!node.getParameters().addChild(this._parseMixinParameter())) {
29569 if (this.hasWhitespace() || !identifier.addChild(this._parseIdent())) {
29614 if (!selectors.addChild(this._parseSelector(true))) {
29618 if (!selectors.addChild(this._parseSelector(true))) {
29633 …if (node.addChild(this._parseVariable(true)) && (this.hasWhitespace() || !this.accept(_cssScanner_…
29651 node.getNamespaces().addChild(identifier);
29665 if (node.getArguments().addChild(this._parseMixinArgument())) {
29670 if (!node.getArguments().addChild(this._parseMixinArgument())) {
29689 node.addChild(this._parsePrio());
29753 if (!node.getConditions().addChild(this._parseGuardCondition())) {
29757 if (!node.getConditions().addChild(this._parseGuardCondition())) {
29769 if (!node.addChild(this._parseExpr())) {
29787 if (node.getArguments().addChild(this._parseMixinArgument())) {
29792 if (!node.getArguments().addChild(this._parseMixinArgument())) {
29817 node_2.addChild(this._parseBinaryExpr());
30028 if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
30032 … if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
30061 if (node.addChild(this._tryParsePrio())) {
30112 if (!node.addChild(this._parseVariable() || this._parseFunction())) {
30139 …_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Ident) || node.addChild(indentInterpolati…
30158 if (!node.addChild(this._parseExpr()) && !this._parseSelectorCombinator()) {
30226 node.addChild(this._parsePrio());
30249 if (!node.getSelectors().addChild(this._parseSimpleSelector())) {
30253 node.getSelectors().addChild(this._parseSimpleSelector());
30271 …Scanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].Dimension) || node.addChild(this._parseIdent(…
30312 node.addChild(this._parseExpr()); // optional
30360 if (!node.addChild(this._parseBinaryExpr())) {
30366 if (!node.addChild(this._parseBinaryExpr())) {
30378 if (!variables.addChild(this._parseVariable())) {
30382 if (!variables.addChild(this._parseVariable())) {
30390 if (!node.addChild(this._parseExpr())) {
30401 if (!node.addChild(this._parseBinaryExpr())) {
30422 if (node.getParameters().addChild(this._parseParameterDeclaration())) {
30427 if (!node.getParameters().addChild(this._parseParameterDeclaration())) {
30443 if (!node.addChild(this._parseExpr())) {
30458 if (node.getParameters().addChild(this._parseParameterDeclaration())) {
30463 if (!node.getParameters().addChild(this._parseParameterDeclaration())) {
30496 if (node.getArguments().addChild(this._parseFunctionArgument())) {
30501 if (!node.getArguments().addChild(this._parseFunctionArgument())) {
30535 node.addChild(moduleToken);
30538 if (node.getArguments().addChild(this._parseFunctionArgument())) {
30543 if (!node.getArguments().addChild(this._parseFunctionArgument())) {
30563 if (node.getParameters().addChild(this._parseParameterDeclaration())) {
30568 if (!node.getParameters().addChild(this._parseParameterDeclaration())) {
30606 node.addChild(this._parsePrio()); // #9859
30620 node_1.addChild(this._parseBinaryExpr());
30631 while (node.addChild(this._parseListElement())) {
30662 if (!node.addChild(this._parseStringLiteral())) {
30678 if (!node.getParameters().addChild(this._parseModuleConfigDeclaration())) {
30685 if (!node.getParameters().addChild(this._parseModuleConfigDeclaration())) {
30715 if (!node.addChild(this._parseStringLiteral())) {
30733 if (!node.addChild(this._parseForwardVisibility())) {
30747 while (node.addChild(this._parseVariable() || this._parseIdent())) {
35258 Element.prototype.addChild = function (child) { method in Element
35322 elem.addChild(this.children[index].clone());
35331 parentClone.addChild(clone);
35471 result.addChild(clone.findRoot());
35647 this.element.addChild(labelElement);
35654 this.element.addChild(toElement(selectorChild));
35655 this.element.addChild(new LabelElement('\u22EE'));
35659 this.element.addChild(root);