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

1234567891011>>

/haiku-fatelf/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
H A DOpenWithTracker.h17 OpenWithTracker(const entry_ref* ref)
33 entry_ref ref;
53 entry_ref ref;
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.h91 void HeaderFetched(const entry_ref& ref, BFile* file);
92 void BodyFetched(const entry_ref& ref, BFile* file);
/haiku-fatelf/src/apps/aboutsystem/
H A DHyperTextActions.cpp32 entry_ref ref;
61 entry_ref ref;
/haiku-fatelf/src/apps/expander/
H A DDirectoryFilePanel.h22 bool Filter(const entry_ref *ref, BNode* node, struct stat_beos *st,
29 BMessenger *target = NULL, const entry_ref *startDirectory = NULL,
/haiku-fatelf/src/apps/icon-o-matic/document/savers/
H A DBitmapSetSaver.cpp16 BitmapSetSaver::BitmapSetSaver(const entry_ref& ref)
30 entry_ref actualRef(fRef);
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.h39 void SetOriginalEntry(const entry_ref* ref);
56 entry_ref* fOriginalEntry;
/haiku-fatelf/src/apps/people/
H A DPeopleApp.h47 PersonWindow* _FindWindow(const entry_ref&) const;
48 PersonWindow* _NewWindow(entry_ref* = NULL);
H A DPersonView.h38 const entry_ref* ref);
50 void CreateFile(const entry_ref* ref);
60 void UpdatePicture(const entry_ref* ref);
/haiku-fatelf/src/apps/resedit/
H A DApp.cpp68 entry_ref ref;
79 entry_ref ref;
/haiku-fatelf/src/bin/desklink/
H A DDeskButton.h19 DeskButton(BRect frame, entry_ref* ref, const char* name, BList& titleList,
37 entry_ref fRef;
/haiku-fatelf/src/kits/tracker/
H A DFSUndoRedo.h26 MoveCopyUndo(BObjectList<entry_ref>* sourceList, BDirectory &dest,
33 NewFolderUndo(const entry_ref &ref);
H A DFilePanelPriv.h77 virtual void ShowContextMenu(BPoint, const entry_ref*, BView*);
83 void SetTo(const entry_ref* ref);
96 virtual status_t GetNextEntryRef(entry_ref*);
119 virtual void SetupNavigationMenu(const entry_ref*, BMenu*);
132 bool SwitchDirToDesktopIfNeeded(entry_ref &ref);
134 void SwitchDirMenuTo(const entry_ref* ref);
136 bool SelectChildInParent(const entry_ref* parent,
179 virtual EntryListBase* InitDirentIterator(const entry_ref*);
/haiku-fatelf/src/preferences/backgrounds/
H A DImageFilePanel.h25 bool Filter(const entry_ref* ref, BNode* node,
39 const entry_ref* startDirectory = NULL,
/haiku-fatelf/headers/private/locale/
H A DMutableLocaleRoster.h26 struct entry_ref;
52 BCatalogData* LoadCatalog(const entry_ref& catalogOwner,
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditApp.h18 struct entry_ref;
39 status_t OpenDocument(entry_ref* ref,
/haiku-fatelf/headers/private/index_server/
H A DIndexServerAddOn.h90 virtual void AnalyseEntry(const entry_ref& ref) = 0;
91 virtual void DeleteEntry(const entry_ref& ref) { }
92 virtual void MoveEntry(const entry_ref& oldRef,
93 const entry_ref& newRef) { }
/haiku-fatelf/headers/private/interface/
H A DDecorInfo.h28 DecorInfo(const entry_ref& ref);
31 status_t SetTo(const entry_ref& ref);
41 const entry_ref* Ref() const;
65 entry_ref fRef;
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.h29 void HeaderFetched(const entry_ref& ref,
/haiku-fatelf/src/add-ons/print/transports/print_to_file/
H A DFileSelector.h57 status_t Go(entry_ref * ref);
/haiku-fatelf/src/apps/webwatch/
H A DWatchApp.cpp51 entry_ref ref;
/haiku-fatelf/src/kits/locale/
H A DEditableCatalog.cpp92 EditableCatalog::ReadFromAttribute(const entry_ref& appOrAddOnRef)
102 EditableCatalog::ReadFromResource(const entry_ref& appOrAddOnRef)
122 EditableCatalog::WriteToAttribute(const entry_ref& appOrAddOnRef)
132 EditableCatalog::WriteToResource(const entry_ref& appOrAddOnRef)
/haiku-fatelf/headers/build/os/storage/
H A DNodeInfo.h62 status_t GetAppHint(entry_ref *ref) const;
63 status_t SetAppHint(const entry_ref *ref);
67 static status_t GetTrackerIcon(const entry_ref *ref,
/haiku-fatelf/headers/private/print/
H A DPrinter.h31 BPrinter(const entry_ref& entryRef);
37 status_t SetTo(const entry_ref& entryRef);
75 entry_ref fPrinterEntryRef;
/haiku-fatelf/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp20 process_refs(entry_ref directoryRef, BMessage *msg, void *)
27 entry_ref ref;
50 entry_ref target;

Completed in 262 milliseconds

1234567891011>>