Home
last modified time | relevance | path

Searched refs:server_token (Results 1 – 7 of 7) sorted by relevance

/haiku/src/apps/deskbar/
H A DWindowMenu.cpp141 wInfo->server_token, wInfo->is_mini, in AttachedToWindow()
154 if (parentItem->ExpandedWindowItem(wInfo->server_token)) { in AttachedToWindow()
156 wInfo->server_token); in AttachedToWindow()
160 item->SetTo(wInfo->name, wInfo->server_token, in AttachedToWindow()
H A DSwitcher.cpp901 do_window_action(windowInfo->server_token, B_BRING_TO_FRONT, in ActivateApp()
974 if (matchWindowInfo->server_token != windowInfo->server_token in ActivateApp()
978 (void*)(addr_t)matchWindowInfo->server_token); in ActivateApp()
995 do_window_action(windowInfo->server_token, B_BRING_TO_FRONT, in ActivateApp()
1170 fWindowID = windowInfo->server_token; in SwitchWindow()
1172 ActivateWindow(windowInfo->server_token); in SwitchWindow()
2259 fCurrentToken = windowInfo->server_token; in ShowIndex()
H A DExpandoMenuBar.cpp1019 wInfo->server_token); in monitor_team_windows()
1022 wInfo->server_token, wInfo->is_mini, in monitor_team_windows()
1035 wInfo->server_token, wInfo->is_mini, in monitor_team_windows()
/haiku/headers/private/interface/
H A DWindowInfo.h17 int32 server_token; member
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp471 wi->server_token, tok)); in poller()
480 (wi->server_token == tv->current_window)) in poller()
484 tv->current_window = wi->server_token; in poller()
485 tok = wi->server_token; in poller()
/haiku/src/apps/switcher/
H A DWindowsView.cpp69 do_window_action(info->server_token, B_BRING_TO_FRONT, BRect(), false); in BringToFront()
/haiku/src/servers/app/
H A DServerWindow.cpp460 info.server_token = ServerToken(); in GetInfo()