Searched refs:IconTheme (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dmime_util_xdg.cc33 class IconTheme;
51 std::map<std::string, IconTheme*>* icon_themes_;
56 IconTheme* default_themes_[kDefaultThemeNum];
85 // IconTheme represents an icon theme as defined by the xdg icon theme spec.
88 class IconTheme { class in namespace:__anon1708
113 explicit IconTheme(const std::string& name);
115 ~IconTheme() {
126 static IconTheme* LoadTheme(const std::string& theme_name);
161 IconTheme::IconTheme(cons function in class:__anon1708::IconTheme
[all...]

Completed in 140 milliseconds