GF_WidgetManager  395 modules/widgetman/widget.c void widget_load(GF_WidgetManager *wm, GF_SceneGraph *scene, JSContext *c, JSObject *global, Bool unload)
GF_WidgetManager  242 modules/widgetman/widgetman.c static GF_WidgetPackage *widget_isom_new(GF_WidgetManager *wm, const char *path)
GF_WidgetManager  343 modules/widgetman/widgetman.c static GF_WidgetPackage *widget_zip_new(GF_WidgetManager *wm, const char *path)
GF_WidgetManager  445 modules/widgetman/widgetman.c GF_WidgetPackage *widget_package_new(GF_WidgetManager *wm, const char *path)
GF_WidgetManager  459 modules/widgetman/widgetman.c static void widget_package_del(GF_WidgetManager *wm, GF_WidgetPackage *wpackage)
GF_WidgetManager  568 modules/widgetman/widgetman.c static void wm_delete_widget(GF_WidgetManager *wm, GF_Widget *wid)
GF_WidgetManager  616 modules/widgetman/widgetman.c static void wm_delete_interface_instance(GF_WidgetManager *wm, GF_WidgetInterfaceInstance *bifce)
GF_WidgetManager  626 modules/widgetman/widgetman.c static void wm_delete_widget_instance(GF_WidgetManager *wm, GF_WidgetInstance *widg)
GF_WidgetManager 2139 modules/widgetman/widgetman.c static void wm_widget_jsbind(GF_WidgetManager *wm, GF_WidgetInstance *wid)
GF_WidgetManager 2253 modules/widgetman/widgetman.c 	GF_WidgetManager *wm = (GF_WidgetManager *)SMJS_GET_PRIVATE(c, obj);
GF_WidgetManager 2324 modules/widgetman/widgetman.c 	GF_WidgetManager *wm = (GF_WidgetManager *)SMJS_GET_PRIVATE(c, obj);
GF_WidgetManager 2346 modules/widgetman/widgetman.c GF_WidgetManager *wm = (GF_WidgetManager *)SMJS_GET_PRIVATE(c, obj);
GF_WidgetManager 2369 modules/widgetman/widgetman.c GF_WidgetManager *wm = (GF_WidgetManager *)SMJS_GET_PRIVATE(c, obj);
GF_WidgetManager 2391 modules/widgetman/widgetman.c 	GF_WidgetManager *wm = (GF_WidgetManager *)SMJS_GET_PRIVATE(c, obj);
GF_WidgetManager 2407 modules/widgetman/widgetman.c 	GF_WidgetManager *wm = (GF_WidgetManager *)SMJS_GET_PRIVATE(c, obj);
GF_WidgetManager 2861 modules/widgetman/widgetman.c static Bool wm_relocate_url(GF_WidgetManager *wm, const char *widget_path, const char *res_name, char *relocated_name, char *localized_res_name)
GF_WidgetManager 2896 modules/widgetman/widgetman.c static void wm_set_default_start_file(GF_WidgetManager *wm, GF_WidgetContent *content, const char *widget_path) {
GF_WidgetManager 2975 modules/widgetman/widgetman.c static void wm_set_default_icon_files(GF_WidgetManager *wm, const char *widget_path, GF_Widget *widget) {
GF_WidgetManager 2995 modules/widgetman/widgetman.c GF_WidgetInstance *wm_load_widget(GF_WidgetManager *wm, const char *path, u32 InstanceID, Bool skip_context)
GF_WidgetManager 3516 modules/widgetman/widgetman.c 	GF_WidgetManager *wm = (GF_WidgetManager *)cbk;
GF_WidgetManager 3539 modules/widgetman/widgetman.c 	GF_WidgetManager *wm = (GF_WidgetManager *)SMJS_GET_PRIVATE(c, obj);
GF_WidgetManager 3567 modules/widgetman/widgetman.c 	GF_WidgetManager *wm;
GF_WidgetManager 3660 modules/widgetman/widgetman.c 	GF_WidgetManager *wm;
GF_WidgetManager 3665 modules/widgetman/widgetman.c 	GF_SAFEALLOC(wm, GF_WidgetManager);
GF_WidgetManager 3680 modules/widgetman/widgetman.c 	GF_WidgetManager *wm;
GF_WidgetManager  116 modules/widgetman/widgetman.h 	GF_WidgetManager *wm;
GF_WidgetManager  248 modules/widgetman/widgetman.h 	GF_WidgetManager *wm;
GF_WidgetManager  331 modules/widgetman/widgetman.h GF_WidgetInstance *wm_load_widget(GF_WidgetManager *wm, const char *path, u32 InstanceID, Bool skip_context);
GF_WidgetManager  344 modules/widgetman/widgetman.h void widget_load(GF_WidgetManager *wm, GF_SceneGraph *scene, JSContext *c, JSObject *global, Bool unload);