Searched refs:_icon_path (Results 1 – 3 of 3) sorted by relevance
78 _icon_path = DecodeURLString(cont); in read_url()109 _icon_path = sub_pos.get("path").c_str(); in read()143 if (!_icon_path.empty()) { in write()148 pos["path"] = _icon_path.c_str(); in write()358 if (!bookmark._icon_path.empty()) { in fill_tree()359 const Icon& icon = g_Globals._icon_cache.extract(bookmark._icon_path, bookmark._icon_idx); in fill_tree()
39 String _icon_path; member
2247 if (!bookmark._icon_path.empty()) in AddEntries()2248 icon = g_Globals._icon_cache.extract(bookmark._icon_path, bookmark._icon_idx); in AddEntries()