Home
last modified time | relevance | path

Searched refs:lastUARule (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/css/
DCSSStyleSelector.cpp1063 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 …]
DCSSStyleSelector.h217 void matchUARules(int& firstUARule, int& lastUARule);