Home | History | Annotate | Download | only in win

Lines Matching full:getparent

334         if (::GetParent(m_window) == parentWindow)
356 for (HWND parent = GetParent(current); current; current = parent, parent = GetParent(parent)) {