| 487 | CssStyleSheet CssContext::userAgentSheet; |
| 488 | |
| 489 | CssContext::CssContext () { |
| 490 | pos = 0; |
| 491 | matchCache.setSize (userAgentSheet.getRequiredMatchCache (), -1); |
| 492 | } |
| 493 | |
| 494 | /** |
| 495 | * \brief Apply a CSS context to a property list. |
nothing calls this directly
no test coverage detected