Searched refs:SessionId (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsession_id.cc15 scoped_ptr<SessionId> SessionId::Parse(const std::string& session_id) {
18 // Populate session_tag if the |session_id| represents a foreign SessionId.
30 return scoped_ptr<SessionId>();
32 return make_scoped_ptr(new SessionId(session_tag, id));
35 SessionId::SessionId(const std::string& session_tag, int id) function in class:extensions::SessionId
39 bool SessionId::IsForeign() const {
43 std::string SessionId::ToString() const {
H A Dsession_id.h15 class SessionId { class in namespace:extensions
17 // Returns a SessionId, representing either a local or a foreign session.
20 static scoped_ptr<SessionId> Parse(const std::string& session_string);
22 // Constructs a SessionId object for the given session information.
24 // session from the SessionModelAssociator. In the case that SessionId
28 SessionId(const std::string& session_tag, int id);
30 // Returns true if the SessionId represents a foreign session.
33 // Returns the compressed std::string representation of a SessionId in the
48 DISALLOW_COPY_AND_ASSIGN(SessionId);
H A Dsessions_api.h27 class SessionId;
79 bool RestoreLocalSession(const SessionId& session_id, Browser* browser);
80 bool RestoreForeignSession(const SessionId& session_id,
H A Dsessions_api.cc242 std::string session_id = SessionId(session_tag, tab.tab_id.id()).ToString();
284 SessionId(session_tag, window.window_id.id()).ToString();
464 bool SessionsRestoreFunction::RestoreLocalSession(const SessionId& session_id,
512 bool SessionsRestoreFunction::RestoreForeignSession(const SessionId& session_id,
586 scoped_ptr<SessionId> session_id(SessionId::Parse(*params->session_id));
/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc62 struct SessionId { struct in namespace:net::__anon9541
63 SessionId(const unsigned char* a_id, unsigned a_id_len) function in struct:net::__anon9541::SessionId
66 explicit SessionId(const SessionId& other) function in struct:net::__anon9541::SessionId
69 explicit SessionId(SSL_SESSION* session) function in struct:net::__anon9541::SessionId
74 bool operator==(const SessionId& other) const {
103 struct hash<net::SessionId> {
104 std::size_t operator()(const net::SessionId& entry) const {
126 // |id_index_| is a hash table mapping SessionId values to iterators
281 // Type for a dictionary from SessionId value
[all...]
/external/chromium_org/remoting/host/win/
H A Dwts_terminal_monitor.cc68 uint32 session_id = session_info[i].SessionId;
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.cs34 public int SessionId; field in class:ChromeDebug.AttachDialog.ProcessViewItem
126 item.SessionId = p.SessionId;
182 item.SubItems.Add(item.SessionId.ToString());
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannel.h68 virtual const std::string SessionId() const { return std::string(); } function in class:cricket::TransportChannel
H A Ddtlstransportchannel.h156 virtual const std::string SessionId() const { function in class:cricket::DtlsTransportChannelWrapper
157 return channel_->SessionId();
H A Drawtransportchannel.cc106 SessionId(), content_name(), component(), "", "");
H A Dp2ptransportchannel.cc598 SessionId(), content_name(), component(), ice_ufrag_, ice_pwd_));
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs182 public uint SessionId { get { return sessionId; } } property in struct:ChromeDebug.LowLevel.LowLevelTypes.PEB

Completed in 231 milliseconds