MCPcopy Create free account
hub / github.com/dillo-browser/dillo / CssContext

Method CssContext

src/css.cc:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

setSizeMethod · 0.45
getRequiredMatchCacheMethod · 0.45

Tested by

no test coverage detected