Searched refs:GetRef (Results 101 - 125 of 158) sorted by relevance

1234567

/haiku/src/preferences/media/
H A DMediaViews.cpp458 status_t status = entry.GetRef(&ref);
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp213 if (entry.Exists() && entry.GetRef(ref) == B_OK)
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp646 status = entry.GetRef(&ref);
959 parent.GetRef(&parentRef);
1599 status = entry.GetRef(&ref);
2147 dirEntry.GetRef(&ref);
/haiku/src/kits/locale/
H A DLocaleRoster.cpp546 if (BEntry(info.name).GetRef(&ref) == B_OK && catalog->SetTo(ref) == B_OK)
/haiku/src/apps/mail/
H A DEnclosures.cpp204 entry.GetRef(&ref);
H A DMailApp.cpp223 tmp.GetRef(&ref);
231 entry.GetRef(&ref);
H A DMailWindow.cpp606 entry.GetRef(&ref);
1409 entry.GetRef(&ref);
1480 entry.GetRef(&ref);
1733 folderEntry.GetRef(&ref);
1783 entry.GetRef(&fOpenFolder);
2656 entry.GetRef(fRef);
2948 entry.GetRef(&enc_ref);
3280 if (entry.GetRef(&ref) == B_OK)
/haiku/src/apps/people/
H A DPersonWindow.cpp216 entry.GetRef(&dir);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp477 if (entry.GetRef(&directoryRef) == B_OK) {
H A DApplicationTypeWindow.cpp615 if (entry.GetRef(&ref) == B_OK)
639 if (fEntry.GetRef(&ref) == B_OK)
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp313 FATAL_IF_ERROR(entry.GetRef(&fFromEntryRef),
430 FATAL_IF_ERROR(entry.GetRef(&fEntryRef),
/haiku/src/tests/kits/storage/
H A DFileTest.cpp131 CPPUNIT_ASSERT( entry.GetRef(&ref) == B_OK );
244 CPPUNIT_ASSERT( entry.GetRef(&ref) == B_OK );
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp158 entry.GetRef(&ref);
246 entry.GetRef(&ref);
/haiku/src/servers/input/
H A DAddOnManager.cpp324 status_t status = entry.GetRef(&ref);
372 status_t status = entry.GetRef(&ref);
/haiku/src/kits/tracker/
H A DModel.cpp228 fStatus = entry->GetRef(&fEntryRef);
260 tmpEntry.GetRef(&fEntryRef);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp450 entry.GetRef(&fAttributeRef);
485 entry.GetRef(&fRef);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp109 parent.GetRef(&parentRef);
673 entry.GetRef(&ref);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp680 if (entry.GetRef(&ref) != B_OK || be_roster->Launch(&ref) != B_OK) {
709 if (entry.GetRef(&ref) != B_OK || be_roster->Launch(&ref) != B_OK) {
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.cpp385 status_t AbstractFileInterfaceNode::GetRef( function in class:AbstractFileInterfaceNode
/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp65 CHK(entry.GetRef(&ref) == B_OK);
/haiku/src/kits/mail/
H A DMailSettings.cpp986 if (entry.GetRef(&ref) == B_OK)
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp207 entry.GetRef(&ref);
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp642 entry.GetRef(&ref);
/haiku/src/bin/
H A Durlwrapper.cpp421 if (e.GetRef(&er) >= B_OK)
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp367 status = entry.GetRef(&_ref);

Completed in 216 milliseconds

1234567