Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/media_router/
Dmedia_router_impl.cc79 std::vector<CefRefPtr<CefMediaRoute>> cef_routes; in OnMediaRoutes() local
81 cef_routes.push_back(MakeCefRoute(route)); in OnMediaRoutes()
83 observer_->OnRoutes(cef_routes); in OnMediaRoutes()