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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp167 bool wxHtmlWindowMouseHelper::HandleMouseClick(wxHtmlCell *rootCell, argument
171 if (!rootCell)
174 wxHtmlCell *cell = rootCell->FindCellByPos(pos.x, pos.y);
182 wxPoint relpos = pos - cell->GetAbsPos(rootCell);
187 void wxHtmlWindowMouseHelper::HandleIdle(wxHtmlCell *rootCell, argument
190 wxHtmlCell *cell = rootCell ? rootCell->FindCellByPos(pos.x, pos.y) : NULL;
198 wxPoint relpos = pos - cell->GetAbsPos(rootCell);
H A Dhtmlcell.cpp280 wxPoint wxHtmlCell::GetAbsPos(wxHtmlCell *rootCell) const
283 for (wxHtmlCell *parent = m_Parent; parent && parent != rootCell;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h164 @param rootCell HTML cell inside which the click occured. This doesn't
171 bool HandleMouseClick(wxHtmlCell *rootCell,
178 @param rootCell HTML cell inside which the click occured. This doesn't
185 void HandleIdle(wxHtmlCell *rootCell, const wxPoint& pos);
H A Dhtmlcell.h303 // If rootCell is provided, then it's considered to be the root of the
305 wxPoint GetAbsPos(wxHtmlCell *rootCell = NULL) const;

Completed in 127 milliseconds