Home
last modified time | relevance | path

Searched refs:DeskbarItemFor (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/deskbar/
H A DStatusView.h138 DeskbarItemInfo* DeskbarItemFor(node_ref &nodeRef);
139 DeskbarItemInfo* DeskbarItemFor(int32 id);
H A DStatusView.cpp542 TReplicantTray::DeskbarItemFor(node_ref& nodeRef) in DeskbarItemFor() function in TReplicantTray
558 TReplicantTray::DeskbarItemFor(int32 id) in DeskbarItemFor() function in TReplicantTray
576 return DeskbarItemFor(nodeRef) != NULL; in NodeExists()
622 DeskbarItemInfo* item = DeskbarItemFor(nodeRef); in HandleEntryUpdate()
769 DeskbarItemInfo* item = DeskbarItemFor(id); in RemoveItem()