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

/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.cpp526 bool lastPropertyWasImportant = false; local
541 if (i && lastPropertyWasImportant != currentPropertyIsImportant)
543 lastPropertyWasImportant = currentPropertyIsImportant;

Completed in 123 milliseconds