Home
last modified time | relevance | path

Searched defs:focused (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp165 void ImGui_ImplGlfw_WindowFocusCallback(GLFWwindow* window, int focused) in ImGui_ImplGlfw_WindowFocusCallback()
351 const bool focused = true; in ImGui_ImplGlfw_UpdateMousePosAndButtons() local
353 const bool focused = glfwGetWindowAttrib(bd->Window, GLFW_FOCUSED) != 0; in ImGui_ImplGlfw_UpdateMousePosAndButtons() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
Dwebtreemap.js24 var focused = null; variable
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_glfw.cpp228 const bool focused = true; // Emscripten in ImGui_ImplGlfw_UpdateMousePosAndButtons() local
230 const bool focused = glfwGetWindowAttrib(g_Window, GLFW_FOCUSED) != 0; in ImGui_ImplGlfw_UpdateMousePosAndButtons() local
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_ime.c104 SDL_IME_SetFocus(SDL_bool focused) in SDL_IME_SetFocus()
DSDL_fcitx.c406 SDL_Fcitx_SetFocus(SDL_bool focused) in SDL_Fcitx_SetFocus()
DSDL_ibus.c549 SDL_IBus_SetFocus(SDL_bool focused) in SDL_IBus_SetFocus()
/third_party/typescript/tests/cases/fourslash/etslib/
Dcommon.d.ts42 focused?: any; property
/third_party/flutter/glfw/tests/
Diconify.c123 static void window_focus_callback(GLFWwindow* window, int focused) in window_focus_callback()
Devents.c312 static void window_focus_callback(GLFWwindow* window, int focused) in window_focus_callback()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_uitest.js62 focused: '[PC Preview] unknown focused', property
89 this.focused = function(...args) { method
/third_party/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.c397 static void onWindowFocusChanged(ANativeActivity* activity, int focused) { in onWindowFocusChanged()
/third_party/flutter/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.c397 static void onWindowFocusChanged(ANativeActivity* activity, int focused) { in onWindowFocusChanged()
/third_party/cef/libcef/browser/
Dframe_host_impl.cc255 void CefFrameHostImpl::SetFocused(bool focused) { in SetFocused()
/third_party/flutter/glfw/src/
Dwindow.c41 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) in _glfwInputWindowFocus()
Dinternal.h259 GLFWbool focused; member
Dx11_window.c2007 Window focused; in _glfwPlatformWindowFocused() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c953 const SDL_bool focused = ((window->flags & SDL_WINDOW_INPUT_FOCUS) != 0); in X11_SetWindowBordered() local
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp1201 void ImGuiIO::AddFocusEvent(bool focused) in AddFocusEvent()
/third_party/typescript/lib/
Dlib.webworker.d.ts5387 readonly focused: boolean; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5367 readonly focused: boolean; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81572 static nsIAtom* focused; member in nsGkAtoms