Symbol: Ref
headers/private/interface/DecorInfo.h
42
const entry_ref* Ref() const;
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
170
*devicesEnd++ = tablet->Ref();
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
181
*devicesEnd++ = keyboard->Ref();
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
640
get_click_speed(Ref()->name, &fClickSpeed);
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
650
get_click_speed(Ref()->name, &fClickSpeed);
src/add-ons/input_server/devices/virtio/VirtioInputDevice.h
61
Ref()
src/add-ons/kernel/network/protocols/udp/udp.cpp
919
domainSupport->Ref();
src/add-ons/kernel/network/protocols/udp/udp.cpp
935
domainSupport->Ref();
src/apps/diskprobe/AttributeWindow.cpp
176
fAttribute, Ref().name);
src/apps/diskprobe/AttributeWindow.cpp
185
BNode node(&Ref());
src/apps/diskprobe/AttributeWindow.cpp
218
return ref == Ref() && attribute != NULL && !strcmp(attribute, fAttribute);
src/apps/diskprobe/DataEditor.h
100
const entry_ref& Ref() const { return fRef; }
src/apps/diskprobe/FileWindow.cpp
118
return ref == Ref();
src/apps/diskprobe/ProbeView.cpp
1058
fHeaderView = new HeaderView(&fEditor.Ref(), fEditor);
src/apps/diskprobe/ProbeView.cpp
1225
fEditorLooper = new EditorLooper(fEditor.Ref().name, fEditor,
src/apps/diskprobe/ProbeWindow.h
25
const entry_ref& Ref() const { return fRef; }
src/apps/icon-o-matic/MainWindow.cpp
1532
fileRef = saver1->Ref();
src/apps/icon-o-matic/MainWindow.cpp
1534
fileRef = saver2->Ref();
src/apps/icon-o-matic/document/savers/FileSaver.h
23
const entry_ref* Ref() const
src/apps/launchbox/LaunchButton.h
46
entry_ref* Ref() const;
src/apps/launchbox/MainWindow.cpp
126
if (button->Ref()) {
src/apps/launchbox/MainWindow.cpp
127
BEntry entry(button->Ref(), true);
src/apps/launchbox/MainWindow.cpp
133
trackerMessage.AddRef("refs", button->Ref());
src/apps/launchbox/MainWindow.cpp
144
status_t ret = be_roster->Launch(button->Ref());
src/apps/launchbox/MainWindow.cpp
148
BPath path(button->Ref());
src/apps/launchbox/MainWindow.cpp
152
errStr.ReplaceFirst("%1", button->Ref()->name);
src/apps/launchbox/MainWindow.cpp
224
entry_ref* ref = button->Ref();
src/apps/launchbox/MainWindow.cpp
295
if (message->FindPointer("be:source", (void**)&button) == B_OK && button->Ref() != NULL) {
src/apps/launchbox/MainWindow.cpp
296
entry_ref target = *button->Ref();
src/apps/launchbox/MainWindow.cpp
511
BPath path(button->Ref());
src/apps/launchbox/PadView.cpp
348
if (button->Ref() != NULL) {
src/apps/launchbox/PadView.cpp
356
if (button->Ref()) {
src/apps/mail/Enclosures.cpp
156
message.AddRef("refs", item->Ref());
src/apps/mail/Enclosures.cpp
211
if (ref == *(item->Ref())) {
src/apps/mail/Enclosures.cpp
264
item->Ref()->device = device;
src/apps/mail/Enclosures.cpp
265
msg->FindInt64("to directory", &item->Ref()->directory);
src/apps/mail/Enclosures.cpp
269
item->Ref()->set_name(name);
src/apps/mail/Enclosures.h
99
entry_ref* Ref() { return &fRef; }
src/apps/mail/MailWindow.cpp
2608
BEntry entry(item->Ref());
src/apps/mail/MailWindow.cpp
2612
fMail->Attach(item->Ref(), fApp->AttachAttributes());
src/apps/mail/MailWindow.cpp
2835
BEntry entry(item->Ref(), true);
src/apps/mediaplayer/MainWin.cpp
2750
BNode node(&item->Ref());
src/apps/mediaplayer/MainWin.cpp
2837
BNode node(&item->Ref());
src/apps/mediaplayer/playlist/FilePlaylistItem.cpp
452
BMediaFile mediaFile(&Ref());
src/apps/mediaplayer/playlist/FilePlaylistItem.h
61
const entry_ref& Ref() const { return fRefs[0]; }
src/apps/mediaplayer/playlist/Playlist.cpp
613
return _ExtraMediaExists(playlist, fileItem->Ref());
src/apps/mediaplayer/playlist/Playlist.cpp
636
if (compare->Ref() != ref
src/apps/mediaplayer/playlist/Playlist.cpp
637
&& _GetExceptExtension(BPath(&compare->Ref()).Path()) == exceptExtension )
src/apps/mediaplayer/playlist/Playlist.cpp
783
BPath mediaFilePath(&fileItem->Ref());
src/apps/switcher/LaunchButton.h
45
entry_ref* Ref() const;
src/build/libbe/app/Message.cpp
1709
DEFINE_HAS_FUNCTION(Ref, B_REF_TYPE);
src/kits/app/Message.cpp
2533
DEFINE_HAS_FUNCTION(Ref, B_REF_TYPE);
src/kits/interface/DecorInfo.cpp
154
else if (Ref() != NULL)
src/kits/interface/DecorInfo.cpp
610
BPath path(decor->Ref());
src/libs/libsolv/solv/repopage.c
97
Ref htab[HS];
src/libs/libsolv/solv/repopage.c
98
Ref hnext[BLOCK_SIZE];
src/servers/media_addon/MediaFilePlayer.cpp
40
if (*(player->Ref()) == ref) {
src/servers/media_addon/MediaFilePlayer.h
35
const entry_ref* Ref();
src/tests/kits/app/broster/LaunchTesterHelper.cpp
427
const entry_ref *ref = (useRef ? caller.Ref() : NULL);
src/tests/kits/app/broster/LaunchTesterHelper.cpp
452
const entry_ref *ref = (useRef ? caller.Ref() : NULL);
src/tests/kits/app/broster/LaunchTesterHelper.cpp
565
result = CheckRefsMessage(caller, team, cookie, caller.Ref());
src/tests/kits/app/broster/LaunchTesterHelper.h
23
virtual const entry_ref *Ref() const { return NULL; }