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

Method widgetRefSizeChanged

dw/textblock.cc:3091–3096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3089}
3090
3091void Textblock::widgetRefSizeChanged (int externalIndex)
3092{
3093 int lineNo = findLineOfWord (externalIndex);
3094 if (lineNo >= 0 && lineNo < lines->size ())
3095 queueResize (makeParentRefInFlow (lineNo), true);
3096}
3097
3098void Textblock::oofSizeChanged (bool extremesChanged)
3099{

Callers 1

markSizeChangeMethod · 0.45

Calls 2

queueResizeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected