Home | History | Annotate | Download | only in chromedriver

Lines Matching refs:dict_value

25   base::DictionaryValue* dict_value;
26 if (!value->GetAsDictionary(&dict_value))
29 if (!dict_value->GetDouble("x", &x) ||
30 !dict_value->GetDouble("y", &y))
38 base::DictionaryValue* dict_value;
39 if (!value->GetAsDictionary(&dict_value))
42 if (!dict_value->GetDouble("width", &width) ||
43 !dict_value->GetDouble("height", &height))
58 base::DictionaryValue* dict_value;
59 if (!value->GetAsDictionary(&dict_value))
62 if (!dict_value->GetDouble("left", &x) ||
63 !dict_value->GetDouble("top", &y) ||
64 !dict_value->GetDouble("width", &width) ||
65 !dict_value->GetDouble("height", &height))