Searched refs:maybe_list (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
H A Dutil.h107 const base::Value* maybe_list = NULL; local
110 if (!from.GetWithoutPathExpansion(name, &maybe_list))
112 if (!maybe_list->IsType(base::Value::TYPE_LIST))
114 list = static_cast<const base::ListValue*>(maybe_list);

Completed in 535 milliseconds