HomeSort by relevance Sort by last modified time
    Searched refs:SessionId (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/sessions/
session_id.h 15 class SessionId {
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);
session_id.cc 15 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)
39 bool SessionId::IsForeign() const {
43 std::string SessionId::ToString() const {
sessions_api.h 27 class SessionId;
79 bool RestoreLocalSession(const SessionId& session_id, Browser* browser);
80 bool RestoreForeignSession(const SessionId& session_id,
sessions_api.cc 242 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));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtsapi32.h 51 DWORD SessionId;
57 DWORD SessionId;
66 DWORD SessionId;
73 DWORD SessionId;
170 WINBOOL WINAPI WTSQuerySessionInformationW(HANDLE hServer,DWORD SessionId,WTS_INFO_CLASS WTSInfoClass,LPWSTR *ppBuffer,DWORD *pBytesReturned);
171 WINBOOL WINAPI WTSQuerySessionInformationA(HANDLE hServer,DWORD SessionId,WTS_INFO_CLASS WTSInfoClass,LPSTR *ppBuffer,DWORD *pBytesReturned);
176 WINBOOL WINAPI WTSSendMessageW(HANDLE hServer,DWORD SessionId,LPWSTR pTitle,DWORD TitleLength,LPWSTR pMessage,DWORD MessageLength,DWORD Style,DWORD Timeout,DWORD *pResponse,WINBOOL bWait);
177 WINBOOL WINAPI WTSSendMessageA(HANDLE hServer,DWORD SessionId,LPSTR pTitle,DWORD TitleLength,LPSTR pMessage,DWORD MessageLength,DWORD Style,DWORD Timeout,DWORD *pResponse,WINBOOL bWait);
178 WINBOOL WINAPI WTSDisconnectSession(HANDLE hServer,DWORD SessionId,WINBOOL bWait);
179 WINBOOL WINAPI WTSLogoffSession(HANDLE hServer,DWORD SessionId,WINBOOL bWait)
    [all...]
ntddcdvd.h 82 DVD_SESSION_ID SessionId;
138 DVD_SESSION_ID SessionId;
evntcons.h 32 ULONG SessionId;
iscsidsc.h 149 ISCSI_UNIQUE_SESSION_ID SessionId;
160 ISCSI_UNIQUE_SESSION_ID SessionId;
226 ISCSI_UNIQUE_SESSION_ID SessionId;
237 ISCSI_UNIQUE_SESSION_ID SessionId;
rpcdcep.h 241 UUID SessionId;
winternl.h 77 ULONG SessionId;
684 ULONG SessionId;
    [all...]
rpcdce.h 447 typedef RPC_STATUS (__RPC_API *RPC_NEW_HTTP_PROXY_CHANNEL)(RPC_HTTP_REDIRECTOR_STAGE RedirectorStage,unsigned short *ServerName,unsigned short *ServerPort,unsigned short *RemoteUser,unsigned short *AuthType,void *ResourceUuid,void *Metadata,void *SessionId,void *Interface,void *Reserved,unsigned __LONG32 Flags,unsigned short **NewServerName,unsigned short **NewServerPort);
  /external/chromium_org/net/socket/
ssl_session_cache_openssl.cc 62 struct SessionId {
63 SessionId(const unsigned char* a_id, unsigned a_id_len)
66 explicit SessionId(const SessionId& other)
69 explicit SessionId(SSL_SESSION* session)
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 values to key index nodes
    [all...]
  /external/chromium_org/remoting/host/win/
wts_terminal_monitor.cc 68 uint32 session_id = session_info[i].SessionId;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 68 virtual const std::string SessionId() const { return std::string(); }
dtlstransportchannel.h 156 virtual const std::string SessionId() const {
157 return channel_->SessionId();
rawtransportchannel.cc 106 SessionId(), content_name(), component(), "", "");
p2ptransportchannel.cc 598 SessionId(), content_name(), component(), ice_ufrag_, ice_pwd_));
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 69 int SessionId; /* Current session id */
EffectBundle.cpp 165 int32_t sessionId,
175 ALOGV("\n\tEffectCreate start session %d", sessionId);
191 if((SessionIndex[i] == LVM_UNUSED_SESSION)||(SessionIndex[i] == sessionId)){
193 SessionIndex[i] = sessionId;
194 ALOGV("\tEffectCreate: Allocating SessionNo %d for SessionId %d\n", sessionNo,sessionId);
209 ALOGV("\tEffectCreate - This is the first effect in current sessionId %d sessionNo %d",
210 sessionId, sessionNo);
218 pContext->pBundledContext->SessionId = sessionId;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
ntddk.h     [all...]
wdm.h     [all...]

Completed in 746 milliseconds