Searched refs:FindBool (Results 126 - 150 of 208) sorted by relevance

123456789

/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.cpp51 if (from->FindBool(KEY_IS_RUNNING, &fIsRunning) != B_OK) {
/haiku/src/apps/people/
H A DPeopleApp.cpp118 if (info.FindBool("attr:editable", index, &editable) != B_OK)
/haiku/src/kits/app/
H A DKeyStore.cpp319 if (reply.FindBool("unlocked", &unlocked) != B_OK)
/haiku/src/kits/tracker/
H A DTracker.cpp138 || message->FindBool("openWithOK", &openWithOK) != B_OK) {
344 if (CurrentMessage() != NULL && CurrentMessage()->FindBool("shortcut")) {
617 if (message->FindBool("filesys", &localize) == B_OK)
1158 if (message->FindBool("editQueryOnPose", &editOnlyIfTemplate) != B_OK)
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp808 settings.FindBool("includeBorder", &fIncludeBorder);
809 settings.FindBool("includeCursor", &fIncludeCursor);
810 settings.FindBool("grabActiveWindow", &fGrabActiveWindow);
/haiku/headers/os/app/
H A DMessage.h240 status_t FindBool(const char* name, bool* value) const;
241 status_t FindBool(const char* name, int32 index,
424 bool FindBool(const char* name, int32 n = 0) const;
/haiku/src/servers/input/
H A DAddOnManager.cpp763 if (message->FindBool("start", &startWatching) != B_OK)
792 if (message->FindBool("added", &deviceAdded) == B_OK) {
800 if (message->FindBool("started", &deviceStarted) == B_OK) {
/haiku/src/apps/deskbar/
H A DBarView.cpp778 bool vertical = message->FindBool("vertical");
779 bool left = message->FindBool("left");
780 bool top = message->FindBool("top");
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp532 if (archive->FindBool("show label", &value) == B_OK)
534 if (archive->FindBool("show icon", &value) == B_OK)
536 if (archive->FindBool("show time", &value) == B_OK)
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp606 if (message->FindBool("enabled", &enabled) != B_OK)
610 if (message->FindBool("hidden", &hidden) != B_OK)
670 if (message->FindBool("enabled", &enabled) != B_OK)
673 if (message->FindBool("useNames", &useNames) != B_OK)
762 if (message->FindBool("enabled", &enabled) != B_OK)
/haiku/src/kits/interface/
H A DWindow.cpp802 if (message->FindBool("data", &newActive) == B_OK) {
851 if (message->FindBool("data", &hide) == B_OK) {
903 if (message->FindBool("data", &minimize) == B_OK) {
971 if (message->FindBool("minimize", &minimize) == B_OK)
1065 if (message->FindBool("active", &active) != B_OK)
1077 if (pendingMessage->FindBool("active", &nextActive) == B_OK)
1129 && message->FindBool("active", &active) == B_OK) {
3300 && (message->FindBool("_feed_focus", &feedFocus) != B_OK || !feedFocus))
3397 && (cookie.message->FindBool("_feed_focus", &feedFocus) != B_OK
3532 if (message->FindBool("_feed_focu
[all...]
H A DShelf.cpp1169 if (archive.FindBool("_zom_dsp", &allowZombies) != B_OK)
1174 if (archive.FindBool("_zom_alw", &allowZombies) != B_OK)
1286 if (data->FindBool("be:load_each_time")) {
H A DMenuField.cpp1240 if (archive->FindBool("be:fixeds", &fixed) == B_OK)
1255 if (archive->FindBool("_disable", &disable) == B_OK)
1259 archive->FindBool("be:dmark", &dmark);
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp461 err = message->FindBool(name, index, &v);
/haiku/src/servers/print/
H A DPrintServerApp.cpp135 if (m != NULL && m->FindBool("shortcut", &shortcut) == B_OK && shortcut)
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp437 FindBool(propertyRequested);
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp269 && message->FindBool("audio only", &audioOnly) == B_OK
/haiku/src/servers/notification/
H A DNotificationWindow.cpp433 if (settings.FindBool(kAutoStartName, &fShouldRun) == B_OK) {
/haiku/src/kits/locale/
H A DFormattingConventions.cpp257 status = archive->FindBool("useStringsFromPreferredLanguage",
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp507 ioExtension->FindBool(B_TRANSLATOR_EXT_HEADER_ONLY,
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp525 msg.FindBool("dontbeep", &fDontBeep);
/haiku/src/apps/terminal/
H A DTermWindow.cpp806 message->FindBool("findselection", &fFindSelection);
827 message->FindBool("forwardsearch", &fForwardSearch);
828 message->FindBool("matchcase", &fMatchCase);
829 message->FindBool("matchword", &fMatchWord);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp822 if (message->FindBool("has_selection", &enable) == B_OK) {
953 message->FindBool("full screen", &fullScreen);
1096 if (message->FindBool("show", &show) != B_OK)
1118 && message->FindBool("show", &show) == B_OK) {
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp337 bool fade = message->FindBool("fade");
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp354 if (message->FindBool("unset", &unset) == B_OK && unset) {
366 if (message->FindBool("unset", &unset) != B_OK)

Completed in 314 milliseconds

123456789