| 3220 | } |
| 3221 | |
| 3222 | bool BookmarkManager::IsCategoryEmpty(kml::MarkGroupId categoryId) const |
| 3223 | { |
| 3224 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 3225 | return GetBmCategory(categoryId)->IsEmpty(); |
| 3226 | } |
| 3227 | |
| 3228 | bool BookmarkManager::IsUsedCategoryName(std::string const & name) const |
| 3229 | { |