Searched refs:CefMediaRoute (Results 1 – 13 of 13) sorted by relevance
/third_party/cef/include/ |
D | cef_media_router.h | 47 class CefMediaRoute; variable 138 const std::vector<CefRefPtr<CefMediaRoute>>& routes) = 0; 144 virtual void OnRouteStateChanged(CefRefPtr<CefMediaRoute> route, 152 virtual void OnRouteMessageReceived(CefRefPtr<CefMediaRoute> route, 165 class CefMediaRoute : public virtual CefBaseRefCounted { 217 CefRefPtr<CefMediaRoute> route) = 0;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | media_observer_ctocpp.h | 40 void OnRoutes(const std::vector<CefRefPtr<CefMediaRoute>>& routes) override; 41 void OnRouteStateChanged(CefRefPtr<CefMediaRoute> route, 43 void OnRouteMessageReceived(CefRefPtr<CefMediaRoute> route,
|
D | media_route_ctocpp.cc | 119 CefCToCppRefCounted<CefMediaRouteCToCpp, CefMediaRoute, cef_media_route_t>:: 120 UnwrapDerived(CefWrapperType type, CefMediaRoute* c) { in UnwrapDerived() 127 CefMediaRoute,
|
D | media_observer_ctocpp.cc | 56 const std::vector<CefRefPtr<CefMediaRoute>>& routes) { in OnRoutes() 87 void CefMediaObserverCToCpp::OnRouteStateChanged(CefRefPtr<CefMediaRoute> route, in OnRouteStateChanged() 109 CefRefPtr<CefMediaRoute> route, in OnRouteMessageReceived()
|
D | media_route_create_callback_ctocpp.h | 40 CefRefPtr<CefMediaRoute> route) override;
|
D | media_route_ctocpp.h | 30 CefMediaRoute,
|
D | media_route_create_callback_ctocpp.cc | 25 CefRefPtr<CefMediaRoute> route) { in OnMediaRouteCreateFinished()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | media_route_cpptoc.cc | 128 CefRefPtr<CefMediaRoute> 129 CefCppToCRefCounted<CefMediaRouteCppToC, CefMediaRoute, cef_media_route_t>:: 137 CefMediaRoute,
|
D | media_observer_cpptoc.cc | 70 std::vector<CefRefPtr<CefMediaRoute>> routesList; in media_observer_on_routes() 73 CefRefPtr<CefMediaRoute> routesVal = CefMediaRouteCToCpp::Wrap(routes[i]); in media_observer_on_routes()
|
D | media_route_cpptoc.h | 30 CefMediaRoute,
|
/third_party/cef/tests/cefclient/browser/ |
D | media_router_test.cc | 68 CefRefPtr<CefMediaRoute> route) override { in OnMediaRouteCreateFinished() 90 typedef std::vector<CefRefPtr<CefMediaRoute>> MediaRouteVector; 125 CefRefPtr<CefMediaRoute> route = GetRoute(route_id); in TerminateRoute() 138 CefRefPtr<CefMediaRoute> route = GetRoute(route_id); in SendRouteMessage() 216 CefRefPtr<CefMediaRoute> route = *it; in OnRoutes() 231 void OnRouteStateChanged(CefRefPtr<CefMediaRoute> route, in OnRouteStateChanged() 241 void OnRouteMessageReceived(CefRefPtr<CefMediaRoute> route, in OnRouteMessageReceived() 296 CefRefPtr<CefMediaRoute> GetRoute(const std::string& route_id) { in GetRoute() 360 typedef std::map<std::string, CefRefPtr<CefMediaRoute>> RouteMap;
|
/third_party/cef/libcef/browser/media_router/ |
D | media_router_impl.cc | 79 std::vector<CefRefPtr<CefMediaRoute>> cef_routes; in OnMediaRoutes() 89 CefRefPtr<CefMediaRoute> cef_route = MakeCefRoute(route); in OnMediaRouteMessages() 114 CefRefPtr<CefMediaRoute> MakeCefRoute(const media_router::MediaRoute& route) { in MakeCefRoute() 296 CefRefPtr<CefMediaRoute> route; in CreateRouteCallback()
|
D | media_route_impl.h | 15 class CefMediaRouteImpl : public CefMediaRoute {
|