/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11clipboard.c | 82 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()
|
D | SDL_x11window.c | 943 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()
|
D | SDL_x11mouse.c | 353 None, None, CurrentTime); in X11_CaptureMouse() 358 X11_XUngrabPointer(display, CurrentTime); in X11_CaptureMouse()
|
D | SDL_x11modes.c | 995 status = X11_XRRSetCrtcConfig (display, res, output_info->crtc, CurrentTime, in X11_SetDisplayMode()
|
D | SDL_x11events.c | 953 …display, videodata->XdndSelection, data->xdnd_req, videodata->PRIMARY, data->xwindow, CurrentTime); in X11_DispatchEvent()
|
/third_party/pulseaudio/src/modules/x11/ |
D | module-x11-cork-request.c | 107 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/ |
D | CachePruning.cpp | 172 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/ |
D | window_x11.cc | 157 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/ |
D | wtsapi32.h | 269 LARGE_INTEGER CurrentTime; member 288 LARGE_INTEGER CurrentTime; member
|
D | evntrace.h | 722 LONGLONG CurrentTime; member 745 LONGLONG CurrentTime; member
|
D | winternl.h | 804 LARGE_INTEGER CurrentTime; member
|
/third_party/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 469 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/ |
D | Platform.h | 243 OP(currentTime, CurrentTime) \
|
/third_party/flutter/glfw/src/ |
D | x11_monitor.c | 142 CurrentTime, in _glfwSetVideoModeX11() 182 CurrentTime, in _glfwRestoreVideoModeX11()
|
D | x11_window.c | 822 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/ |
D | time_util.cc | 125 void CurrentTime(int64* seconds, int32* nanos) { in CurrentTime() function 172 CurrentTime(&seconds, &nanos); in GetCurrentTime()
|
/third_party/skia/third_party/externals/angle2/include/platform/ |
D | PlatformMethods.h | 258 OP(currentTime, CurrentTime) \
|
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/ |
D | srb.h | 675 OUT PLARGE_INTEGER CurrentTime);
|
D | video.h | 1674 OUT PLARGE_INTEGER CurrentTime);
|
D | wdm.h | 9705 OUT PLARGE_INTEGER CurrentTime);
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_gtk.cc | 893 e.xclient.data.l[1] = CurrentTime; in URLEntryButtonPress()
|