Searched refs:CSSRuleData (Results 1 – 5 of 5) sorted by relevance
42 class CSSRuleData; variable171 void addMatchedRule(CSSRuleData* rule) { m_matchedRules.append(rule); } in addMatchedRule()261 Vector<CSSRuleData*, 32> m_matchedRules;291 class CSSRuleData : public Noncopyable {293 CSSRuleData(unsigned pos, CSSStyleRule* r, CSSSelector* sel, CSSRuleData* prev = 0)303 ~CSSRuleData() in ~CSSRuleData()310 CSSRuleData* next() { return m_next; } in next()316 CSSRuleData* m_next;322 : m_first(new CSSRuleData(pos, rule, sel)) in CSSRuleDataList()329 CSSRuleData* ptr; in ~CSSRuleDataList()[all …]
699 for (CSSRuleData* d = rules->first(); d; d = d->next()) { in matchRulesForList()729 static bool operator >(CSSRuleData& r1, CSSRuleData& r2) in operator >()736 static bool operator <=(CSSRuleData& r1, CSSRuleData& r2) in operator <=()751 CSSRuleData* elt = m_matchedRules[j]; in sortMatchedRules()752 CSSRuleData* elt2 = m_matchedRules[j + 1]; in sortMatchedRules()770 CSSRuleData* elt = m_matchedRules[mid - 1]; in sortMatchedRules()771 CSSRuleData* elt2 = m_matchedRules[mid]; in sortMatchedRules()780 Vector<CSSRuleData*> rulesMergeBuffer; in sortMatchedRules()
51536 (khtml::CSSRuleData::m_next):51537 (khtml::CSSRuleData::~CSSRuleData):51538 (khtml::CSSRuleData::position):51539 (khtml::CSSRuleData::rule):51540 (khtml::CSSRuleData::selector):51541 (khtml::CSSRuleData::next):
38659 Allow custom memory allocation control for WebCore's CSSRuleData38662 Inherits CSSRuleData class from Noncopyable because it is77218 CSS files. CSSRuleData in CSSStyleSelector.h destroyed itself 77224 (WebCore::CSSRuleData::~CSSRuleData):
59433 (WebCore::CSSRuleData::CSSRuleData):