Searched refs:Session (Results 1 - 25 of 121) sorted by relevance

12345

/external/smack/src/org/jivesoftware/smack/packet/
H A DSession.java36 public class Session extends IQ { class in inherits:IQ
38 public Session() { method in class:Session
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.h76 void OnMediaStreamsUpdate(Call* call, cricket::Session*,
89 Session* InitiateSession(const buzz::Jid& to, const buzz::Jid& initiator,
91 Session* InitiateSession(const std::string& id, const buzz::Jid& to,
93 void AcceptSession(Session* session, const CallOptions& options);
94 void RejectSession(Session* session);
95 void TerminateSession(Session* session);
97 bool SendViewRequest(Session* session,
99 void SetVideoRenderer(Session* session, uint32 ssrc,
101 void StartConnectionMonitor(Session* session, int cms);
102 void StopConnectionMonitor(Session* sessio
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dsession.cc19 base::LazyInstance<base::ThreadLocalPointer<Session> >
31 const base::TimeDelta Session::kDefaultPageLoadTimeout =
34 Session::Session(const std::string& id) function in class:Session
44 Session::Session(const std::string& id, scoped_ptr<Chrome> chrome) function in class:Session
55 Session::~Session() {}
57 Status Session::GetTargetWindow(WebView** web_view) {
67 void Session
[all...]
H A Dsession_commands.h23 struct Session;
45 Session* session,
52 Session* session,
58 Session* session,
64 Session* session,
70 Session* session,
76 Session* session,
83 Session* session,
90 Session* session,
96 Session* sessio
[all...]
H A Dalert_commands.h16 struct Session;
21 Session* session,
29 Session* session,
35 Session* session,
42 Session* session,
49 Session* session,
56 Session* session,
63 Session* session,
H A Dwindow_commands.h18 struct Session;
23 Session* session,
31 Session* session,
37 Session* session,
44 Session* session,
51 Session* session,
58 Session* session,
65 Session* session,
72 Session* session,
79 Session* sessio
[all...]
H A Delement_util.h19 struct Session;
32 Session* session,
38 Session* session,
43 Session* session,
49 Session* session,
56 Session* session,
64 Session* session,
70 Session* session,
77 Session* session,
83 Session* sessio
[all...]
H A Delement_commands.h18 struct Session;
23 Session* session,
32 Session* session,
40 Session* session,
49 Session* session,
57 Session* session,
65 Session* session,
73 Session* session,
81 Session* session,
89 Session* sessio
[all...]
H A Dsession_unittest.cc36 TEST(Session, GetTargetWindowNoChrome) {
37 Session session("1");
42 TEST(Session, GetTargetWindowTargetWindowClosed) {
44 Session session("1", chrome.Pass());
50 TEST(Session, GetTargetWindowTargetWindowStillOpen) {
52 Session session("1", chrome.Pass());
59 TEST(Session, SwitchToParentFrame) {
61 Session session("1", chrome.Pass());
85 TEST(Session, SwitchToTopFrame) {
87 Session sessio
[all...]
H A Dsession.h40 struct Session { struct
43 explicit Session(const std::string& id);
44 Session(const std::string& id, scoped_ptr<Chrome> chrome);
45 ~Session();
81 // |command_listeners| should be declared after |chrome|. When the |Session|
88 Session* GetThreadLocalSession();
90 void SetThreadLocalSession(scoped_ptr<Session> session);
H A Dutil.h15 struct Session;
45 Status NotifyCommandListenersBeforeCommand(Session* session,
H A Dperformance_logger.h17 struct Session;
34 PerformanceLogger(Log* log, const Session* session);
38 const Session* session,
85 const Session* session_;
H A Dalert_commands.cc18 Session* session,
43 Session* session,
53 Session* session,
67 Session* session,
83 Session* session,
94 Session* session,
H A Dcommands.h21 struct Session;
47 Session* session,
/external/chromium_org/remoting/host/
H A Dfake_host_extension.cc17 class FakeExtension::Session : public HostExtensionSession { class in class:remoting::FakeExtension
19 Session(FakeExtension* extension, const std::string& message_type);
20 virtual ~Session() {}
36 DISALLOW_COPY_AND_ASSIGN(Session);
39 FakeExtension::Session::Session( function in class:remoting::FakeExtension::Session
45 void FakeExtension::Session::OnCreateVideoCapturer(
53 void FakeExtension::Session::OnCreateVideoEncoder(
58 bool FakeExtension::Session::ModifiesVideoPipeline() const {
62 bool FakeExtension::Session
[all...]
H A Dfake_host_extension.h49 class Session;
50 friend class Session;
/external/chromium_org/remoting/protocol/
H A Dsession.h26 class Session { class in namespace:remoting::protocol
38 // Session has been accepted and is pending authentication.
41 // Session has started authenticating.
44 // Session has been connected and authenticated.
47 // Session has been closed.
65 // |channel_name| changes. Session must not be destroyed by the
72 Session() {} function in class:remoting::protocol::Session
73 virtual ~Session() {}
111 DISALLOW_COPY_AND_ASSIGN(Session);
H A Dconnection_to_client.cc21 ConnectionToClient::ConnectionToClient(protocol::Session* session)
38 protocol::Session* ConnectionToClient::session() {
105 void ConnectionToClient::OnSessionStateChange(Session::State state) {
110 case Session::INITIALIZING:
111 case Session::CONNECTING:
112 case Session::ACCEPTING:
113 case Session::CONNECTED:
116 case Session::AUTHENTICATING:
119 case Session::AUTHENTICATED:
157 case Session
[all...]
H A Dchannel_dispatcher_base.h23 class Session;
38 // |session|. Caller retains ownership of the Session.
39 void Init(Session* session,
H A Dsession_manager.h22 // Implementations of the Session and SessionManager interfaces
27 // Connect() method. The Session's state changes to AUTHENTICATED once
51 // select session configuration and then set it with Session::set_config().
112 // configuration for the |session| using Session::set_config().
114 virtual void OnIncomingSession(Session* session,
133 virtual scoped_ptr<Session> Connect(
H A Dconnection_to_client_unittest.cc40 session_->event_handler()->OnSessionStateChange(Session::CONNECTED);
41 session_->event_handler()->OnSessionStateChange(Session::AUTHENTICATED);
98 session_->event_handler()->OnSessionStateChange(Session::CLOSED);
103 session_->event_handler()->OnSessionStateChange(Session::FAILED);
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_manager_impl.h124 struct Session { struct in class:content::SpeechRecognitionManagerImpl
125 Session();
126 ~Session();
155 void ExecuteTransitionAndGetNextState(Session* session,
163 void SessionStart(const Session& session);
164 void SessionAbort(const Session& session);
165 void SessionStopAudioCapture(const Session& session);
166 void ResetCapturingSessionId(const Session& session);
167 void SessionDelete(Session* session);
168 void NotFeasible(const Session
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.h48 class Session;
84 // Session object and notify this client. The client may then accept or
92 Session *CreateSession(const std::string& local_name,
95 Session *CreateSession(const std::string& id,
100 void DestroySession(Session *session);
103 Session *GetSession(const std::string& sid);
109 sigslot::signal2<Session *, bool> SignalSessionCreate;
110 sigslot::signal1<Session *> SignalSessionDestroy;
115 // Given a sid, initiator, and remote_name, this finds the matching Session
116 Session* FindSessio
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.h66 void OnSessionCreate(Session* session, bool received);
67 void OnSessionDestroy(Session* session);
75 rtc::StreamInterface* AcceptTunnel(Session* session);
76 void DeclineTunnel(Session* session);
79 virtual void OnIncomingTunnel(const buzz::Jid &jid, Session *session) = 0;
96 virtual TunnelSession* MakeTunnelSession(Session* session,
125 sigslot::signal4<TunnelSessionClient*, buzz::Jid, std::string, Session*>
129 Session *session);
142 // 3) Session has been destroyed (tracked via non-null session_)
157 TunnelSession(TunnelSessionClientBase* client, Session* sessio
[all...]
H A Dtunnelsessionclient.cc70 KLABEL(Session::STATE_INIT),
71 KLABEL(Session::STATE_SENTINITIATE),
72 KLABEL(Session::STATE_RECEIVEDINITIATE),
73 KLABEL(Session::STATE_SENTACCEPT),
74 KLABEL(Session::STATE_RECEIVEDACCEPT),
75 KLABEL(Session::STATE_SENTMODIFY),
76 KLABEL(Session::STATE_RECEIVEDMODIFY),
77 KLABEL(Session::STATE_SENTREJECT),
78 KLABEL(Session::STATE_RECEIVEDREJECT),
79 KLABEL(Session
[all...]

Completed in 2207 milliseconds

12345