Searched refs:Private (Results 76 - 100 of 126) sorted by relevance

123456

/haiku/headers/os/app/
H A DRoster.h142 class Private;
146 friend class Private;
/haiku/src/kits/interface/
H A DScrollBar.cpp75 class BScrollBar::Private { class in class:BScrollBar
77 Private(BScrollBar* scrollBar) function in class:BScrollBar::Private
107 ~Private()
154 BScrollBar::Private::button_repeater_thread(void* data)
156 BScrollBar::Private* privateData = (BScrollBar::Private*)data;
162 BScrollBar::Private::ButtonRepeaterThread()
222 fPrivateData = new BScrollBar::Private(this);
251 fPrivateData = new BScrollBar::Private(this);
266 fPrivateData = new BScrollBar::Private(thi
[all...]
H A DViewLayoutItem.cpp106 int16 showLevel = BView::Private(fView).ShowLevel();
H A DPicture.cpp44 BPicture::Private picture(sPictureList.ItemAt(i));
50 BPicture::Private::Private(BPicture* picture) function in class:BPicture::Private
58 BPicture::Private::ReconnectToAppServer()
H A DBitmap.cpp56 BBitmap::Private bitmap(sBitmapList.ItemAt(i));
62 BBitmap::Private::Private(BBitmap* bitmap) function in class:BBitmap::Private
70 BBitmap::Private::ReconnectToAppServer()
1161 = BApplication::Private::ServerAllocator();
H A DAbstractLayout.cpp243 int16 showLevel = BView::Private(view).ShowLevel();
/haiku/src/apps/login/
H A DLoginApp.cpp94 BRoster::Private rosterPrivate(roster);
/haiku/src/kits/package/
H A DPackageRoster.cpp299 error = BRoster::Private().SendTo(&request, &reply, false);
332 error = BRoster::Private().SendTo(&request, &reply, false);
/haiku/src/servers/app/
H A DDesktop.h165 Workspace::Private& WorkspaceAt(int32 index)
350 ::Workspace::Private fWorkspaces[kMaxWorkspaces];
/haiku/src/kits/app/
H A DApplication.cpp328 BRoster::Private().RemoveApp(Team());
418 && !BRoster::Private().IsMessengerValid(false)) {
427 if (BRoster::Private().IsAppRegistered(&ref, team, 0, &preRegistered,
443 BRoster::Private().SetSignature(team, fAppName);
445 fInitError = BRoster::Private().CompleteRegistration(team, thread,
451 fInitError = BRoster::Private().AddApplication(signature, &ref,
1123 BDragger::Private::UpdateShowAllDraggers(show);
H A DMessageAdapter.cpp248 BMessage::Private fromPrivate(const_cast<BMessage*>(from));
291 BMessage::Private toPrivate(toMessage);
344 BMessage::Private messagePrivate((BMessage *)from);
408 BMessage::Private messagePrivate((BMessage *)from);
553 BMessage::Private messagePrivate(into);
H A DClipboard.cpp44 if (BRoster::Private().SendTo(&message, &reply, false) == B_OK
253 // #pragma mark - Private methods
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp105 BMessenger::Private messengerPrivate(target);
736 status_t error = BMessage::Private::SendFlattenedMessage(message->Data(),
H A DTRoster.cpp76 // #pragma mark - Private local functions
855 BMessage::Private(message).SetReply(replyTarget);
1244 BMessenger::Private(be_app_messenger).Port(),
1574 BMessenger::Private messengerPrivate(messenger);
1599 BMessenger::Private messengerPrivate(messenger);
H A DMessageRunnerManager.cpp168 BMessage::Private(message).SetReply(replyTarget);
/haiku/src/servers/launch/
H A DJob.cpp478 BMessenger::Private(messenger).SetTo(fTeam, fDefaultPort, fToken);
692 status_t result = BRoster::Private().Launch(signature, ref, NULL, argCount,
H A DLaunchDaemon.cpp380 BRoster::Private().SetWithoutRegistrar(true);
506 BLaunchRoster::Private(roster).RegisterSessionDaemon(this);
538 BMessenger::Private messengerPrivate(target);
585 BRoster::Private rosterPrivate(roster);
/haiku/src/apps/switcher/
H A DWindowsView.cpp79 BMessenger::Private(window).SetTo(info->team, info->client_port,
/haiku/src/tests/kits/app/broster/
H A DGetRecentTester.cpp1277 BRoster::Private(roster).AddToRecentApps(appSig1);
1278 BRoster::Private(roster).AddToRecentApps(appSig2);
1307 BRoster::Private(roster).SaveRecentLists(kTempSaveFile);
1308 BRoster::Private(roster).ClearRecentDocuments();
1309 BRoster::Private(roster).ClearRecentFolders();
1310 BRoster::Private(roster).ClearRecentApps();
1330 BRoster::Private(roster).LoadRecentLists(kTempSaveFile);
/haiku/headers/build/os/app/
H A DMessage.h237 // Private, reserved, or obsolete
270 class Private;
275 friend class Private;
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp520 BMessenger::Private messengerPrivate(target);
537 BMessenger::Private messengerPrivate(target);
/haiku/headers/os/support/
H A DString.h364 class Private;
365 friend class Private;
/haiku/src/kits/storage/
H A DMime.cpp66 err = BRoster::Private().SendTo(&msg, &reply, true);
H A DQuery.cpp225 BMessenger::Private messengerPrivate(messenger);
/haiku/src/kits/support/
H A DString.cpp40 static const uint32 kPrivateDataOffset = BString::Private::kPrivateDataOffset;
141 return Private::DataRefCount(fPrivateData);
148 return Private::DataRefCount(fPrivateData);
2265 // #pragma mark - Private or reserved
2349 Private::DataRefCount(newData) = 1;
2350 Private::DataLength(newData) = length & 0x7fffffff;
2442 Private::DataLength(fPrivateData) = length & 0x7fffffff;

Completed in 157 milliseconds

123456