Home
last modified time | relevance | path

Searched refs:sWindowRoot (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dmenu.c30 static Window *sWindowRoot = NULL; variable
36 if (sWindowRoot == NULL) in initWindow()
39 sWindowRoot = win; in initWindow()
43 w = sWindowRoot; in initWindow()
295 for (w = sWindowRoot; w != NULL; w = w->next) in drawAllWindow()
304 for (w = sWindowRoot; w != NULL; w = w->next) in updateAllWindow()
313 for (w = sWindowRoot; w != NULL; w = w->next) in closeAllWindow()
/TwlSDK-5.1.0/build/demos/wm/wep-1/src/
Dmenu.c30 static Window *sWindowRoot = NULL; variable
36 if (sWindowRoot == NULL) in initWindow()
39 sWindowRoot = win; in initWindow()
43 w = sWindowRoot; in initWindow()
263 for (w = sWindowRoot; w != NULL; w = w->next) in drawAllWindow()
272 for (w = sWindowRoot; w != NULL; w = w->next) in updateAllWindow()
281 for (w = sWindowRoot; w != NULL; w = w->next) in closeAllWindow()