Searched refs:entry_ref (Results 551 - 575 of 720) sorted by relevance

<<212223242526272829

/haiku-fatelf/src/apps/terminal/
H A DTermApp.cpp190 entry_ref ref;
/haiku-fatelf/headers/private/media/experimental/
H A DMediaExtractorAddOn.h102 virtual status_t SetSource(const entry_ref * source, int32 flags = 0);
106 virtual status_t SetDestination(const entry_ref * source, int32 flags = 0);
134 // it uses the current Source instead of an entry_ref
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeRef.cpp81 const entry_ref* _file=0) :
83 file(_file ? new entry_ref(*_file) : 0) {}
90 const entry_ref* _file) {
93 file = new entry_ref(*_file);
97 entry_ref* file;
248 entry_ref* outFile) {
263 const entry_ref& file,
1602 const entry_ref* file) {
/haiku-fatelf/src/apps/diskprobe/
H A DAttributeWindow.cpp183 AttributeWindow::AttributeWindow(BRect _rect, entry_ref *ref, const char *attribute,
325 AttributeWindow::Contains(const entry_ref &ref, const char *attribute)
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp146 SVGExporter::SetOriginalEntry(const entry_ref* ref)
150 fOriginalEntry = new entry_ref(*ref);
/haiku-fatelf/src/apps/showimage/
H A DImageCache.cpp34 entry_ref ref;
90 ImageCache::RetrieveImage(const entry_ref& ref, int32 page,
/haiku-fatelf/src/kits/shared/
H A DAboutWindow.cpp175 entry_ref ref;
236 entry_ref ref;
/haiku-fatelf/src/kits/storage/
H A DQuery.cpp560 entry_ref ref;
569 /*! \brief Returns the BQuery's next entry as an entry_ref.
570 Places an entry_ref to the next entry in the list into \a ref.
571 \param ref a pointer to an entry_ref to be filled in with the data of the
582 BQuery::GetNextRef(entry_ref* ref)
/haiku-fatelf/src/preferences/appearance/
H A DCurView.cpp151 entry_ref ref;
442 entry_ref ref;
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypes.cpp212 entry_ref ref;
299 entry_ref ref;
H A DApplicationTypeWindow.cpp88 void SetIcon(entry_ref& ref, const char* type);
186 SupportedTypeItem::SetIcon(entry_ref& ref, const char* type)
228 entry_ref ref;
573 entry_ref ref;
597 entry_ref ref;
993 entry_ref ref;
/haiku-fatelf/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp124 // File (entry_ref)
126 entry_ref ref;
136 // File (NULL entry_ref)
138 entry_ref *pref = NULL;
/haiku-fatelf/src/kits/tracker/
H A DSlowContextPopup.cpp133 BSlowContextMenu::SetNavDir(const entry_ref* ref)
367 entry_ref ref;
H A DPoseView.cpp1102 BPoseView::InitDirentIterator(const entry_ref* ref)
1164 entry_ref ref;
1297 entry_ref ref(params->ref);
1623 entry_ref ref;
1695 BPoseView::AddPosesThreadValid(const entry_ref* ref) const
2119 entry_ref ref;
3241 BPoseView::PlaceFolder(const entry_ref* ref, const BMessage* message)
3274 entry_ref destEntryRef;
3286 entry_ref srcRef;
3358 entry_ref re
[all...]
/haiku-fatelf/headers/os/app/
H A DMessage.h30 struct entry_ref;
158 status_t AddRef(const char* name, const entry_ref* ref);
245 status_t FindRef(const char* name, entry_ref* ref) const;
247 entry_ref* ref) const;
329 const entry_ref* ref);
331 const entry_ref* ref);
/haiku-fatelf/src/apps/mail/
H A DMailApp.cpp223 entry_ref ref;
231 entry_ref ref;
253 entry_ref ref;
589 entry_ref ref;
668 TMailApp::FindWindow(const entry_ref &ref)
1086 TMailApp::NewWindow(const entry_ref* ref, const char* to, bool resend,
/haiku-fatelf/src/tests/kits/storage/
H A DFileTest.cpp123 // 3. BFile(entry_ref *, uint32)
127 entry_ref ref;
129 entry_ref *refToPass = &ref;
147 entry_ref ref;
236 // 3. BFile(entry_ref *, uint32)
240 entry_ref ref;
242 entry_ref *refToPass = &ref;
262 entry_ref ref;
H A DNodeTest.cpp297 // 4. BNode(const entry_ref*)
302 entry_ref ref;
311 entry_ref ref;
318 BNode node((entry_ref *)NULL);
325 entry_ref ref;
334 entry_ref ref;
502 // 4. BNode(const entry_ref*)
505 entry_ref ref;
517 CPPUNIT_ASSERT( node.SetTo((entry_ref *)NULL) == B_BAD_VALUE );
/haiku-fatelf/src/apps/expander/
H A DExpanderWindow.cpp52 ExpanderWindow::ExpanderWindow(BRect frame, const entry_ref* ref,
219 entry_ref srcRef;
237 entry_ref destRef;
253 entry_ref ref;
324 entry_ref ref;
496 entry_ref ref;
/haiku-fatelf/src/build/libbe/app/
H A DMessage.cpp598 entry_ref ref;
601 printf("entry_ref(device=%d, directory=%lld"
1764 BMessage::AddRef(const char *name, const entry_ref *ref)
1766 size_t size = sizeof(entry_ref) + B_PATH_NAME_LENGTH;
1934 BMessage::FindRef(const char *name, entry_ref *ref) const
1941 BMessage::FindRef(const char *name, int32 index, entry_ref *ref) const
1954 *ref = entry_ref();
2087 BMessage::ReplaceRef(const char *name, const entry_ref *ref)
2094 BMessage::ReplaceRef(const char *name, int32 index, const entry_ref *ref)
2096 size_t size = sizeof(entry_ref)
[all...]
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp51 virtual bool Filter(const entry_ref* ref,
258 entry_ref inRef;
685 MediaConverterWindow::AddSourceFile(BMediaFile* file, const entry_ref& ref)
718 entry_ref* ref)
737 entry_ref ref;
/haiku-fatelf/headers/private/media/
H A DServerInterface.h214 /* We can't send an entry_ref through a port to another team,
216 * when we receive it we can assign it to a normal entry_ref
227 operator entry_ref() const
229 entry_ref ref(device, directory, name);
233 xfer_entry_ref& operator=(const entry_ref& ref)
/haiku-fatelf/src/apps/webpositive/
H A DDownloadProgressView.cpp407 entry_ref ref;
462 entry_ref ref(device, directory, name);
532 entry_ref ref;
/haiku-fatelf/src/apps/launchbox/
H A DMainWindow.cpp194 button->SetTo((entry_ref*)NULL);
219 entry_ref* ref = button->Ref();
419 entry_ref ref;
/haiku-fatelf/src/apps/diskusage/
H A DPieView.cpp58 const entry_ref* AppRef() const
66 entry_ref fAppRef;
742 PieView::_Launch(FileInfo* info, const entry_ref* appRef)

Completed in 353 milliseconds

<<212223242526272829