Home | History | Annotate | Download | only in css

Lines Matching refs:tagHistory

192     ASSERT(context.selector->tagHistory());
193 nextContext.selector = context.selector->tagHistory();
533 for (subContext.selector = selector.selectorList()->first(); subContext.selector; subContext.selector = subContext.selector->tagHistory()) {
1077 for (const CSSSelector* current = &selector; current; current = current->tagHistory()) {
1083 for (const CSSSelector* subSelector = current->selectorList()->first(); subSelector; subSelector = subSelector->tagHistory()) {