Searched refs:theme_images (Results 1 – 1 of 1) sorted by relevance
2533 DictionaryValue* theme_images = GetThemeImages(); in GetBrowserImages() local2534 if (theme_images) { in GetBrowserImages()2535 for (DictionaryValue::key_iterator it = theme_images->begin_keys(); in GetBrowserImages()2536 it != theme_images->end_keys(); ++it) { in GetBrowserImages()2538 if (theme_images->GetStringWithoutPathExpansion(*it, &val)) in GetBrowserImages()