/external/chromium_org/chrome/browser/extensions/api/sessions/ |
D | session_id.cc | 15 scoped_ptr<SessionId> SessionId::Parse(const std::string& session_id) { in Parse() 30 return scoped_ptr<SessionId>(); in Parse() 32 return make_scoped_ptr(new SessionId(session_tag, id)); in Parse() 35 SessionId::SessionId(const std::string& session_tag, int id) in SessionId() function in extensions::SessionId 39 bool SessionId::IsForeign() const { in IsForeign() 43 std::string SessionId::ToString() const { in ToString()
|
D | session_id.h | 15 class SessionId { 20 static scoped_ptr<SessionId> Parse(const std::string& session_string); 28 SessionId(const std::string& session_tag, int id); 48 DISALLOW_COPY_AND_ASSIGN(SessionId);
|
D | sessions_api.h | 27 class SessionId; variable 79 bool RestoreLocalSession(const SessionId& session_id, Browser* browser); 80 bool RestoreForeignSession(const SessionId& session_id,
|
D | sessions_api.cc | 242 std::string session_id = SessionId(session_tag, tab.tab_id.id()).ToString(); in CreateTabModel() 284 SessionId(session_tag, window.window_id.id()).ToString(); in CreateWindowModel() 464 bool SessionsRestoreFunction::RestoreLocalSession(const SessionId& session_id, in RestoreLocalSession() 512 bool SessionsRestoreFunction::RestoreForeignSession(const SessionId& session_id, in RestoreForeignSession() 586 scoped_ptr<SessionId> session_id(SessionId::Parse(*params->session_id)); in RunSync()
|
/external/chromium_org/net/socket/ |
D | ssl_session_cache_openssl.cc | 62 struct SessionId { struct 63 SessionId(const unsigned char* a_id, unsigned a_id_len) in SessionId() function 66 explicit SessionId(const SessionId& other) in SessionId() argument 69 explicit SessionId(SSL_SESSION* session) in SessionId() argument 74 bool operator==(const SessionId& other) const { in operator ==() argument 103 struct hash<net::SessionId> { 104 std::size_t operator()(const net::SessionId& entry) const { in operator ()() 282 typedef base::hash_map<SessionId, KeyIndex::iterator> SessionIdIndex; 293 SessionIdIndex::iterator it = id_index_.find(SessionId(session)); in SessionKey() 305 SessionId session_id(session); in RemoveSessionLocked() [all …]
|
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
D | AttachDialog.cs | 34 public int SessionId; field in ChromeDebug.AttachDialog.ProcessViewItem 126 item.SessionId = p.SessionId; in ReloadNativeProcessInfo() 182 item.SubItems.Add(item.SessionId.ToString()); in InsertCategoryItems()
|
/external/chromium_org/remoting/host/win/ |
D | wts_terminal_monitor.cc | 68 uint32 session_id = session_info[i].SessionId; in LookupSessionId()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | dtlstransportchannel.h | 156 virtual const std::string SessionId() const { in SessionId() function 157 return channel_->SessionId(); in SessionId()
|
D | transportchannel.h | 68 virtual const std::string SessionId() const { return std::string(); } in SessionId() function
|
D | rawtransportchannel.cc | 106 SessionId(), content_name(), component(), "", ""); in Connect()
|
D | p2ptransportchannel.cc | 598 SessionId(), content_name(), component(), ice_ufrag_, ice_pwd_)); in OnSignalingReady()
|
/external/chromium_org/tools/win/ChromeDebug/LowLevel/ |
D | Types.cs | 182 public uint SessionId { get { return sessionId; } } property
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 65625 http://www.provardis.co.uk/home/apps/seeing_through.p?SessionId=tmqrEWcriXdjUlhGyzsicTddcpwDyjcR
|