HomeSort by relevance Sort by last modified time
    Searched full:themeable_images (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/themes/
theme_service.cc 146 static std::set<int> themeable_images; local
147 if (themeable_images.empty()) {
148 themeable_images.insert(
151 return themeable_images.count(themeable_image_id) > 0;

Completed in 25 milliseconds