Home | History | Annotate | Download | only in dom

Lines Matching full:sheets

1492             // If new nodes have been added or style recalc has been done with style sheets still pending, some nodes 
1493 // may not have had their real style calculated yet. Normally this gets cleaned when style sheets arrive
2104 const UserStyleSheetVector* sheets = it->second;
2105 for (unsigned i = 0; i < sheets->size(); ++i) {
2106 const UserStyleSheet* sheet = sheets->at(i).get();
2633 StyleSheetVector sheets;
2710 // set of sheets that will be enabled.
2743 sheets.append(sheet);
2746 m_styleSheets->swap(sheets);