OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_tints_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.h
36
scoped_ptr<base::DictionaryValue>
theme_tints_
;
member in struct:extensions::ThemeInfo
theme_handler.cc
111
theme_info->
theme_tints_
.reset(tints_value->DeepCopy());
154
return theme_info ? theme_info->
theme_tints_
.get() : NULL;
Completed in 1354 milliseconds