Home | History | Annotate | Download | only in themes

Lines Matching defs:images

229     // The stargazing theme defines the following images:
237 // Here are a few images that we shouldn't expect because even though
252 // The high DPI theme defines the following images:
259 // The high DPI theme does not define the following images:
547 // HasCustomImage should only return true for images that exist in the
548 // extension and not for autogenerated images.
549 std::string images = "{ \"theme_frame\": \"one\" }";
551 ParseImageNamesJSON(images, &out_file_paths);
558 std::string images = "{ \"theme_frame\": \"does_not_exist\" }";
560 ParseImageNamesJSON(images, &out_file_paths);