Searched defs:SessionManager (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dsession_manager.h5 // 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.
76 class SessionManager : public base::NonThreadSafe { class in namespace:remoting::protocol
78 SessionManager() {} function in class:remoting::protocol::SessionManager
79 virtual ~SessionManager() {}
146 // once per SessionManager becaus
[all...]
/external/chromium_org/components/session_manager/core/
H A Dsession_manager.cc18 SessionManager* SessionManager::instance = NULL;
20 SessionManager::SessionManager() : session_state_(SESSION_STATE_UNKNOWN) { function in class:session_manager::SessionManager
21 DCHECK(!SessionManager::Get());
22 SessionManager::SetInstance(this);
25 SessionManager::~SessionManager() {
27 SessionManager::SetInstance(NULL);
31 SessionManager* SessionManage
[all...]
H A Dsession_manager.h43 class SESSION_EXPORT SessionManager { class in namespace:session_manager
45 SessionManager();
46 virtual ~SessionManager();
48 // Returns current SessionManager instance and NULL if it hasn't been
50 static SessionManager* Get();
64 // Initializes SessionManager with delegate.
67 // Sets SessionManager instance.
68 static void SetInstance(SessionManager* session_manager);
71 // Pointer to the existing SessionManager instance (if any).
73 // SessionManager shoul
[all...]
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_chromeos.cc64 session_manager::SessionManager* BrowserProcessPlatformPart::SessionManager() { function in class:BrowserProcessPlatformPart
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.cc43 SessionManager::SessionManager(PortAllocator *allocator, function in class:cricket::SessionManager
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,
94 Session* SessionManager
[all...]
H A Dsessionmanager.h52 // SessionManager manages session instances.
53 class SessionManager : public sigslot::has_slots<> { class in namespace:cricket
55 SessionManager(PortAllocator *allocator,
57 virtual ~SessionManager();
133 sigslot::signal2<SessionManager*,
147 // Signaled when this SessionManager is deleted.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 139 milliseconds