HomeSort by relevance Sort by last modified time
    Searched defs:SessionManager (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/test/webdriver/
webdriver_session_manager.h 24 class SessionManager {
27 static SessionManager* GetInstance();
41 SessionManager();
42 ~SessionManager();
43 friend struct DefaultSingletonTraits<SessionManager>;
50 DISALLOW_COPY_AND_ASSIGN(SessionManager);
webdriver_session_manager.cc 11 void SessionManager::Add(Session* session) {
16 bool SessionManager::Has(const std::string& id) const {
21 bool SessionManager::Remove(const std::string& id) {
31 Session* SessionManager::GetSession(const std::string& id) const {
40 void SessionManager::set_port(const std::string& port) {
44 void SessionManager::set_url_base(const std::string& url_base) {
48 std::string SessionManager::url_base() const {
52 SessionManager::SessionManager() {}
54 SessionManager::~SessionManager() {
    [all...]
  /external/chromium_org/remoting/protocol/
session_manager.h 5 // The purpose of SessionManager is to facilitate creation of chromotocol
22 // Implementations of the Session and SessionManager interfaces
31 // The SessionManager must not be closed or destroyed before all sessions
32 // created by that SessionManager are destroyed. Caller owns Sessions
33 // created by a SessionManager (except rejected
34 // sessions). The SignalStrategy must outlive the SessionManager.
77 class SessionManager : public base::NonThreadSafe {
79 SessionManager() {}
80 virtual ~SessionManager() {}
147 // once per SessionManager because it may not be safe to delet
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 28 #include "talk/p2p/base/sessionmanager.h"
41 SessionManager::SessionManager(PortAllocator *allocator,
53 SessionManager::~SessionManager() {
60 void SessionManager::AddClient(const std::string& content_type,
66 void SessionManager::RemoveClient(const std::string& content_type) {
72 SessionClient* SessionManager::GetClient(const std::string& content_type) {
77 Session* SessionManager::CreateSession(const std::string& local_name,
84 Session* SessionManager::CreateSession
    [all...]
sessionmanager.h 51 // SessionManager manages session instances
53 class SessionManager : public sigslot::has_slots<> {
55 SessionManager(PortAllocator *allocator,
57 virtual ~SessionManager();
113 sigslot::signal2<SessionManager*,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 28 #include "talk/p2p/base/sessionmanager.h"
43 SessionManager::SessionManager(PortAllocator *allocator,
55 SessionManager::~SessionManager() {
63 void SessionManager::AddClient(const std::string& content_type,
69 void SessionManager::RemoveClient(const std::string& content_type) {
75 SessionClient* SessionManager::GetClient(const std::string& content_type) {
80 Session* SessionManager::CreateSession(const std::string& local_name,
86 Session* SessionManager::CreateSession(const std::string& id
    [all...]
sessionmanager.h 52 // SessionManager manages session instances.
53 class SessionManager : public sigslot::has_slots<> {
55 SessionManager(PortAllocator *allocator,
57 virtual ~SessionManager();
133 sigslot::signal2<SessionManager*,
147 // Signaled when this SessionManager is deleted.
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SessionManager.java 29 * SessionManager manages a media session as a queue. It supports common
36 public class SessionManager implements Player.Callback {
37 private static final String TAG = "SessionManager";
49 public SessionManager(String name) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 340 milliseconds