Searched refs:activate (Results 1 - 11 of 11) sorted by relevance

/haiku/src/apps/deskbar/
H A DSwitcher.h69 void CycleApp(bool forward, bool activate = false);
92 bool activate);
H A DBarWindow.h55 bool activate);
H A DTimeView.cpp376 // If the calendar is already shown, just activate it
377 BMessage activate(B_SET_PROPERTY);
378 activate.AddSpecifier("Active");
379 activate.AddBool("data", true);
381 if (fCalendarWindowMessenger.SendMessage(&activate) == B_OK)
H A DSwitcher.cpp962 // As we hit member teams we build the "activate" list.
1150 TSwitchManager::SwitchWindow(team_id team, bool, bool activate) argument
1153 // to the group. This is the window to activate.
1171 if (activate)
/haiku/src/servers/input/
H A DInputServerMethod.cpp241 _BMethodAddOn_::MethodActivated(bool activate) argument
246 if (activate && ((InputServer*)be_app)->MethodReplicant()) {
251 return fMethod->MethodActivated(activate);
H A DInputServer.h100 status_t MethodActivated(bool activate);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.h55 void _ShowSettings(bool activate);
H A DScreenshotWindow.cpp691 ScreenshotWindow::_ShowSettings(bool activate) argument
693 if (!fSettingsWindow && !activate)
718 if (activate)
/haiku/src/apps/webpositive/
H A DBrowserWindow.h141 bool resizable, bool activate);
H A DBrowserWindow.cpp1509 bool modalDialog, bool resizable, bool activate)
1517 CreateNewTab(BString(), activate, view); local
1508 NewPageCreated(BWebView* view, BRect windowFrame, bool modalDialog, bool resizable, bool activate) argument
/haiku/src/servers/app/
H A DServerWindow.cpp635 bool activate = true; local
636 if (link.Read<bool>(&activate) != B_OK)
639 DTRACE(("ServerWindow %s: Message AS_ACTIVATE_WINDOW: activate: "
640 "%d\n", Title(), activate));
644 if (activate)

Completed in 94 milliseconds