Searched refs:entry_ref (Results 101 - 125 of 761) sorted by relevance

1234567891011>>

/haiku/src/preferences/mail/
H A DAutoConfigView.h38 entry_ref inboundProtocol;
39 entry_ref outboundProtocol;
61 status_t _GetSMTPAddOnRef(entry_ref* ref);
67 entry_ref fSMTPAddOnRef;
90 void _GetAuthEncrMenu(entry_ref protocol,
/haiku/headers/os/app/
H A DNotification.h60 const entry_ref* OnClickFile() const;
61 status_t SetOnClickFile(const entry_ref* file);
63 status_t AddOnClickRef(const entry_ref* ref);
65 const entry_ref* OnClickRefAt(int32 index) const;
98 entry_ref* fFile;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.h43 const entry_ref& ref) = 0;
47 const entry_ref& ref, uint32 oldFlags,
56 const entry_ref& ref);
69 status_t GetMessageEntryRef(uint32 uid, entry_ref& ref);
70 status_t GetMessageUID(const entry_ref& ref,
79 size_t& length, entry_ref& ref,
81 void MessageStored(entry_ref& ref, BFile& file,
89 size_t& length, entry_ref& ref,
91 void BodyStored(entry_ref& ref, BFile& file,
93 void StoringBodyFailed(const entry_ref
[all...]
/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp139 entry_ref
142 entry_ref ref;
149 entry_ref
239 entry_ref ref;
246 entry_ref ref = get_app_ref();
249 entry_ref ref2;
256 entry_ref ref;
260 entry_ref ref2;
267 entry_ref ref;
271 entry_ref ref
[all...]
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp88 entry_ref
91 entry_ref ref;
120 entry_ref
139 entry_ref appHint(ref_for_path(appHintPath));
154 entry_ref appHint;
192 entry_ref fileRef(ref_for_path(filename));
222 virtual status_t operator()(const char *type, entry_ref *ref) = 0;
234 entry_ref ref;
248 entry_ref ref;
263 entry_ref re
[all...]
/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.cpp67 FullTextAnalyser::AnalyseEntry(const entry_ref& ref)
82 FullTextAnalyser::DeleteEntry(const entry_ref& ref)
92 FullTextAnalyser::MoveEntry(const entry_ref& oldRef, const entry_ref& newRef)
111 FullTextAnalyser::_InterestingEntry(const entry_ref& ref)
127 FullTextAnalyser::_IsInIndexDirectory(const entry_ref& ref)
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.h25 struct entry_ref;
102 static void AppendToPlaylistRecursive(const entry_ref& ref,
104 static void AppendPlaylistToPlaylist(const entry_ref& ref,
106 static void AppendQueryToPlaylist(const entry_ref& ref,
120 const entry_ref& ref);
129 static BString _MIMEString(const entry_ref* ref);
/haiku/headers/os/storage/
H A DEntryList.h15 struct entry_ref;
29 virtual status_t GetNextRef(entry_ref* ref) = 0;
/haiku/headers/private/shared/
H A DTrackerAddOnAppLaunch.h17 process_refs(entry_ref directory, BMessage* refs, void* reserved)
23 // The "directory" entry_ref holds the entry_ref of the folder from where
30 // The folder's entry_ref might be useful to some applications.
51 entry_ref addonRef;
59 // If launching by entry_ref fails it's probably futile to
/haiku/src/apps/resedit/
H A DApp.cpp68 entry_ref ref;
79 entry_ref ref;
/haiku/src/bin/desklink/
H A DDeskButton.h19 DeskButton(BRect frame, entry_ref* ref, const char* name, BList& titleList,
37 entry_ref fRef;
/haiku/src/apps/stylededit/
H A DStyledEditApp.h18 struct entry_ref;
39 status_t OpenDocument(entry_ref* ref,
H A DStatusView.h34 void SetRef(const entry_ref& ref);
53 entry_ref fRef;
/haiku/src/kits/storage/mime/
H A DMimeEntryProcessor.cpp48 MimeEntryProcessor::DoRecursively(const entry_ref& entry)
61 entry_ref childEntry;
/haiku/src/apps/expander/
H A DDirectoryFilePanel.h22 bool Filter(const entry_ref* ref, BNode* node,
33 const entry_ref* startDirectory = NULL,
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.h21 virtual BMailFilterAction HeaderFetched(entry_ref& ref, BFile& file,
23 virtual void BodyFetched(const entry_ref& ref, BFile& file,
/haiku/headers/os/add-ons/network_settings/
H A DNetworkProfile.h20 BNetworkProfile(const entry_ref& ref);
25 status_t SetTo(const entry_ref& ref);
/haiku/headers/os/mail/
H A DMailSettings.h90 void SetAddOnRef(const entry_ref& ref);
91 const entry_ref& AddOnRef() const;
100 entry_ref fRef;
101 entry_ref fOriginalRef;
114 int32 AddFilterSettings(const entry_ref* ref = NULL);
148 const entry_ref& InboundAddOnRef() const;
149 const entry_ref& OutboundAddOnRef() const;
175 const char* name, entry_ref& ref);
/haiku/src/apps/aboutsystem/
H A DHyperTextActions.cpp32 entry_ref ref;
60 entry_ref ref;
/haiku/src/apps/processcontroller/
H A DUtilities.h18 struct entry_ref;
30 void find_self(entry_ref& ref);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.h26 bool Filter(const entry_ref* ref, BNode* node,
40 const entry_ref* startDirectory = NULL,
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.h39 void SetOriginalEntry(const entry_ref* ref);
56 entry_ref* fOriginalEntry;
/haiku/src/apps/showimage/
H A DShowImageStatusView.h37 void Update(const entry_ref& ref,
50 entry_ref fRef;
/haiku/src/bin/filteredquery/
H A DFilteredQuery.h8 typedef bool (*filter_function)(const entry_ref *ref, void *arg);
35 virtual status_t GetNextRef(entry_ref *ref);
/haiku/src/apps/people/
H A DPeopleApp.h47 PersonWindow* _FindWindow(const entry_ref&) const;
48 PersonWindow* _NewWindow(entry_ref* = NULL, BMessage* = NULL);

Completed in 238 milliseconds

1234567891011>>