Home
last modified time | relevance | path

Searched refs:nav_earliest_child (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5559 ImGuiWindow* nav_earliest_child = g.NavWindow; in EndMenuBar() local
5560 …while (nav_earliest_child->ParentWindow && (nav_earliest_child->ParentWindow->Flags & ImGuiWindowF… in EndMenuBar()
5561 nav_earliest_child = nav_earliest_child->ParentWindow; in EndMenuBar()
5562 …if (nav_earliest_child->ParentWindow == window && nav_earliest_child->DC.ParentLayoutType == ImGui… in EndMenuBar()