Searched refs:fLink (Results 1 - 25 of 34) sorted by relevance

12

/haiku/src/apps/haikudepot/model/
H A DDeskbarLink.cpp34 fLink(link)
42 fLink(other.fLink)
54 if (from->FindString(kLinkKey, &fLink) != B_OK) {
77 return fLink;
90 result = into->AddString(kLinkKey, fLink);
101 fLink = other.Link();
109 return fPath == other.fPath && fLink == other.fLink;
H A DDeskbarLink.h42 BString fLink; member in class:DeskbarLink
/haiku/src/kits/interface/
H A DWindowStack.cpp29 fLink = window->fLink;
68 fLink->Attach<int32>(position);
71 if (fLink->FlushWithReply(code) != B_OK)
92 if (fLink->Flush() != B_OK)
103 fLink->Attach<int32>(position);
106 if (fLink->FlushWithReply(code) != B_OK)
122 fLink->FlushWithReply(code);
127 if (fLink->Read<int32>(&count) != B_OK)
138 fLink
[all...]
H A DView.cpp1062 fOwner->fLink->StartMessage(AS_VIEW_SET_FLAGS);
1063 fOwner->fLink->Attach<uint32>(flags);
1064 fOwner->fLink->Flush();
1093 fOwner->fLink->StartMessage(AS_VIEW_HIDE);
1094 fOwner->fLink->Flush();
1109 fOwner->fLink->StartMessage(AS_VIEW_SHOW);
1110 fOwner->fLink->Flush();
1181 fOwner->fLink->StartMessage(AS_VIEW_RESIZE_MODE);
1182 fOwner->fLink->Attach<uint32>(mode);
1412 fOwner->fLink
[all...]
H A DWindow.cpp428 fLink->StartMessage(AS_DELETE_WINDOW);
435 fLink->FlushWithReply(code);
438 delete_port(fLink->ReceiverPort());
439 delete fLink;
601 fLink->StartMessage(AS_MINIMIZE_WINDOW);
602 fLink->Attach<bool>(minimize);
603 fLink->Flush();
615 fLink->StartMessage(AS_SEND_BEHIND);
616 fLink->Attach<int32>(window != NULL ? _get_object_token_(window) : -1);
617 fLink
[all...]
/haiku/src/servers/app/
H A DServerApp.cpp126 fLink.SetSenderPort(fClientReplyPort);
127 fLink.SetReceiverPort(fMessagePort);
128 fLink.SetTargetTeam(fClientTeam);
610 fDesktop->WriteWindowList(team, fLink.Sender());
618 fDesktop->WriteWindowInfo(serverToken, fLink.Sender());
626 fDesktop->WriteWindowOrder(workspace, fLink.Sender());
634 fDesktop->WriteApplicationOrder(workspace, fLink.Sender());
679 fLink.Attach<status_t>(error);
680 fLink.Flush();
689 fLink
[all...]
H A DServerWindow.cpp277 fLink.SetSenderPort(fClientReplyPort);
278 fLink.SetReceiverPort(fMessagePort);
674 fLink.StartMessage(status);
675 fLink.Flush();
698 fLink.StartMessage(B_OK);
700 fLink.StartMessage(B_ERROR);
701 fLink.Flush();
735 fLink.StartMessage(status);
736 fLink.Flush();
756 fLink
[all...]
H A DMessageLooper.h51 BPrivate::PortLink fLink; member in class:MessageLooper
H A DTestServerLoopAdapter.cpp37 fLink.SetReceiverPort(fMessagePort);
H A DMessageLooper.cpp142 BPrivate::LinkReceiver& receiver = fLink.Receiver();
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp59 fLink(fClientAppPort, fMessagePort),
202 BPrivate::LinkReceiver &reader = app->fLink.Receiver();
279 fLink.StartMessage(B_OK);
280 fLink.Attach<int32>(0);
281 fLink.Flush();
302 fLink.StartMessage(fCursorHidden ? B_OK : B_ERROR);
303 fLink.Flush();
313 fLink.StartMessage(B_ERROR);
314 fLink.Flush();
H A DServerApp.h88 BPrivate::PortLink fLink; member in class:ServerApp
/haiku/headers/private/userlandfs/shared/
H A DObjectTracker.h27 DoublyLinkedListLink<ObjectTrackable> fLink; member in class:UserlandFSUtil::ObjectTrackable
35 return &trackable->fLink;
41 return &trackable->fLink;
/haiku/src/kits/device/
H A DUSBRoster.cpp40 WatchedEntry * fLink; member in class:WatchedEntry
66 fLink(NULL)
84 child->fLink = fEntries;
114 WatchedEntry *next = child->fLink;
138 child = child->fLink;
149 child->fLink = fEntries;
166 lastChild->fLink = child->fLink;
168 fEntries = child->fLink;
178 child = child->fLink;
[all...]
/haiku/src/tests/system/kernel/util/
H A DDoublyLinkedListTest.cpp19 DoublyLinkedListLink<ItemWithout> fLink; member in class:ItemWithout
27 DoublyLinkedListLink<ItemWith> fLink; member in class:ItemWith
35 DoublyLinkedListLink<ItemVirtualWithout> fLink; member in class:ItemVirtualWithout
45 DoublyLinkedListLink<ItemVirtualWith> fLink; member in class:ItemVirtualWith
/haiku/headers/private/interface/
H A DWindowStack.h41 BPrivate::PortLink* fLink; member in class:BWindowStack
/haiku/src/kits/game/
H A DDirectWindow.cpp420 fLink->StartMessage(AS_DIRECT_WINDOW_SET_FULLSCREEN);
421 fLink->Attach<bool>(enable);
423 if (fLink->FlushWithReply(status) == B_OK
569 fLink->StartMessage(AS_DIRECT_WINDOW_GET_SYNC_DATA);
570 if (fLink->FlushWithReply(status) == B_OK && status == B_OK)
571 fLink->Read<direct_window_sync_data>(&syncData);
/haiku/src/apps/terminal/
H A DTermViewStates.cpp1090 fLink()
1098 fLink = link;
1115 if (fLink.Text() != fLink.Address()) {
1129 fLink = HyperLink();
1138 if (fLink.IsValid())
1139 fLink.Open();
1145 if (fLink.IsValid()) {
1147 ? fLink.Text() : fLink
[all...]
H A DTermViewStates.h174 HyperLink fLink; member in class:TermView::HyperLinkMenuState
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.h52 InterfaceAddress*& HashTableLink() { return fLink; }
67 InterfaceAddress* fLink; member in struct:InterfaceAddress
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h181 MulticastGroupInterface*& HashLink() { return fLink; }
193 MulticastGroupInterface* fLink; member in class:MulticastGroupInterface
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h190 MulticastGroupInterface*& HashLink() { return fLink; }
202 MulticastGroupInterface* fLink; member in class:MulticastGroupInterface
/haiku/headers/private/kernel/
H A DNotifications.h113 Link() { return fLink; }
116 NotificationService* fLink; member in class:NotificationService
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp230 return fLink;
244 XsiMessageQueue* fLink; member in class:__anon2::XsiMessageQueue
301 return fLink;
307 Ipc* fLink; member in class:__anon2::Ipc
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h68 SinglyLinkedListLink<Element> Element::* LinkMember = &Element::fLink>

Completed in 278 milliseconds

12