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

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1453 applyDeclarations<true>(false, 0, m_matchedDecls.size() - 1);
1455 applyDeclarations<true>(true, firstAuthorRule, lastAuthorRule);
1456 applyDeclarations<true>(true, firstUserRule, lastUserRule);
1458 applyDeclarations<true>(true, firstUARule, lastUARule);
1469 applyDeclarations<false>(false, firstUARule, lastUARule);
1476 applyDeclarations<false>(false, lastUARule + 1, m_matchedDecls.size() - 1);
1477 applyDeclarations<false>(true, firstAuthorRule, lastAuthorRule);
1478 applyDeclarations<false>(true, firstUserRule, lastUserRule);
1480 applyDeclarations<false>(true, firstUARule, lastUARule);
1525 applyDeclarations<tru
3350 void CSSStyleSelector::applyDeclarations(bool isImportant, int startIndex, int endIndex) function in class:WebCore::CSSStyleSelector
[all...]

Completed in 51 milliseconds