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

/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler_browsertest.cc22 // key-value pairs in in all dictionaries in |right_list| are also in the
24 // |left_list| that are not in the corresponding dictionary in |right_list|.
27 base::ListValue* right_list = NULL; local
28 CHECK(right_value->GetAsList(&right_list));
33 CHECK(right_list->GetDictionary(i, &right_dict));
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc129 base::ListValue* right_list = NULL; local
132 !other.args_->GetAsList(&right_list) ||
134 !right_list->GetDictionary(0, &right_dict))

Completed in 87 milliseconds