Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ isPossibleContainer
Method
isPossibleContainer
dw/widget.cc:2198–2202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2196
}
2197
2198
bool Widget::isPossibleContainer ()
2199
{
2200
// In most (all?) cases identical to:
2201
return isBlockLevel ();
2202
}
2203
2204
bool Widget::buttonPressImpl (EventButton *event)
2205
{
Callers
1
setParent
Method · 0.80
Calls
1
isBlockLevel
Function · 0.85
Tested by
no test coverage detected