Searched refs:GetTextIndexAtCursorContext (Results 1 – 2 of 2) sorted by relevance
250 struct GetTextIndexAtCursorContext : public AsyncCall::Context { struct253 GetTextIndexAtCursorContext() : Context(nullptr, nullptr){}; in GetTextIndexAtCursorContext() argument254 GetTextIndexAtCursorContext(InputAction input, OutputAction output) in GetTextIndexAtCursorContext() function
733 auto ctxt = std::make_shared<GetTextIndexAtCursorContext>(); in GetTextIndexAtCursor()