Searched refs:m_ColsInfo (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_tables.cpp78 colStruct *m_ColsInfo; member in class:wxHtmlTableCell
132 m_ColsInfo = NULL;
163 if (m_ColsInfo) free(m_ColsInfo);
194 m_ColsInfo = (colStruct*) realloc(m_ColsInfo, sizeof(colStruct) * cols);
197 m_ColsInfo[j].width = 0;
198 m_ColsInfo[j].units = wxHTML_UNITS_PERCENT;
199 m_ColsInfo[j].minWidth = m_ColsInfo[
[all...]

Completed in 106 milliseconds