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

/haiku/src/preferences/time/
H A DZoneView.cpp383 TimeZoneListItem* zoneItem = NULL; local
396 zoneItem = new TimeZoneListItem(timeZoneName.String(),
398 zoneItem->SetOutlineLevel(countryIsRegion ? 1 : 2);
400 zoneItem = new TimeZoneListItem(timeZoneName.String(),
402 zoneItem->SetOutlineLevel(1);
405 zoneItemMap[fullZoneID] = zoneItem;
408 fCurrentZoneItem = zoneItem;

Completed in 31 milliseconds