/external/chromium_org/third_party/WebKit/Source/web/ |
WebMediaPlayerClientImpl.h | 81 virtual void keyAdded(const WebString& keySystem, const WebString& sessionId); 82 virtual void keyError(const WebString& keySystem, const WebString& sessionId, MediaKeyErrorCode, unsigned short systemCode); 83 virtual void keyMessage(const WebString& keySystem, const WebString& sessionId, const unsigned char* message, unsigned messageLength, const WebURL& defaultURL); 84 virtual void keyNeeded(const WebString& keySystem, const WebString& sessionId, const unsigned char* initData, unsigned initDataLength); 141 virtual WebCore::MediaPlayer::MediaKeyException addKey(const String& keySystem, const unsigned char* key, unsigned keyLength, const unsigned char* initData, unsigned initDataLength, const String& sessionId) OVERRIDE; 142 virtual WebCore::MediaPlayer::MediaKeyException cancelKeyRequest(const String& keySystem, const String& sessionId) OVERRIDE;
|
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_service_delegate.h | 36 virtual const SessionID& GetSessionID() const = 0; 84 SessionID::id_type desired_id,
|
persistent_tab_restore_service.cc | 36 typedef std::map<SessionID::id_type, TabRestoreService::Entry*> IDToEntry; 41 SessionID::id_type id; 49 SessionID::id_type window_id; 131 SessionID::id_type id, 158 static SessionCommand* CreateWindowCommand(SessionID::id_type id, 165 SessionID::id_type tab_id, 171 SessionID::id_type entry_id); 197 SessionID::id_type ignored_active_window); 212 void RemoveEntryByID(SessionID::id_type id, 301 SessionID::id_type id [all...] |
session_tab_helper.cc | 25 void SessionTabHelper::SetWindowID(const SessionID& id) {
|
/external/chromium_org/chrome/browser/sync/glue/ |
synced_session_tracker.h | 59 SessionID::id_type tab_id, 92 SessionID::id_type window_id); 100 SessionID::id_type window_id, 101 SessionID::id_type tab_id, 109 SessionID::id_type tab_id, 183 typedef std::map<SessionID::id_type, SessionTabWrapper> IDToSessionTabMap; 194 typedef std::map<SessionID::id_type, SessionWindowWrapper> 206 SessionID::id_type tab_id,
|
synced_tab_delegate_android.cc | 27 SessionID::id_type SyncedTabDelegateAndroid::GetWindowId() const { 32 SessionID::id_type SyncedTabDelegateAndroid::GetSessionId() const {
|
tab_node_pool.h | 74 void AssociateTabNode(int tab_node_id, SessionID::id_type tab_id); 84 SessionID::id_type GetTabIdFromTabNodeId(int tab_node_id) const; 88 void ReassociateTabNode(int tab_node_id, SessionID::id_type tab_id); 113 typedef std::map<int, SessionID::id_type> TabNodeIDToTabIDMap;
|
/external/chromium_org/chrome/browser/ui/sync/ |
tab_contents_synced_tab_delegate.cc | 31 SessionID::id_type TabContentsSyncedTabDelegate::GetWindowId() const { 35 SessionID::id_type TabContentsSyncedTabDelegate::GetSessionId() const {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaKeyEvent.h | 38 String sessionId; 63 String sessionId() const { return m_sessionId; }
|
MediaKeyEvent.idl | 31 [InitializedByEventConstructor] readonly attribute DOMString sessionId;
|
/external/chromium_org/third_party/WebKit/Source/platform/drm/ |
ContentDecryptionModuleSession.cpp | 53 String ContentDecryptionModuleSession::sessionId() const 55 return m_session->sessionId();
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
AgentSession.java | 467 * @param sessionID the id of the session to get the full transcript.
471 public Transcript getTranscript(String sessionID) throws XMPPException {
472 return transcriptManager.getTranscript(workgroupJID, sessionID);
645 private void fireInvitationEvent(String groupChatJID, String sessionID, String body,
648 workgroupJID, sessionID, body, from, metaData);
757 String sessionID = null;
760 SessionID sessionIDExt = (SessionID)message.getExtension(SessionID.ELEMENT_NAME,
761 SessionID.NAMESPACE); [all...] |
/frameworks/av/media/libeffects/proxy/ |
EffectProxy.h | 34 int32_t sessionId, 72 int32_t sessionId; // The sessiond in which the effect is created.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSessionContext.java | 36 * @param sessionId 42 public SSLSession getSession(byte[] sessionId);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ReadOnlyBinaryDictionary.java | 56 additionalFeaturesOptions, 0 /* sessionId */); 63 final int sessionId) {
|
/external/chromium_org/chrome/browser/sync/sessions2/ |
sessions_sync_manager_unittest.cc | 277 virtual SessionID::id_type GetWindowId() const OVERRIDE { 278 return SessionID::id_type(); 281 virtual SessionID::id_type GetSessionId() const OVERRIDE { 282 return SessionID::id_type(); 581 SessionID::id_type n1[] = {5, 10, 13, 17}; 582 std::vector<SessionID::id_type> tab_list1(n1, n1 + arraysize(n1)); 587 SessionID::id_type n2[] = {7, 15, 18, 20}; 588 std::vector<SessionID::id_type> tab_list2(n2, n2 + arraysize(n2)); 613 std::vector<std::vector<SessionID::id_type> > session_reference; 629 SessionID::id_type n1[] = {5, 10, 13, 17} [all...] |
tab_node_pool2.h | 87 void AssociateTabNode(int tab_node_id, SessionID::id_type tab_id); 97 SessionID::id_type GetTabIdFromTabNodeId(int tab_node_id) const; 101 void ReassociateTabNode(int tab_node_id, SessionID::id_type tab_id); 129 typedef std::map<int, SessionID::id_type> TabNodeIDToTabIDMap;
|
/external/chromium/chrome/browser/ui/ |
browser_tab_restore_service_delegate.h | 30 virtual const SessionID& GetSessionID() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/ |
browser_tab_restore_service_delegate.h | 26 virtual const SessionID& GetSessionID() const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
MediaKeySession.idl | 34 readonly attribute DOMString sessionId;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/ |
MediaPlayer.h | 84 virtual void mediaPlayerKeyAdded(const String& /* keySystem */, const String& /* sessionId */) = 0; 85 virtual void mediaPlayerKeyError(const String& /* keySystem */, const String& /* sessionId */, MediaKeyErrorCode, unsigned short /* systemCode */) = 0; 86 virtual void mediaPlayerKeyMessage(const String& /* keySystem */, const String& /* sessionId */, const unsigned char* /* message */, unsigned /* messageLength */, const KURL& /* defaultURL */) = 0; 87 virtual bool mediaPlayerKeyNeeded(const String& /* keySystem */, const String& /* sessionId */, const unsigned char* /* initData */, unsigned /* initDataLength */) = 0;
|
/external/libppp/src/ |
ether.c | 220 char *end, unknown[14], sessionid[5]; local 276 msg = "SESSIONID"; 277 snprintf(sessionid, sizeof sessionid, "%04x", *(u_int16_t *)sts); 278 if (setenv("SESSIONID", sessionid, 1) != 0) 279 syslog(LOG_WARNING, "setenv: cannot set SESSIONID=%s: %m", 280 sessionid); 282 slot = strtoul(sessionid, &end, 16); 283 if (end != sessionid && *end == '\0' 447 char *path, *sessionid; local [all...] |
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/ |
AgentChatHistory.java | 123 String sessionID = null;
142 else if ((eventType == XmlPullParser.START_TAG) && ("sessionID".equals(parser.getName()))) {
143 sessionID = parser.nextText();
152 return new AgentChatSession(date, duration, visitorsName, visitorsEmail, sessionID, question);
|
/frameworks/av/services/audioflinger/ |
RecordTracks.h | 31 int sessionId,
|
/libcore/crypto/src/main/java/org/conscrypt/ |
AbstractSessionContext.java | 261 public SSLSession getSession(byte[] sessionId) { 262 if (sessionId == null) { 263 throw new NullPointerException("sessionId == null"); 265 ByteArray key = new ByteArray(sessionId);
|