OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icon_themes
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
mime_util_xdg.cc
230
std::map<std::string, IconTheme*>*
icon_themes
=
local
232
if (
icon_themes
->find(theme_name) !=
icon_themes
->end()) {
233
theme.reset((*
icon_themes
)[theme_name]);
238
(*
icon_themes
)[theme_name] = theme.get();
532
std::map<std::string, IconTheme*>*
icon_themes
= constants->icon_themes_;
local
533
if (
icon_themes
->empty())
/external/chromium_org/base/nix/
mime_util_xdg.cc
227
MimeUtilConstants::IconThemeMap*
icon_themes
=
local
229
if (
icon_themes
->find(theme_name) !=
icon_themes
->end()) {
230
theme.reset((*
icon_themes
)[theme_name]);
235
(*
icon_themes
)[theme_name] = theme.get();
552
MimeUtilConstants::IconThemeMap*
icon_themes
= &constants->icon_themes_;
local
553
if (
icon_themes
->empty())
Completed in 25 milliseconds