Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1329 IMGUI_API bool IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent);
H A Dimgui.cpp5932 bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent) in IsWindowChildOf() argument
5934 if (window->RootWindow == potential_parent) in IsWindowChildOf()
5938 if (window == potential_parent) in IsWindowChildOf()
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc2594 Object potential_parent = dead_target.constructor_or_back_pointer(); in ClearPotentialSimpleMapTransition() local
2595 if (potential_parent.IsMap()) { in ClearPotentialSimpleMapTransition()
2596 Map parent = Map::cast(potential_parent); in ClearPotentialSimpleMapTransition()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h2384 IMGUI_API bool IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent, bool popup_hierarchy);
H A Dimgui.cpp6715 bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent, bool popup_hierarchy) in IsWindowChildOf() argument
6718 if (window_root == potential_parent) in IsWindowChildOf()
6722 if (window == potential_parent) in IsWindowChildOf()

Completed in 58 milliseconds