Home
last modified time | relevance | path

Searched refs:route_dict (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dmedia_router_test.cc220 CefRefPtr<CefDictionaryValue> route_dict = CefDictionaryValue::Create(); in OnRoutes() local
221 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()