Home
last modified time | relevance | path

Searched refs:atk_obj (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx76 AtkObject *atk_obj = ATK_OBJECT( mpWrapper ); in disposing() local
85 if( atk_get_focus_object() == atk_obj ) in disposing()
252 AtkObject *atk_obj = ATK_OBJECT( mpWrapper ); in notifyEvent() local
290 atk_object_set_name(atk_obj, in notifyEvent()
301 atk_object_set_description(atk_obj, in notifyEvent()
322 if( ATK_IS_COMPONENT( atk_obj ) ) in notifyEvent()
326 atk_component_get_extents( ATK_COMPONENT( atk_obj ), in notifyEvent()
342 g_signal_emit_by_name( atk_obj, "visible-data-changed" ); in notifyEvent()
392 g_signal_emit_by_name( atk_obj, "text_caret_moved", nPos ); in notifyEvent()
477 g_signal_emit_by_name( G_OBJECT( atk_obj ), in notifyEvent()
[all …]
H A Datkwrapper.cxx331 wrapper_get_name( AtkObject *atk_obj ) in wrapper_get_name() argument
343 int nCmp = atk_obj->name ? rtl_str_compare( atk_obj->name, aName.getStr() ) : -1; in wrapper_get_name()
346 if( atk_obj->name ) in wrapper_get_name()
347 g_free(atk_obj->name); in wrapper_get_name()
362 wrapper_get_description( AtkObject *atk_obj ) in wrapper_get_description() argument
374 g_free(atk_obj->description); in wrapper_get_description()
389 wrapper_get_n_children( AtkObject *atk_obj ) in wrapper_get_n_children() argument
410 wrapper_ref_child( AtkObject *atk_obj, in wrapper_ref_child() argument
568 wrapper_ref_state_set( AtkObject *atk_obj ) in wrapper_ref_state_set() argument
858 atk_obj->accessible_parent = parent; in atk_object_wrapper_new()
[all …]
H A Datkutil.cxx76 AtkObject *atk_obj = xAccessible.is() ? atk_object_wrapper_ref( xAccessible ) : NULL; in atk_wrapper_focus_idle_handler() local
78 if( atk_obj ) in atk_wrapper_focus_idle_handler()
81 fprintf(stderr, "notifying focus event for %p\n", atk_obj); in atk_wrapper_focus_idle_handler()
83 atk_focus_tracker_notify(atk_obj); in atk_wrapper_focus_idle_handler()
89 AtkObjectWrapper* wrapper_obj = ATK_OBJECT_WRAPPER (atk_obj); in atk_wrapper_focus_idle_handler()
104 atk_object_notify_state_change( atk_obj, ATK_STATE_FOCUSED, TRUE ); in atk_wrapper_focus_idle_handler()
105 g_signal_emit_by_name( atk_obj, "text_caret_moved", caretPos ); in atk_wrapper_focus_idle_handler()
112 g_object_unref(atk_obj); in atk_wrapper_focus_idle_handler()

Completed in 35 milliseconds