| 59 | }; |
| 60 | |
| 61 | void PiuPortBind(void* it, PiuApplication* application, PiuView* view) |
| 62 | { |
| 63 | PiuPort* self = it; |
| 64 | PiuContentBind(it, application, view); |
| 65 | PiuPortComputeStyle(self); |
| 66 | } |
| 67 | |
| 68 | void PiuPortCascade(void* it) |
| 69 | { |
nothing calls this directly
no test coverage detected