Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dtask_unittest.cc23 void GetForCurrentThread(bool* ran_test, CefRefPtr<CefWaitableEvent> event) { in GetForCurrentThread() function
25 CefRefPtr<CefTaskRunner> runner = CefTaskRunner::GetForCurrentThread(); in GetForCurrentThread()
32 CefRefPtr<CefTaskRunner> runner2 = CefTaskRunner::GetForCurrentThread(); in GetForCurrentThread()
80 CefRefPtr<CefTaskRunner> runner2 = CefTaskRunner::GetForCurrentThread(); in PostTaskEvent1()
211 base::BindOnce(&GetForCurrentThread, &ran_test, event))); in TEST()
222 base::BindRepeating(&GetForCurrentThread, &ran_test, event))); in TEST()
Dthread_unittest.cc30 owner_task_runner_ = CefTaskRunner::GetForCurrentThread(); in CreateTestThread()
Durlrequest_unittest.cc237 RequestDataMap() : owner_task_runner_(CefTaskRunner::GetForCurrentThread()) {} in RequestDataMap()
1509 data_map_.SetOwnerTaskRunner(CefTaskRunner::GetForCurrentThread()); in RunCompleteCallback()
1557 owner_task_runner_ = CefTaskRunner::GetForCurrentThread(); in RequestTestRunner()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtmouse.cpp116 if ( ! CoreWindow::GetForCurrentThread()) { in WINRT_ShowCursor()
120 CoreWindow ^ coreWindow = CoreWindow::GetForCurrentThread(); in WINRT_ShowCursor()
DSDL_winrtopengles.cpp74 CoreWindow ^ native_win = CoreWindow::GetForCurrentThread(); in WINRT_GLES_LoadLibrary()
DSDL_winrtgamebar.cpp164 … WINRT_MainThreadDispatcher = Windows::UI::Core::CoreWindow::GetForCurrentThread()->Dispatcher;
DSDL_winrtvideo.cpp358 CoreWindow ^ coreWin = CoreWindow::GetForCurrentThread(); in WINRT_AddDisplaysForAdapter()
585 data->coreWindow = CoreWindow::GetForCurrentThread(); in WINRT_CreateWindow()
DSDL_winrtpointerinput.cpp78 SDL_assert(CoreWindow::GetForCurrentThread() != nullptr); in WINRT_TransformCursorPosition()
/third_party/flutter/skia/third_party/externals/sdl/src/core/winrt/
DSDL_winrtapp_direct3d.cpp189 CoreWindow ^ coreWindow = CoreWindow::GetForCurrentThread(); in WINRT_ProcessWindowSizeChange()
279 CoreWindow^ window = CoreWindow::GetForCurrentThread();
481 …CoreWindow::GetForCurrentThread()->Dispatcher->ProcessEvents(CoreProcessEventsOption::ProcessAllIf… in PumpEvents()
490 …CoreWindow::GetForCurrentThread()->Dispatcher->ProcessEvents(CoreProcessEventsOption::ProcessOneAn… in PumpEvents()
670 CoreWindow::GetForCurrentThread()->Activate();
/third_party/cef/include/
Dcef_task.h80 static CefRefPtr<CefTaskRunner> GetForCurrentThread();
/third_party/cef/libcef_dll/cpptoc/
Dtask_runner_cpptoc.cc27 CefRefPtr<CefTaskRunner> _retval = CefTaskRunner::GetForCurrentThread(); in cef_task_runner_get_for_current_thread()
/third_party/cef/libcef_dll/ctocpp/
Dtask_runner_ctocpp.cc22 CefRefPtr<CefTaskRunner> CefTaskRunner::GetForCurrentThread() { in GetForCurrentThread() function in CefTaskRunner
/third_party/cef/libcef/common/
Dtask_runner_impl.cc22 CefRefPtr<CefTaskRunner> CefTaskRunner::GetForCurrentThread() { in GetForCurrentThread() function in CefTaskRunner
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Ddart_runner.cc90 tonic::DartMicrotaskQueue::GetForCurrentThread()->Destroy(); in IsolateShutdownCallback()
Ddart_component_controller.cc49 tonic::DartMicrotaskQueue::GetForCurrentThread(); in AfterTask()
448 tonic::DartMicrotaskQueue::GetForCurrentThread()->Destroy(); in Kill()
Dbuiltin_libraries.cc92 tonic::DartMicrotaskQueue::GetForCurrentThread()->ScheduleMicrotask(closure); in ScheduleMicrotask()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch20962 + ui::Clipboard::GetForCurrentThread()->ReadText(
20966 + can_paste = ui::Clipboard::GetForCurrentThread()->IsFormatAvailable(
39513 ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
250434 +ClipboardOHOS* ClipboardOHOS::GetForCurrentThread() {
250435 + auto* clipboard = Clipboard::GetForCurrentThread();
250725 + static ClipboardOHOS* GetForCurrentThread();