| 430 | } |
| 431 | |
| 432 | void Widget::set_sync_id(string id) |
| 433 | { |
| 434 | ASSERT(!_get_parent()); // synced widgets are collected on layout push/pop |
| 435 | m_sync_id = id; |
| 436 | } |
| 437 | |
| 438 | #ifdef USE_TILE_WEB |
| 439 | void Widget::sync_save_state() |
no outgoing calls
no test coverage detected