Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp1028 static ImGuiWindow* NavRestoreLastChildNavWindow(ImGuiWindow* window);
5621 ImGuiWindow* focus_window = NavRestoreLastChildNavWindow(window); in FocusPreviousWindowIgnoringOne()
6866 focus_window = NavRestoreLastChildNavWindow(focus_window); in ClosePopupToLevel()
7431 static ImGuiWindow* ImGui::NavRestoreLastChildNavWindow(ImGuiWindow* window) in NavRestoreLastChildNavWindow() function in ImGui
7441 g.NavWindow = ImGui::NavRestoreLastChildNavWindow(g.NavWindow); in NavRestoreLayer()
8074 apply_focus_window = NavRestoreLastChildNavWindow(apply_focus_window); in NavUpdateWindowing()