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

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1380 int firstAuthorRule = -1, lastAuthorRule = -1; local
1399 if (firstAuthorRule == -1)
1400 firstAuthorRule = lastAuthorRule;
1414 if (firstAuthorRule == -1)
1415 firstAuthorRule = m_matchedDecls.size();
1431 matchRules(m_authorStyle.get(), firstAuthorRule, lastAuthorRule, false);
1438 if (firstAuthorRule == -1)
1439 firstAuthorRule = lastAuthorRule;
1455 applyDeclarations<true>(true, firstAuthorRule, lastAuthorRule);
1477 applyDeclarations<false>(true, firstAuthorRule, lastAuthorRul
1646 int firstUARule = -1, lastUARule = -1, firstUserRule = -1, lastUserRule = -1, firstAuthorRule = -1, lastAuthorRule = -1; local
2034 int firstAuthorRule = -1, lastAuthorRule = -1; local
[all...]

Completed in 47 milliseconds