| 119 | } |
| 120 | |
| 121 | void PiuCodeBind(void* it, PiuApplication* application, PiuView* view) |
| 122 | { |
| 123 | PiuCode* self = it; |
| 124 | PiuContentBind(it, application, view); |
| 125 | PiuCodeComputeStyle(self); |
| 126 | } |
| 127 | |
| 128 | void PiuCodeCascade(void* it) |
| 129 | { |
nothing calls this directly
no test coverage detected