Searched refs:Ref (Results 1 - 25 of 34) sorted by path

12

/haiku/headers/private/interface/
H A DDecorInfo.h42 const entry_ref* Ref() const;
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp176 fAttribute, Ref().name);
185 BNode node(&Ref());
218 return ref == Ref() && attribute != NULL && !strcmp(attribute, fAttribute);
H A DDataEditor.h100 const entry_ref& Ref() const { return fRef; } function in class:DataEditor
H A DFileWindow.cpp118 return ref == Ref();
H A DProbeWindow.h25 const entry_ref& Ref() const { return fRef; } function in class:ProbeWindow
H A DProbeView.cpp1091 fHeaderView = new HeaderView(&fEditor.Ref(), fEditor);
1258 fEditorLooper = new EditorLooper(fEditor.Ref().name, fEditor,
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp327 LaunchButton::Ref() const function in class:LaunchButton
H A DLaunchButton.h46 entry_ref* Ref() const;
H A DMainWindow.cpp126 if (button->Ref()) {
127 BEntry entry(button->Ref(), true);
133 trackerMessage.AddRef("refs", button->Ref());
145 status_t ret = be_roster->Launch(button->Ref());
149 BPath path(button->Ref());
153 errStr.ReplaceFirst("%1", button->Ref()->name);
225 entry_ref* ref = button->Ref();
296 if (message->FindPointer("be:source", (void**)&button) == B_OK && button->Ref() != NULL) {
297 entry_ref target = *button->Ref();
512 BPath path(button->Ref());
[all...]
H A DPadView.cpp348 if (button->Ref() != NULL) {
356 if (button->Ref()) {
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.h61 const entry_ref& Ref() const { return fRefs[0]; } function in class:FilePlaylistItem
/haiku/src/apps/switcher/
H A DLaunchButton.cpp284 LaunchButton::Ref() const function in class:LaunchButton
H A DLaunchButton.h45 entry_ref* Ref() const;
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.cpp40 if (*(player->Ref()) == ref) {
130 MediaFilePlayer::Ref() function in class:MediaFilePlayer
H A DMediaFilePlayer.h35 const entry_ref* Ref();
/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp132 virtual const entry_ref *Ref() const { return &fRef; } function in class:SimpleAppLauncher
H A DLaunchTesterHelper.cpp427 const entry_ref *ref = (useRef ? caller.Ref() : NULL);
452 const entry_ref *ref = (useRef ? caller.Ref() : NULL);
565 result = CheckRefsMessage(caller, team, cookie, caller.Ref());
H A DLaunchTesterHelper.h23 virtual const entry_ref *Ref() const { return NULL; } function in class:LaunchCaller
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp170 *devicesEnd++ = tablet->Ref();
181 *devicesEnd++ = keyboard->Ref();
H A DVirtioInputDevice.h61 Ref() function in class:VirtioInputHandler
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp175 void Ref() { fEndpointCount++; } function in class:UdpDomainSupport
902 domainSupport->Ref();
918 domainSupport->Ref();
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1522 fileName = saver1->Ref()->name;
1524 fileName = saver2->Ref()->name;
/haiku/src/apps/icon-o-matic/document/savers/
H A DFileSaver.h23 const entry_ref* Ref() const function in class:FileSaver
/haiku/src/apps/mail/
H A DEnclosures.cpp156 message.AddRef("refs", item->Ref());
211 if (ref == *(item->Ref())) {
264 item->Ref()->device = device;
265 msg->FindInt64("to directory", &item->Ref()->directory);
269 item->Ref()->set_name(name);
H A DEnclosures.h99 entry_ref* Ref() { return &fRef; } function in class:TListItem

Completed in 133 milliseconds

12