Searched refs:entry_ref (Results 26 - 50 of 720) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/resedit/
H A DResWindow.h13 struct entry_ref;
19 const entry_ref* ref = NULL);
/haiku-fatelf/headers/build/private/storage/mime/
H A DMimeUpdateThread.h21 struct entry_ref;
31 BMessenger managerMessenger, const entry_ref *root, bool recursive,
41 virtual status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir) = 0;
43 const entry_ref fRoot;
53 status_t UpdateEntry(const entry_ref *ref);
H A DUpdateMimeInfoThread.h22 BMessenger managerMessenger, const entry_ref *root, bool recursive,
24 status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir);
/haiku-fatelf/headers/private/locale/
H A DEditableCatalog.h13 struct entry_ref;
38 const entry_ref& appOrAddOnRef);
40 const entry_ref& appOrAddOnRef);
43 const entry_ref& appOrAddOnRef);
45 const entry_ref& appOrAddOnRef);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPRootInboundProtocol.h34 status_t FetchBody(const entry_ref& ref);
35 status_t MarkMessageAsRead(const entry_ref& ref,
38 status_t DeleteMessage(const entry_ref& ref);
39 status_t AppendMessage(const entry_ref& ref);
45 InboundProtocolThread* _FindThreadFor(const entry_ref& ref);
/haiku-fatelf/src/servers/registrar/mime/
H A DMimeUpdateThread.h21 struct entry_ref;
33 BMessenger managerMessenger, const entry_ref *root, bool recursive,
41 virtual status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir) = 0;
44 const entry_ref fRoot;
54 status_t UpdateEntry(const entry_ref *ref);
H A DCreateAppMetaMimeThread.h22 Database *database, BMessenger managerMessenger, const entry_ref *root,
24 status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir);
H A DUpdateMimeInfoThread.h22 BMessenger managerMessenger, const entry_ref *root, bool recursive,
24 status_t DoMimeUpdate(const entry_ref *entry, bool *entryIsDir);
/haiku-fatelf/src/servers/media/
H A DAddOnManager.h59 status_t _RegisterAddOn(const entry_ref& ref);
60 status_t _UnregisterAddOn(const entry_ref& ref);
63 const entry_ref& ref);
65 const entry_ref& ref);
68 const entry_ref& ref);
70 const entry_ref& ref);
81 entry_ref ref;
84 entry_ref ref;
88 entry_ref ref;
92 entry_ref re
[all...]
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.h19 FilePlaylistItem(const entry_ref& ref);
58 status_t AddRef(const entry_ref& ref);
59 const entry_ref& Ref() const { return fRefs[0]; }
61 status_t AddImageRef(const entry_ref& ref);
62 const entry_ref& ImageRef() const;
71 status_t _MoveIntoTrash(vector<entry_ref>* refs,
73 status_t _RestoreFromTrash(vector<entry_ref>* refs,
78 vector<entry_ref> fRefs;
81 vector<entry_ref> fImageRefs;
/haiku-fatelf/headers/build/private/app/
H A DAppMisc.h34 struct entry_ref;
40 status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
41 status_t get_app_ref(entry_ref *ref, bool traverse = true);
/haiku-fatelf/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h51 virtual void HeaderFetched(const entry_ref& ref,
53 virtual void BodyFetched(const entry_ref& ref, BFile* file);
57 virtual void MessageReadyToSend(const entry_ref& ref,
59 virtual void MessageSent(const entry_ref& ref,
107 void NotifyHeaderFetched(const entry_ref& ref,
109 void NotifyBodyFetched(const entry_ref& ref,
111 void NotifyMessageReadyToSend(const entry_ref& ref,
113 void NotifyMessageSent(const entry_ref& ref,
117 virtual status_t MoveMessage(const entry_ref& ref,
119 virtual status_t DeleteMessage(const entry_ref
[all...]
/haiku-fatelf/src/preferences/mail/
H A DFilterAddonList.h23 entry_ref ref;
39 bool GetDescriptiveName(const entry_ref& ref,
44 int32 FindInfo(const entry_ref& ref);
/haiku-fatelf/src/servers/media_addon/
H A DMediaFilePlayer.h22 entry_ref *ref);
30 const entry_ref *Ref() { return &fRef; };
38 entry_ref fRef;
/haiku-fatelf/src/apps/icon-o-matic/document/savers/
H A DBitmapSetSaver.h16 BitmapSetSaver(const entry_ref& ref);
H A DNativeSaver.h15 NativeSaver(const entry_ref& ref);
/haiku-fatelf/src/apps/people/
H A DPersonWindow.h35 const entry_ref* ref);
48 bool RefersPersonFile(const entry_ref& ref) const;
52 void _SetToRef(entry_ref* ref);
56 entry_ref* fRef;
/haiku-fatelf/src/servers/index/
H A DAnalyserDispatcher.h31 void AnalyseEntry(const entry_ref& ref);
32 void DeleteEntry(const entry_ref& ref);
33 void MoveEntry(const entry_ref& oldRef,
34 const entry_ref& newRef);
/haiku-fatelf/src/servers/registrar/
H A DRecentEntries.h44 recent_entry(const entry_ref *ref, const char *appSig, uint32 index);
45 entry_ref ref;
57 status_t Add(const entry_ref *ref, const char *appSig);
66 static status_t GetTypeForRef(const entry_ref *ref, char *result);
/haiku-fatelf/src/kits/tracker/
H A DDesktopPoseView.h54 const entry_ref*);
61 virtual bool AddPosesThreadValid(const entry_ref*) const;
65 virtual EntryListBase* InitDirentIterator(const entry_ref*);
71 virtual bool Represents(const entry_ref*) const;
/haiku-fatelf/src/kits/translation/
H A DTranslatorRosterPrivate.h27 entry_ref ref;
35 typedef std::set<entry_ref> EntryRefSet;
50 const entry_ref* ref = NULL,
53 void RemoveTranslators(entry_ref& ref);
69 status_t GetRefFor(translator_id id, entry_ref& ref);
73 status_t CreateTranslators(const entry_ref& ref,
95 const translator_item* _FindTranslator(entry_ref& ref) const;
99 const entry_ref& a,
100 const entry_ref& b) const;
105 const entry_ref* re
[all...]
/haiku-fatelf/src/apps/diskprobe/
H A DAttributeWindow.h17 AttributeWindow(BRect rect, entry_ref *ref, const char *attribute = NULL,
23 virtual bool Contains(const entry_ref &ref, const char *attribute);
/haiku-fatelf/src/apps/showimage/
H A DShowImageStatusView.h27 void Update(const entry_ref& ref,
32 entry_ref fRef;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DEntryRef.cpp8 : entry_ref()
14 : entry_ref(volumeID, nodeID, name)
19 EntryRef::EntryRef(const entry_ref& ref)
20 : entry_ref(ref)
63 NoAllocEntryRef::NoAllocEntryRef(const entry_ref& ref)
79 NoAllocEntryRef::operator=(const entry_ref& ref)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DEntryRef.cpp8 : entry_ref()
14 : entry_ref(volumeID, nodeID, name)
19 EntryRef::EntryRef(const entry_ref& ref)
20 : entry_ref(ref)
63 NoAllocEntryRef::NoAllocEntryRef(const entry_ref& ref)
79 NoAllocEntryRef::operator=(const entry_ref& ref)

Completed in 287 milliseconds

1234567891011>>