Searched refs:route_dict (Results 1 – 1 of 1) sorted by relevance
220 CefRefPtr<CefDictionaryValue> route_dict = CefDictionaryValue::Create(); in OnRoutes() local221 route_dict->SetString("id", route_id); in OnRoutes()222 route_dict->SetString(kSourceKey, route->GetSource()->GetId()); in OnRoutes()223 route_dict->SetString(kSinkKey, route->GetSink()->GetId()); in OnRoutes()224 routes_list->SetDictionary(idx, route_dict); in OnRoutes()