Searched defs:dict_value (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/json/
H A Djson_reader.cc309 Value* dict_value = BuildValue(false); local
310 if (!dict_value)
313 dict_key, dict_value);
/external/ppp/pppd/plugins/radius/
H A Dradiusclient.h307 typedef struct dict_value struct
312 struct dict_value *next;
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2037 DictionaryValue* dict_value = NULL; local
2043 dict_value = static_cast<DictionaryValue*>(values.get());
2044 if (!dict_value->GetStringASCII(std::string("command"), &command)) {
2278 (this->*handler_map[command])(dict_value, reply_message);
2287 (this->*browser_handler_map[command])(browser, dict_value, reply_message);

Completed in 68 milliseconds