Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dmedia_router_test.cc32 const char kSourceKey[] = "source_urn"; variable
222 route_dict->SetString(kSourceKey, route->GetSource()->GetId()); in OnRoutes()
435 if (!VerifyKey(request_dict, kSourceKey, VTYPE_STRING, callback)) in OnQuery()
441 const std::string& source_urn = request_dict->GetString(kSourceKey); in OnQuery()