Searched refs:firstUARule (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1169 void CSSStyleSelector::matchUARules(int& firstUARule, int& lastUARule) argument
1174 matchRules(userAgentStyleSheet, firstUARule, lastUARule, false);
1178 matchRules(defaultQuirksStyle, firstUARule, lastUARule, false);
1184 matchRules(defaultViewSourceStyle, firstUARule, lastUARule, false);
1378 int firstUARule = -1, lastUARule = -1; local
1381 matchUARules(firstUARule, lastUARule);
1458 applyDeclarations<true>(true, firstUARule, lastUARule);
1469 applyDeclarations<false>(false, firstUARule, lastUARule);
1480 applyDeclarations<false>(true, firstUARule, lastUARule);
1646 int firstUARule local
2019 int firstUARule = -1, lastUARule = -1; local
[all...]
H A DCSSStyleSelector.h285 void matchUARules(int& firstUARule, int& lastUARule);

Completed in 69 milliseconds