Searched refs:Private (Results 101 - 125 of 126) sorted by relevance

123456

/haiku/headers/os/support/
H A DObjectList.h248 class Private;
250 friend class Private;
/haiku/headers/os/app/
H A DMessage.h386 // Private, reserved, or obsolete
528 class Private;
533 friend class Private;
/haiku/src/servers/debug/
H A DDebugServer.cpp1003 BRoster::Private roster;
1017 BRoster::Private roster;
/haiku/headers/os/interface/
H A DView.h644 class Private;
685 friend class Private;
/haiku/src/servers/app/
H A DEventDispatcher.cpp729 BMessage::Private(fDragMessage).SetWasDropped(true);
H A DPictureBoundingBoxPlayer.cpp853 mallocIO->BufferLength(), ServerPicture::PictureList::Private(
H A DServerPicture.cpp1279 mallocIO->BufferLength(), PictureList::Private(fPictures.Get()).AsBList());
H A DServerWindow.cpp187 BMessenger::Private(fFocusMessenger).SetTo(fClientTeam,
189 BMessenger::Private(fHandlerMessenger).SetTo(fClientTeam,
4322 BMessage::Private messagePrivate((BMessage*)msg);
H A DServerApp.cpp137 BMessenger::Private(fHandlerMessenger).SetTo(fClientTeam,
286 BRoster::Private roster;
/haiku/src/apps/deskbar/
H A DBarWindow.cpp733 BMessage::Private messagePrivate(message);
H A DBarApp.cpp702 BRoster::Private rosterPrivate(roster);
H A DExpandoMenuBar.cpp273 BMessenger::Private(messenger).SetTo(info->team,
/haiku/src/kits/interface/
H A DTabView.cpp1206 BTab::Private(tab).SetTabView(this);
1226 BTab::Private(tab).SetTabView(NULL);
H A DView.cpp1531 BMessage::Private privateMessage(message);
5818 // #pragma mark - Private Functions
6921 BView::Private::LayoutItemAt(int32 index)
6928 BView::Private::CountLayoutItems()
6935 BView::Private::RegisterLayoutItem(BLayoutItem* item)
6942 BView::Private::DeregisterLayoutItem(BLayoutItem* item)
6949 BView::Private::MinMaxValid()
6956 BView::Private::WillLayout()
H A DWindow.cpp732 BApplication::Private::ServerLink()->SenderPort());
2717 // #pragma mark - Private Methods
2832 BApplication::Private::ServerLink()->SenderPort(), receivePort);
2998 BMessage::Private messagePrivate(fLastMessage);
3294 BMessage::Private messagePrivate(message);
3519 BMessage::Private messagePrivate(message);
H A DInterfaceDefs.cpp1286 = BApplication::Private::ServerReadOnlyMemory();
1541 /*! \brief Private function which sets the window decorator for the system.
1600 /*! \brief Private function which sets the ControlLook for the system.
H A DColumnListView.cpp4812 = (BRow**) BObjectList<BRow>::Private(list).AsBList()->Items();
/haiku/src/kits/app/
H A DMessage.cpp861 BMessenger::Private(messenger).SetTo(fHeader->reply_team,
931 BMessenger::Private messengerPrivate(messenger);
985 BMessenger::Private messengerPrivate(messenger);
2210 BMessenger::Private(replyTo).SetTo(fHeader->reply_team,
2217 BMessenger::Private replyToPrivate(replyTo);
2353 BMessenger::Private(replyTarget).SetTo(team, replyPort,
H A DRoster.cpp1294 // #pragma mark - Private or reserved
2624 BMessenger::Private(messenger).SetTo(team, info.port,
2697 BMessenger::Private(fMessenger).SetTo(team, port,
2707 BMessenger::Private(fMessenger).SetTo(info.team, rosterPort,
H A DLooper.cpp1231 BMessage::Private messagePrivate(fLastMessage);
/haiku/src/servers/input/
H A DInputServer.cpp1863 EventList::Private(&addedEvents).AsBList()->AddList(&newEvents);
1927 BMessage::Private messagePrivate(event);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp331 BRoster::Private rosterPrivate(roster);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp1192 BMessage::Private(message).SetReply(BMessenger(fQuitRequestReplyHandler));
/haiku/src/servers/package/
H A DVolume.cpp1367 BRoster::Private().SendTo(&message, NULL, false);
/haiku/src/build/libbe/app/
H A DMessage.cpp711 BMessenger::Private(messenger).SetTo(fHeader->reply_team,

Completed in 239 milliseconds

123456