Home | History | Annotate | Download | only in webdriver

Lines Matching refs:dict_value

111   const DictionaryValue* dict_value =
114 if (!dict_value->GetDouble("x", &x) ||
115 !dict_value->GetDouble("y", &y))
139 const DictionaryValue* dict_value =
142 if (!dict_value->GetDouble("width", &width) ||
143 !dict_value->GetDouble("height", &height))
169 const DictionaryValue* dict_value =
172 if (!dict_value->GetDouble("left", &x) ||
173 !dict_value->GetDouble("top", &y) ||
174 !dict_value->GetDouble("width", &width) ||
175 !dict_value->GetDouble("height", &height))