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

  /external/chromium_org/components/session_manager/core/
session_manager.cc 18 SessionManager* SessionManager::instance = NULL;
20 SessionManager::SessionManager() : session_state_(SESSION_STATE_UNKNOWN) {
21 DCHECK(!SessionManager::Get());
22 SessionManager::SetInstance(this);
25 SessionManager::~SessionManager() {
27 SessionManager::SetInstance(NULL);
31 SessionManager* SessionManager::Get()
    [all...]
session_manager.h 43 class SESSION_EXPORT SessionManager {
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 should decide on its own appropriate owner of SessionManage
    [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.
76 class SessionManager : public base::NonThreadSafe {
78 SessionManager() {}
79 virtual ~SessionManager() {}
146 // once per SessionManager because it may not be safe to delet
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_platform_part_chromeos.cc 64 session_manager::SessionManager* BrowserProcessPlatformPart::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.
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SessionManager.java 31 * SessionManager manages a media session as a queue. It supports common
38 public class SessionManager implements Callback {
39 private static final String TAG = "SessionManager";
51 public SessionManager(String name) {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SessionManager.java 31 * SessionManager manages a media session as a queue. It supports common
38 public class SessionManager implements Callback {
39 private static final String TAG = "SessionManager";
51 public SessionManager(String name) {
  /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) {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
SessionManager.java 31 * SessionManager manages a media session as a queue. It supports common
38 public class SessionManager implements Callback {
39 private static final String TAG = "SessionManager";
51 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 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 200 milliseconds