Home | History | Annotate | Download | only in privet

Lines Matching defs:dictionary

38                   base::DictionaryValue* dictionary) {
50 dictionary->MergeDictionary(dictionary_ptr);
65 const base::DictionaryValue& dictionary) {
68 return dictionary.GetInteger("error.http_status", &code) &&
69 code == expected.code && dictionary.GetString("error.code", &reason) &&
116 base::DictionaryValue dictionary;
117 LoadTestJson(json_input, &dictionary);
118 return HandleRequest(api, &dictionary);
123 base::DictionaryValue dictionary;
124 handler_->HandleRequest(api, auth_header_, &dictionary,