Searched refs:get_token_list (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/interface/
H A DWindowInfo.h52 int32* get_token_list(team_id app, int32 *count);
/haiku/src/kits/app/
H A DAppMisc.cpp179 int32* tokens = get_token_list(team, &tokenCount);
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp116 int32* tokens = get_token_list(theTeam, &tokenCount);
H A DSwitcher.cpp951 int32* tokens = get_token_list(-1, &tokenCount);
1068 int32* tokens = get_token_list(-1, &tokenCount);
1120 int32* tokens = get_token_list(teamID, &count);
1162 int32* tokens = get_token_list(-1, &count);
H A DExpandoMenuBar.cpp995 int32* tokens = get_token_list(theTeam, &count);
/haiku/src/apps/switcher/
H A DWindowsView.cpp37 int32* tokens = get_token_list(team, &count);
/haiku/src/apps/screenshot/
H A DScreenshot.cpp268 int32* tokens = get_token_list(appInfo.team, &tokenCount);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp453 tl = get_token_list(-1, &tlc);
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1726 get_token_list(team_id team, int32* _count) function

Completed in 160 milliseconds