Home
last modified time | relevance | path

Searched refs:_gx_widget_find (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgxe_widget_find.c90 status = _gx_widget_find(parent, widget_id, search_depth, return_widget); in _gxe_widget_find()
Dgx_system_widget_find.c95 if (_gx_widget_find(test, widget_id, search_level, return_search_result) == GX_SUCCESS) in _gx_system_widget_find()
Dgx_widget_find.c75 UINT _gx_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **return_widg… in _gx_widget_find() function
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_widget_no_output.c111 status = _gx_widget_find(GX_NULL, 0, 0, &widget); in control_thread_entry()
/GUIX-v6.2.1/common/inc/
Dgx_widget.h90 UINT _gx_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **retur…
Dgx_api.h3606 #define gx_widget_find(a, b, c, d) _gx_widget_find((GX_WIDGET *)a, b,…
4417 UINT _gx_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **return_widg…