Searched refs:GetForCurrentThread (Results 1 – 17 of 17) sorted by relevance
23 void GetForCurrentThread(bool* ran_test, CefRefPtr<CefWaitableEvent> event) { in GetForCurrentThread() function25 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()
30 owner_task_runner_ = CefTaskRunner::GetForCurrentThread(); in CreateTestThread()
237 RequestDataMap() : owner_task_runner_(CefTaskRunner::GetForCurrentThread()) {} in RequestDataMap()1509 data_map_.SetOwnerTaskRunner(CefTaskRunner::GetForCurrentThread()); in RunCompleteCallback()1557 owner_task_runner_ = CefTaskRunner::GetForCurrentThread(); in RequestTestRunner()
116 if ( ! CoreWindow::GetForCurrentThread()) { in WINRT_ShowCursor()120 CoreWindow ^ coreWindow = CoreWindow::GetForCurrentThread(); in WINRT_ShowCursor()
74 CoreWindow ^ native_win = CoreWindow::GetForCurrentThread(); in WINRT_GLES_LoadLibrary()
164 … WINRT_MainThreadDispatcher = Windows::UI::Core::CoreWindow::GetForCurrentThread()->Dispatcher;
358 CoreWindow ^ coreWin = CoreWindow::GetForCurrentThread(); in WINRT_AddDisplaysForAdapter()585 data->coreWindow = CoreWindow::GetForCurrentThread(); in WINRT_CreateWindow()
78 SDL_assert(CoreWindow::GetForCurrentThread() != nullptr); in WINRT_TransformCursorPosition()
189 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();
80 static CefRefPtr<CefTaskRunner> GetForCurrentThread();
27 CefRefPtr<CefTaskRunner> _retval = CefTaskRunner::GetForCurrentThread(); in cef_task_runner_get_for_current_thread()
22 CefRefPtr<CefTaskRunner> CefTaskRunner::GetForCurrentThread() { in GetForCurrentThread() function in CefTaskRunner
90 tonic::DartMicrotaskQueue::GetForCurrentThread()->Destroy(); in IsolateShutdownCallback()
49 tonic::DartMicrotaskQueue::GetForCurrentThread(); in AfterTask()448 tonic::DartMicrotaskQueue::GetForCurrentThread()->Destroy(); in Kill()
92 tonic::DartMicrotaskQueue::GetForCurrentThread()->ScheduleMicrotask(closure); in ScheduleMicrotask()
20962 + 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();