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

/external/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.cpp217 const FillLayer* currParent = (selector->parentStyle()->*m_layers)(); local
218 while (currParent && (currParent->*m_test)()) {
224 (currChild->*m_set)((currParent->*m_get)());
227 currParent = currParent->next();

Completed in 142 milliseconds