Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dmedia_router_test.cc34 const char kRouteKey[] = "route_id"; variable
72 dict->SetString(kRouteKey, route->GetId()); in OnMediaRouteCreateFinished()
236 payload->SetString(kRouteKey, route->GetId()); in OnRouteStateChanged()
249 payload->SetString(kRouteKey, route->GetId()); in OnRouteMessageReceived()
454 if (!VerifyKey(request_dict, kRouteKey, VTYPE_STRING, callback)) in OnQuery()
457 const std::string& route_id = request_dict->GetString(kRouteKey); in OnQuery()
469 if (!VerifyKey(request_dict, kRouteKey, VTYPE_STRING, callback)) in OnQuery()
475 const std::string& route_id = request_dict->GetString(kRouteKey); in OnQuery()