Searched refs:byIndex (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/deskbar/
H A DStatusView.h94 bool IconExists(int32 target, bool byIndex = false);
107 bool byIndex = false);
111 bool byIndex = false);
128 bool byIndex = false);
H A DStatusView.cpp898 TReplicantTray::IconExists(int32 target, bool byIndex) argument
902 BView* view = ViewAt(&index, &id, target, byIndex);
1017 TReplicantTray::RemoveIcon(int32 target, bool byIndex) argument
1024 BView* view = ViewAt(&index, &id, target, byIndex);
1084 TReplicantTray::ViewAt(int32* index, int32* id, int32 target, bool byIndex) argument
1089 if (byIndex) {
1270 TReplicantTray::IconFrame(int32 target, bool byIndex) argument
1274 BView* view = ViewAt(&index, &id, target, byIndex);
/haiku/headers/os/storage/
H A DResources.h74 bool GetResourceInfo(int32 byIndex,
/haiku/src/kits/storage/
H A DResources.cpp467 BResources::GetResourceInfo(int32 byIndex, type_code* typeFound, argument
472 item = fContainer->ResourceAt(byIndex);

Completed in 102 milliseconds