Searched refs:_gx_widget_find (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gxe_widget_find.c | 90 status = _gx_widget_find(parent, widget_id, search_depth, return_widget); in _gxe_widget_find()
|
| D | gx_system_widget_find.c | 95 if (_gx_widget_find(test, widget_id, search_level, return_search_result) == GX_SUCCESS) in _gx_system_widget_find()
|
| D | gx_widget_find.c | 75 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/ |
| D | validation_guix_widget_no_output.c | 111 status = _gx_widget_find(GX_NULL, 0, 0, &widget); in control_thread_entry()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_widget.h | 90 UINT _gx_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **retur…
|
| D | gx_api.h | 3606 #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…
|