| 24 | } |
| 25 | |
| 26 | void litehtml::el_text::get_text( tstring& text ) |
| 27 | { |
| 28 | text += m_text; |
| 29 | } |
| 30 | |
| 31 | const litehtml::tchar_t* litehtml::el_text::get_style_property( const tchar_t* name, bool inherited, const tchar_t* def /*= 0*/ ) |
| 32 | { |
no outgoing calls
no test coverage detected