OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tints_value
(Results
1 - 2
of
2
) 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/chrome/common/extensions/
extension.cc
1901
DictionaryValue*
tints_value
= NULL;
local
[
all
...]
Completed in 165 milliseconds