Home | History | Annotate | Download | only in media

Lines Matching refs:web_session_id

59       const std::string& web_session_id,
63 void RemoveSession(const std::string& web_session_id);
73 // Updates the session specified by |web_session_id| with |response|.
75 void UpdateSession(const std::string& web_session_id,
80 // Releases the session specified by |web_session_id|.
82 void ReleaseSession(const std::string& web_session_id,
106 void OnSessionMessage(const std::string& web_session_id,
109 void OnSessionReady(const std::string& web_session_id);
110 void OnSessionClosed(const std::string& web_session_id);
111 void OnSessionError(const std::string& web_session_id,
118 const std::string& web_session_id);