Searched refs:lastUARule (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/css/ |
D | CSSStyleSelector.cpp | 1063 void CSSStyleSelector::matchUARules(int& firstUARule, int& lastUARule) in matchUARules() argument 1068 matchRules(userAgentStyleSheet, firstUARule, lastUARule); in matchUARules() 1072 matchRules(defaultQuirksStyle, firstUARule, lastUARule); in matchUARules() 1078 matchRules(defaultViewSourceStyle, firstUARule, lastUARule); in matchUARules() 1152 int firstUARule = -1, lastUARule = -1; in styleForElement() local 1155 matchUARules(firstUARule, lastUARule); in styleForElement() 1226 applyDeclarations(true, true, firstUARule, lastUARule); in styleForElement() 1237 applyDeclarations(false, false, firstUARule, lastUARule); in styleForElement() 1244 applyDeclarations(false, false, lastUARule + 1, m_matchedDecls.size() - 1); in styleForElement() 1248 applyDeclarations(false, true, firstUARule, lastUARule); in styleForElement() [all …]
|
D | CSSStyleSelector.h | 217 void matchUARules(int& firstUARule, int& lastUARule);
|