OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tints_value
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc
93
const base::DictionaryValue*
tints_value
= NULL;
local
94
if (!theme_value->GetDictionary(keys::kThemeTints, &
tints_value
))
98
for (base::DictionaryValue::Iterator iter(*
tints_value
); !iter.IsAtEnd();
111
theme_info->theme_tints_.reset(
tints_value
->DeepCopy());
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.h
118
void BuildTintsFromJSON(const base::DictionaryValue*
tints_value
);
browser_theme_pack.cc
[
all
...]
Completed in 517 milliseconds