Searched refs:entry_ref (Results 126 - 150 of 720) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/people/
H A DPictureView.h26 const entry_ref* ref);
32 void Update(const entry_ref* ref);
51 status_t _LoadPicture(const entry_ref* ref);
/haiku-fatelf/src/apps/text_search/
H A DGrepListView.cpp27 ResultItem::ResultItem(const entry_ref& ref)
46 GrepListView::FindItem(const entry_ref& ref, int32* _index) const
64 GrepListView::RemoveResults(const entry_ref& ref, bool completeItem)
/haiku-fatelf/src/tests/kits/app/common/
H A DAppRunner.h23 status_t GetRef(entry_ref *ref);
44 entry_ref fRef;
53 status_t find_test_app(const char *testApp, entry_ref *ref);
/haiku-fatelf/src/apps/expander/
H A DExpanderWindow.h34 const entry_ref* ref, BMessage* settings);
40 // void SetRef(const entry_ref* ref);
65 entry_ref fSourceRef;
66 entry_ref fDestRef;
/haiku-fatelf/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp60 ent_is_dir(const entry_ref *ref)
75 entry_ref *r1, *r2;
76 r1 = *(entry_ref**)a;
77 r2 = *(entry_ref**)b;
278 SlideShowSaver::SetImage(const entry_ref *pref)
280 entry_ref ref;
342 entry_ref curRef, imgRef;
366 SlideShowSaver::IsImage(const entry_ref *pref)
399 SlideShowSaver::FindNextImage(entry_ref *in_current, entry_ref *out_imag
[all...]
/haiku-fatelf/src/tests/kits/app/broster/
H A DLaunchTesterHelper.h23 virtual const entry_ref *Ref() const { return NULL; }
64 int32 &cookie, const entry_ref *appRef,
67 int32 &cookie, const entry_ref *appRef,
71 const entry_ref *appRef, bool useRef = true);
73 const entry_ref *appRef,
76 const entry_ref *appRef, const entry_ref *ref,
79 const entry_ref *appRef, const entry_ref *ref,
89 const entry_ref *ref
[all...]
H A DGetRecentTester.cpp142 status_t set_test_app_attributes(const entry_ref *app, const char *sig, const int32 *flags);
144 status_t get_test_app_ref(RecentAppsTestAppId id, entry_ref *ref);
145 status_t get_test_ref(test_doc_index index, entry_ref *ref);
192 set_test_app_attributes(const entry_ref *app, const char *sig, const int32 *flags)
242 entry_ref ref;
261 /*! \brief Returns an entry_ref for the given test app in \a ref.
264 \param ref Pointer to a pre-allocated \c entry_ref structure
268 get_test_app_ref(RecentAppsTestAppId id, entry_ref *ref)
292 /* \brief Fetches an entry_ref for the given test document
298 \param ref pointer to a pre-allocated entry_ref int
[all...]
H A DIsRunningTester.cpp83 bool IsRunning(entry_ref *ref) const
92 CHK(roster.IsRunning((entry_ref*)NULL) == false);
97 bool IsRunning(entry_ref *ref) const
104 entry_ref ref;
110 bool IsRunning(entry_ref *ref) const
117 entry_ref ref;
/haiku-fatelf/headers/os/mail/
H A DMailSettings.h87 void SetAddonRef(const entry_ref& ref);
88 const entry_ref& AddonRef() const;
97 entry_ref fAddonRef;
109 int32 AddFilterSettings(const entry_ref* ref = NULL);
143 const entry_ref& InboundPath() const;
144 const entry_ref& OutboundPath() const;
/haiku-fatelf/src/build/libbe/storage/
H A DEntry.cpp12 BEntry and entry_ref implementations.
42 /*! \struct entry_ref
53 directory further up in the hierarchy) is moved or renamed, the entry_ref will
57 On the other hand, say that the entry_ref refers to a concrete file. If the file
58 itself is renamed, the entry_ref now refers to an abstract file with the old name
64 //! Creates an unitialized entry_ref.
65 entry_ref::entry_ref() function in class:entry_ref
74 /*! \brief Creates an entry_ref initialized to the given file name in the given
79 later use of the entry_ref wil
86 entry_ref::entry_ref(dev_t dev, ino_t dir, const char *name) function in class:entry_ref
99 entry_ref::entry_ref(const entry_ref &ref) function in class:entry_ref
[all...]
/haiku-fatelf/src/kits/storage/
H A DEntry.cpp34 // #pragma mark - struct entry_ref
37 entry_ref::entry_ref() function in class:entry_ref
46 entry_ref::entry_ref(dev_t dev, ino_t dir, const char* name) function in class:entry_ref
56 entry_ref::entry_ref(const entry_ref& ref) function in class:entry_ref
66 entry_ref::~entry_ref()
[all...]
/haiku-fatelf/src/kits/tracker/
H A DEntryIterator.h61 virtual status_t GetNextRef(entry_ref* ref) = 0;
83 virtual status_t GetNextRef(entry_ref* ref);
101 // used to cluster entry_ref reads together, away from node accesses
114 virtual status_t GetNextRef(entry_ref* ref);
128 entry_ref* fEntryRefBuffer;
147 virtual status_t GetNextRef(entry_ref* ref);
184 virtual status_t GetNextRef(entry_ref* ref);
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditWindow.h18 struct entry_ref;
34 StyledEditWindow(BRect frame, entry_ref* ref,
45 void OpenFile(entry_ref* ref);
50 bool IsDocumentEntryRef(const entry_ref* ref);
58 status_t _LoadFile(entry_ref* ref,
102 entry_ref* ref = NULL);
/haiku-fatelf/headers/os/media/
H A DMediaTheme.h27 bool GetRef(entry_ref* ref);
60 const entry_ref* addOn = NULL, int32 themeID = 0);
85 entry_ref fAddOnRef;
H A DSoundFile.h26 BSoundFile(const entry_ref* ref,
32 status_t SetTo(const entry_ref* ref, uint32 openMode);
74 status_t _ref_to_file(const entry_ref* ref);
/haiku-fatelf/headers/os/storage/
H A DNodeInfo.h50 status_t GetAppHint(entry_ref* ref) const;
51 status_t SetAppHint(const entry_ref* ref);
55 static status_t GetTrackerIcon(const entry_ref* ref,
H A DPath.h17 struct entry_ref;
24 BPath(const entry_ref* ref);
36 status_t SetTo(const entry_ref* ref);
H A DNode.h15 struct entry_ref;
34 BNode(const entry_ref* ref);
45 status_t SetTo(const entry_ref* ref);
99 status_t _SetTo(const entry_ref* ref, bool traverse);
/haiku-fatelf/src/add-ons/tracker/openterminal/
H A DOpenTerminal.cpp45 process_refs(entry_ref base_ref, BMessage* message, void* reserved)
52 entry_ref terminalRef;
69 entry_ref tracker_ref;
/haiku-fatelf/src/apps/mail/
H A DEnclosures.h100 TListItem(entry_ref* ref);
108 entry_ref* Ref() { return &fRef; }
113 entry_ref fRef;
/haiku-fatelf/src/apps/mediaplayer/support/
H A DSettingsMessage.h41 status_t SetValue(const char* name, const entry_ref& value);
69 entry_ref GetValue(const char* name,
70 const entry_ref& defaultValue) const;
/haiku-fatelf/src/apps/showimage/
H A DImageCache.h44 entry_ref ref;
58 status_t RetrieveImage(const entry_ref& ref,
78 typedef std::pair<entry_ref, int32> ImageSelector;
/haiku-fatelf/headers/build/os/storage/
H A DNode.h14 struct entry_ref;
56 BNode(const entry_ref *ref);
67 status_t SetTo(const entry_ref *ref);
116 status_t _SetTo(const entry_ref *ref, bool traverse);
/haiku-fatelf/headers/private/locale/
H A DPlainTextCatalog.h24 PlainTextCatalog(entry_ref *appOrAddOnRef);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DIMAPStorage.h68 status_t FileRenamed(const entry_ref& from,
69 const entry_ref& to);
79 int32 RefToUID(const entry_ref& ref);
80 bool UIDToRef(int32 uid, entry_ref& ref);

Completed in 441 milliseconds

1234567891011>>