Searched refs:IsChild (Results 1 – 11 of 11) sorted by relevance
112 if (!IsChild(top_level_window_, child_window)) { in CheckChildWindow()
644 def IsChild(child_id): function656 return IsChild(self._entries[child_id].parent_id_string)660 if IsChild(child.id_string)]
191 if (m_window == focusedWindow || ::IsChild(m_window, focusedWindow)) in setParent()
235 if (message->hwnd != m_comboBoxWindow && !::IsChild(m_comboBoxWindow, message->hwnd)) in handleMessage()
287 bool IsChild() const { return parent() != NULL; } in IsChild() function
8049 if (range->IsChild()) { in TraceLiveRange()
263 if (activeWindow != hostWindow && !::IsChild(activeWindow, hostWindow)) in show()
316 if (activeWindow != hostWindow && !::IsChild(activeWindow, hostWindow)) in showPopupMenu()
759 … if (platformPluginWidget() == focusedWindow || ::IsChild(platformPluginWidget(), focusedWindow)) in setParent()
1413 if (!::IsWindow(focus_window) || !IsChild(focus_window)) { in OnMouseActivate()
2179 if (!IsChild(hWnd, reinterpret_cast<HWND>(wParam))) in WebViewWndProc()2197 if (!IsChild(hWnd, newFocusWnd)) in WebViewWndProc()