Searched refs:wrapper_obj (Results 1 – 1 of 1) sorted by relevance
89 AtkObjectWrapper* wrapper_obj = ATK_OBJECT_WRAPPER (atk_obj); in atk_wrapper_focus_idle_handler() local90 if( wrapper_obj && !wrapper_obj->mpText && wrapper_obj->mpContext ) in atk_wrapper_focus_idle_handler()92 …uno::Any any = wrapper_obj->mpContext->queryInterface( accessibility::XAccessibleText::static_type… in atk_wrapper_focus_idle_handler()96 … wrapper_obj->mpText = reinterpret_cast< accessibility::XAccessibleText * > (any.pReserved); in atk_wrapper_focus_idle_handler()97 if ( wrapper_obj->mpText != 0 ) in atk_wrapper_focus_idle_handler()99 wrapper_obj->mpText->acquire(); in atk_wrapper_focus_idle_handler()100 gint caretPos = wrapper_obj->mpText->getCaretPosition(); in atk_wrapper_focus_idle_handler()
Completed in 11 milliseconds