OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:theme_value
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc
23
bool LoadImages(const base::DictionaryValue*
theme_value
,
27
if (
theme_value
->GetDictionary(keys::kThemeImages, &images_value)) {
58
bool LoadColors(const base::DictionaryValue*
theme_value
,
62
if (
theme_value
->GetDictionary(keys::kThemeColors, &colors_value)) {
90
bool LoadTints(const base::DictionaryValue*
theme_value
,
94
if (!
theme_value
->GetDictionary(keys::kThemeTints, &tints_value))
115
bool LoadDisplayProperties(const base::DictionaryValue*
theme_value
,
119
if (
theme_value
->GetDictionary(keys::kThemeDisplayProperties,
171
const base::DictionaryValue*
theme_value
= NULL;
local
172
if (!extension->manifest()->GetDictionary(keys::kTheme, &
theme_value
)) {
[
all
...]
Completed in 113 milliseconds