Home | History | Annotate | Download | only in base

Lines Matching refs:web_session_id

83   // Loads a session with the |web_session_id| provided.
86 virtual void LoadSession(const std::string& web_session_id,
89 // Updates a session specified by |web_session_id| with |response|.
90 virtual void UpdateSession(const std::string& web_session_id,
95 // Releases the session specified by |web_session_id|.
96 virtual void ReleaseSession(const std::string& web_session_id,
110 typedef base::Callback<void(const std::string& web_session_id,
114 typedef base::Callback<void(const std::string& web_session_id)> SessionReadyCB;
116 typedef base::Callback<void(const std::string& web_session_id)> SessionClosedCB;
118 typedef base::Callback<void(const std::string& web_session_id,