Searched refs:m_currentRuleDataStack (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.cpp433 m_currentRuleDataStack = std::make_unique<RuleSourceDataList>();
442 m_currentRuleDataStack.reset();
1409 m_currentRuleDataStack = std::make_unique<RuleSourceDataList>();
1410 m_currentRuleDataStack->append(ruleSourceData);
1427 ASSERT(m_currentRuleDataStack->size() == 1);
1437 m_currentRuleDataStack.reset();
11489 if (m_currentRuleDataStack->isEmpty())
11492 m_currentRuleDataStack->last()->childRules.append(rule);
11500 ASSERT(!m_currentRuleDataStack->isEmpty());
11502 RefPtr<CSSRuleSourceData> data = m_currentRuleDataStack
[all...]
H A DCSSParser.h386 std::unique_ptr<RuleSourceDataList> m_currentRuleDataStack; member in class:WebCore::CSSParser
403 bool isExtractingSourceData() const { return !!m_currentRuleDataStack; }
H A DCSSGrammar.y.in415 if (parser->isExtractingSourceData() && parser->m_currentRuleDataStack->isEmpty() && parser->m_ruleSourceDataResult)

Completed in 115 milliseconds