Searched refs:node_ref (Results 76 - 100 of 190) sorted by relevance

12345678

/haiku/src/apps/mail/
H A DPeople.cpp128 fPersonMap.insert(std::make_pair(node_ref(ref.device, node), person));
133 PersonList::EntryRemoved(QueryList& source, const node_ref& nodeRef)
192 GroupList::EntryRemoved(QueryList& source, const node_ref& nodeRef)
/haiku/src/kits/app/
H A DMessageUtils.cpp112 /* node_ref support functions */
114 node_ref_flatten(char *buffer, size_t *size, const node_ref *ref)
129 node_ref_unflatten(node_ref *ref, const char *buffer, size_t size)
132 *ref = node_ref();
/haiku/src/kits/tracker/
H A DNodePreloader.cpp99 NodePreloader::FindModel(node_ref itemNode) const
116 node_ref itemNode;
173 node_ref nodeRef;
H A DPoseList.h46 struct node_ref;
68 BPose* FindPose(const node_ref* node, int32* index = NULL) const;
71 BPose* DeepFindPose(const node_ref* node, int32* index = NULL) const;
74 PoseList* FindAllPoses(const node_ref* node) const;
H A DDeskWindow.h89 node_ref* fNodeRef;
H A DPoseView.h95 virtual bool Represents(const node_ref*) const;
260 BPose* FindPose(const node_ref*, int32* index = NULL) const;
266 BPose* DeepFindPose(const node_ref* node, int32* index = NULL) const;
467 BPose* EntryCreated(const node_ref*, const node_ref*, const char*,
504 virtual bool DeletePose(const node_ref*, BPose* pose = NULL,
506 virtual void DeleteSymLinkPoseTarget(const node_ref* itemNode,
530 Model* FindZombie(const node_ref*, int32* index = 0);
561 status_t WatchNewNode(const node_ref* item);
567 static status_t WatchNewNode(const node_ref*, uint3
[all...]
H A DDesktopPoseView.cpp164 DesktopPoseView::Represents(const node_ref* ref) const
177 node_ref nref;
/haiku/headers/os/storage/
H A DDirectory.h24 BDirectory(const node_ref *nref);
32 status_t SetTo(const node_ref *nref);
/haiku/src/kits/storage/
H A DNodeMonitor.cpp51 watch_node(const node_ref* node, uint32 flags, BMessenger target)
95 watch_node(const node_ref* node, uint32 flags, const BHandler* handler,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp93 NodeMonitor::StartWatching(const node_ref& ref)
113 NodeMonitor::StopWatching(const node_ref& ref)
H A DFDManager.h28 const node_ref* ref);
H A DNode.h28 node_ref GetNodeRef() const;
H A DSecurityContext.cpp24 get_node_ref_for_path(const char* path, node_ref* ref)
199 Share::Init(const char* name, const node_ref& ref, const char* path)
228 node_ref nodeRef;
275 const node_ref&
767 SecurityContext::AddShare(const char* name, const node_ref& ref, Share** _share)
934 SecurityContext::SetNodePermissions(const node_ref& ref, User* user,
971 SecurityContext::ClearNodePermissions(const node_ref& ref, User* user)
1007 SecurityContext::GetNodePermissions(const node_ref& ref, User* user)
1052 node_ref ref;
1065 SecurityContext::_AddNodePath(const char* path, node_ref* _re
[all...]
/haiku/src/servers/app/font/
H A DGlobalFontManager.h22 struct node_ref;
84 font_directory* _FindDirectory(node_ref& nodeRef);
H A DGlobalFontManager.cpp52 node_ref directory;
59 FontStyle* FindStyle(const node_ref& nodeRef) const;
71 GlobalFontManager::font_directory::FindStyle(const node_ref& nodeRef) const
85 set_entry(node_ref& nodeRef, const char* name, BEntry& entry)
160 node_ref nodeRef;
195 node_ref nodeRef;
270 node_ref nodeRef;
393 node_ref nodeRef;
500 node_ref nodeRef;
705 node_ref nodeRe
[all...]
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.h73 node_ref fNodeRef;
/haiku/src/libs/print/libprint/
H A DPrinterData.cpp74 node_ref nref;
/haiku/src/tests/system/kernel/
H A Dnode_monitor_test.cpp54 node_ref nodeRef;
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.h63 virtual bool IsShowing(const node_ref*) const;
/haiku/src/kits/print/
H A DJobs.cpp183 Job* Folder::Find(node_ref* node) {
191 void Folder::EntryCreated(node_ref* node, entry_ref* entry) {
201 void Folder::EntryRemoved(node_ref* node) {
211 void Folder::AttributeChanged(node_ref* node) {
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp59 node_ref ref;
67 typedef node_ref KeyType;
103 const node_ref &NodeRef() const { return fNodeRef; }
134 node_ref fNodeRef;
162 node_ref::node_ref() function in class:node_ref
169 typedef node_ref KeyType;
306 parse_node_ref(const char *string, node_ref &ref, const char **_end = NULL)
462 node_ref key;
568 node_ref nodeRe
[all...]
/haiku/src/preferences/printers/
H A DPrinterListView.cpp161 PrinterListView::EntryCreated(node_ref* node, entry_ref* entry)
169 PrinterListView::EntryRemoved(node_ref* node)
183 PrinterListView::AttributeChanged(node_ref* node)
196 node_ref node;
243 PrinterListView::_FindItem(node_ref* node) const
247 node_ref ref;
/haiku/headers/private/app/
H A DMessageUtils.h19 // node_ref
20 status_t node_ref_flatten(char* buffer, size_t* size, const node_ref* ref);
21 status_t node_ref_unflatten(node_ref* ref, const char* buffer, size_t size);
/haiku/src/servers/package/
H A DCommitTransactionHandler.h175 node_ref fOldStateDirectoryRef;
177 node_ref fTransactionDirectoryRef;
/haiku/src/apps/stylededit/
H A DStyledEditWindow.h167 node_ref fNodeRef;
168 node_ref fFolderNodeRef;

Completed in 581 milliseconds

12345678