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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlpars.cpp228 chd->GetBeginPos(), chd->GetEndPos1(),
233 i = chd->GetBeginPos();
286 while (m_CurTag && m_CurTag->GetBeginPos() < begin_pos)
294 pieces[m_CurTextPiece].m_pos < m_CurTag->GetBeginPos()))
309 begin_pos = m_CurTag->GetBeginPos();
335 DoParsing(tag.GetBeginPos(), tag.GetEndPos1());
436 return GetSource()->Mid(tag.GetBeginPos(),
437 tag.GetEndPos1() - tag.GetBeginPos());
H A Dm_layout.cpp298 tag.GetBeginPos(),
299 tag.GetEndPos1()-tag.GetBeginPos());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmltag.h119 inline int GetBeginPos() const {return m_Begin;} function in class:wxHtmlTag
H A Dhtmlpars.h229 { m_Parser->DoParsing(tag.GetBeginPos(), tag.GetEndPos1()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhttag.tex41 \membersection{wxHtmlTag::GetBeginPos}\label{wxhtmltaggetbeginpos}
43 \constfunc{int}{GetBeginPos}{\void}

Completed in 72 milliseconds