HomeSort by relevance Sort by last modified time
    Searched full:maybe_list (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
util.h 107 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 66 milliseconds