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

/haiku/src/preferences/time/
H A DZoneView.cpp382 TimeZoneListItem* countryItem = NULL; local
388 countryItem = new TimeZoneListItem(countryName.String(),
390 countryItem->SetOutlineLevel(1);
391 zoneItemMap[fullCountryID] = countryItem;
394 countryItem = countryIter->second;
409 if (countryItem != NULL)
410 countryItem->SetExpanded(true);

Completed in 27 milliseconds