delta 187 lib/widget/group.c group_default_make_global (Widget * w, const WRect * delta) delta 191 lib/widget/group.c if (delta != NULL) delta 194 lib/widget/group.c widget_default_make_global (w, delta); delta 197 lib/widget/group.c WIDGET (iter->data)->make_global (WIDGET (iter->data), delta); delta 223 lib/widget/group.c group_default_make_local (Widget * w, const WRect * delta) delta 227 lib/widget/group.c if (delta != NULL) delta 230 lib/widget/group.c widget_default_make_local (w, delta); delta 233 lib/widget/group.c WIDGET (iter->data)->make_local (WIDGET (iter->data), delta); delta 691 lib/widget/widget-common.c widget_default_make_global (Widget * w, const WRect * delta) delta 693 lib/widget/widget-common.c if (delta != NULL) delta 694 lib/widget/widget-common.c rect_move (&w->rect, delta->y, delta->x); delta 710 lib/widget/widget-common.c widget_default_make_local (Widget * w, const WRect * delta) delta 712 lib/widget/widget-common.c if (delta != NULL) delta 713 lib/widget/widget-common.c rect_move (&w->rect, -delta->y, -delta->x); delta 162 lib/widget/widget-common.h void (*make_global) (Widget * w, const WRect * delta); delta 163 lib/widget/widget-common.h void (*make_local) (Widget * w, const WRect * delta); delta 228 lib/widget/widget-common.h void widget_default_make_global (Widget * w, const WRect * delta); delta 229 lib/widget/widget-common.h void widget_default_make_local (Widget * w, const WRect * delta); delta 260 src/filemanager/dir.c dir_list_grow (dir_list * list, int delta) delta 268 src/filemanager/dir.c if (delta == 0) delta 271 src/filemanager/dir.c size = list->size + delta; delta 77 src/filemanager/dir.h gboolean dir_list_grow (dir_list * list, int delta);