Searched refs:CountReferences (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | widget_factory.h | 45 …static int CountReferences(int res_type, widget_info *info, GX_RESOURCE_ID resource_id, int seed_c… 47 … static int CountReferences(studiox_project *project, int res_type, GX_RESOURCE_ID resource_id);
|
| D | widget_factory.cpp | 1107 int widget_factory::CountReferences(int res_type, widget_info *info, GX_RESOURCE_ID resource_id, in… in CountReferences() function in widget_factory 1177 count = CountReferences(res_type, info->GetChildWidgetInfo(), resource_id, count); in CountReferences() 1185 int widget_factory::CountReferences(studiox_project *project, int res_type, GX_RESOURCE_ID resource… in CountReferences() function in widget_factory 1195 count = CountReferences(res_type, info->GetFirstChildWidget(), resource_id, count); in CountReferences()
|
| D | string_table.cpp | 469 count_1 = widget_factory::CountReferences(project, RES_TYPE_STRING, resource_id); in SortByReferenceCount() 474 count_2 = widget_factory::CountReferences(project, RES_TYPE_STRING, resource_id); in SortByReferenceCount()
|
| D | string_table_edit_dlg.cpp | 646 …ref_count.Format(_T("%d"), widget_factory::CountReferences(project, RES_TYPE_STRING, resource_id)); in UpdateEditFieldContent()
|