Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11clipboard.c82 X11_XSetSelectionOwner(display, XA_CLIPBOARD, window, CurrentTime); in X11_SetClipboardText()
86 X11_XSetSelectionOwner(display, XA_PRIMARY, window, CurrentTime); in X11_SetClipboardText()
133 CurrentTime); in X11_GetClipboardText()
DSDL_x11window.c943 X11_XSetInputFocus(display, data->xwindow, RevertToNone, CurrentTime); in X11_SetWindowInputFocus()
972 X11_XSetInputFocus(display, data->xwindow, RevertToParent, CurrentTime); in X11_SetWindowBordered()
1038 X11_XSetInputFocus(display, data->xwindow, RevertToNone, CurrentTime); in X11_ShowWindow()
1293 X11_XUngrabPointer(display, CurrentTime); in X11_BeginWindowFullscreenLegacy()
1490 GrabModeAsync, data->xwindow, None, CurrentTime); in X11_SetWindowGrab()
1511 GrabModeAsync, CurrentTime); in X11_SetWindowGrab()
1514 X11_XUngrabPointer(display, CurrentTime); in X11_SetWindowGrab()
1515 X11_XUngrabKeyboard(display, CurrentTime); in X11_SetWindowGrab()
DSDL_x11mouse.c353 None, None, CurrentTime); in X11_CaptureMouse()
358 X11_XUngrabPointer(display, CurrentTime); in X11_CaptureMouse()
DSDL_x11modes.c995 status = X11_XRRSetCrtcConfig (display, res, output_info->crtc, CurrentTime, in X11_SetDisplayMode()
DSDL_x11events.c953 …display, videodata->XdndSelection, data->xdnd_req, videodata->PRIMARY, data->xwindow, CurrentTime); in X11_DispatchEvent()
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-cork-request.c107 XTestFakeKeyEvent(display, code, True, CurrentTime); in sink_input_send_event_hook_cb()
110 XTestFakeKeyEvent(display, code, False, CurrentTime); in sink_input_send_event_hook_cb()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCachePruning.cpp172 const auto CurrentTime = system_clock::now(); in pruneCache() local
188 auto TimeStampAge = CurrentTime - TimeStampModTime; in pruneCache()
231 auto FileAge = CurrentTime - FileAccessTime; in pruneCache()
/third_party/cef/libcef/browser/native/
Dwindow_x11.cc157 static_cast<uint32_t>(x11::Time::CurrentTime), 0, 0, 0}, in Close()
239 {x11::InputFocus::Parent, focus_target, x11::Time::CurrentTime}) in Focus()
/third_party/mingw-w64/mingw-w64-headers/include/
Dwtsapi32.h269 LARGE_INTEGER CurrentTime; member
288 LARGE_INTEGER CurrentTime; member
Devntrace.h722 LONGLONG CurrentTime; member
745 LONGLONG CurrentTime; member
Dwinternl.h804 LARGE_INTEGER CurrentTime; member
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp469 XConvertSelection(fDisplay, CLIPBOARD, UTF8, XSEL_DATA, fWindow, CurrentTime); in getClipboardText()
502 XSetSelectionOwner(fDisplay, CLIPBOARD, fWindow, CurrentTime); in setClipboardText()
/third_party/flutter/skia/third_party/externals/angle2/include/platform/
DPlatform.h243 OP(currentTime, CurrentTime) \
/third_party/flutter/glfw/src/
Dx11_monitor.c142 CurrentTime, in _glfwSetVideoModeX11()
182 CurrentTime, in _glfwRestoreVideoModeX11()
Dx11_window.c822 CurrentTime); in pushSelectionToManager()
1326 window->x11.handle, CurrentTime); in processEvent()
1955 RevertToParent, CurrentTime); in _glfwPlatformFocusWindow()
2143 window->x11.handle, _glfw.x11.cursor, CurrentTime); in _glfwPlatformSetCursorMode()
2148 XUngrabPointer(_glfw.x11.display, CurrentTime); in _glfwPlatformSetCursorMode()
2233 window->x11.handle, CurrentTime); in _glfwPlatformSetClipboardString()
2271 window->x11.handle, CurrentTime); in _glfwPlatformGetClipboardString()
/third_party/protobuf/src/google/protobuf/util/
Dtime_util.cc125 void CurrentTime(int64* seconds, int32* nanos) { in CurrentTime() function
172 CurrentTime(&seconds, &nanos); in GetCurrentTime()
/third_party/skia/third_party/externals/angle2/include/platform/
DPlatformMethods.h258 OP(currentTime, CurrentTime) \
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dsrb.h675 OUT PLARGE_INTEGER CurrentTime);
Dvideo.h1674 OUT PLARGE_INTEGER CurrentTime);
Dwdm.h9705 OUT PLARGE_INTEGER CurrentTime);
/third_party/cef/tests/cefclient/browser/
Droot_window_gtk.cc893 e.xclient.data.l[1] = CurrentTime; in URLEntryButtonPress()