OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:images_value
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc
26
const base::DictionaryValue*
images_value
= NULL;
local
27
if (theme_value->GetDictionary(keys::kThemeImages, &
images_value
)) {
29
for (base::DictionaryValue::Iterator iter(*
images_value
); !iter.IsAtEnd();
53
theme_info->theme_images_.reset(
images_value
->DeepCopy());
196
const base::DictionaryValue*
images_value
=
local
198
if (
images_value
) {
199
for (base::DictionaryValue::Iterator iter(*
images_value
); !iter.IsAtEnd();
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.h
134
void ParseImageNamesFromJSON(const base::DictionaryValue*
images_value
,
browser_theme_pack.cc
[
all
...]
Completed in 5852 milliseconds