Searched refs:potential_parent (Results 1 – 5 of 5) sorted by relevance
2594 Object potential_parent = dead_target.constructor_or_back_pointer(); in ClearPotentialSimpleMapTransition() local2595 if (potential_parent.IsMap()) { in ClearPotentialSimpleMapTransition()2596 Map parent = Map::cast(potential_parent); in ClearPotentialSimpleMapTransition()
1329 IMGUI_API bool IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent);
5932 bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent) in IsWindowChildOf() argument5934 if (window->RootWindow == potential_parent) in IsWindowChildOf()5938 if (window == potential_parent) in IsWindowChildOf()
2384 …IMGUI_API bool IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent, bool p…
6715 bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent, bool popup_hierarch… in IsWindowChildOf() argument6718 if (window_root == potential_parent) in IsWindowChildOf()6722 if (window == potential_parent) in IsWindowChildOf()