Searched defs:lastUARule (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/css/
H A DCSSStyleSelector.cpp1082 void CSSStyleSelector::matchUARules(int& firstUARule, int& lastUARule) argument
1087 matchRules(userAgentStyleSheet, firstUARule, lastUARule);
1091 matchRules(defaultQuirksStyle, firstUARule, lastUARule);
1097 matchRules(defaultViewSourceStyle, firstUARule, lastUARule);
1214 int firstUARule = -1, lastUARule = -1; local
1217 matchUARules(firstUARule, lastUARule);
1288 applyDeclarations(true, true, firstUARule, lastUARule);
1299 applyDeclarations(false, false, firstUARule, lastUARule);
1306 applyDeclarations(false, false, lastUARule + 1, m_matchedDecls.size() - 1);
1310 applyDeclarations(false, true, firstUARule, lastUARule);
1427 int firstUARule = -1, lastUARule = -1, firstUserRule = -1, lastUserRule = -1, firstAuthorRule = -1, lastAuthorRule = -1; local
1733 int firstUARule = -1, lastUARule = -1; local
[all...]

Completed in 18 milliseconds