| 16 | } |
| 17 | |
| 18 | UILayouter* UIHTMLWidget::getLayouter() { |
| 19 | if ( !mLayouter ) { |
| 20 | mLayouter = UILayouterManager::create( mDisplay, this ); |
| 21 | } |
| 22 | return mLayouter; |
| 23 | } |
| 24 | |
| 25 | Uint32 UIHTMLWidget::getType() const { |
| 26 | return UI_TYPE_HTML_WIDGET; |
no outgoing calls
no test coverage detected