Searched refs:SessionState (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/components/session_manager/core/ |
D | session_manager.h | 17 enum SESSION_EXPORT SessionState { enum 52 SessionState session_state() const { return session_state_; } in session_state() 53 virtual void SetSessionState(SessionState state); 78 SessionState session_state_;
|
D | session_manager.cc | 35 void SessionManager::SetSessionState(SessionState state) { in SetSessionState()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | session_state_delegate_chromeos.h | 44 virtual SessionState GetSessionState() const OVERRIDE; 75 void SetSessionState(SessionState new_state, bool force); 88 SessionState session_state_;
|
D | session_state_delegate_views.cc | 65 ash::SessionStateDelegate::SessionState SessionStateDelegate::GetSessionState() in GetSessionState()
|
D | session_state_delegate_views.h | 37 virtual SessionState GetSessionState() const OVERRIDE;
|
D | session_state_delegate_chromeos.cc | 150 ash::SessionStateDelegate::SessionState 271 void SessionStateDelegateChromeos::SetSessionState(SessionState new_state, in SetSessionState()
|
/external/chromium_org/third_party/skia/tools/bug_chomper/src/server/ |
D | server.go | 58 type SessionState struct { struct 75 func saveSession(session *SessionState, w http.ResponseWriter, r *http.Request) error { argument 92 func makeSession(w http.ResponseWriter, r *http.Request) (*SessionState, error) { 100 session := SessionState{ 116 func getSession(w http.ResponseWriter, r *http.Request) (*SessionState, error) { 122 var session SessionState
|
/external/skia/tools/bug_chomper/src/server/ |
D | server.go | 58 type SessionState struct { struct 75 func saveSession(session *SessionState, w http.ResponseWriter, r *http.Request) error { argument 92 func makeSession(w http.ResponseWriter, r *http.Request) (*SessionState, error) { 100 session := SessionState{ 116 func getSession(w http.ResponseWriter, r *http.Request) (*SessionState, error) { 122 var session SessionState
|
/external/chromium_org/ash/session/ |
D | session_state_delegate.h | 60 enum SessionState { enum 124 virtual SessionState GetSessionState() const = 0;
|
D | session_state_observer.h | 25 virtual void SessionStateChanged(SessionStateDelegate::SessionState state) {} in SessionStateChanged()
|
/external/chromium_org/ash/test/ |
D | test_session_state_delegate.h | 43 virtual SessionState GetSessionState() const OVERRIDE;
|
D | test_session_state_delegate.cc | 148 SessionStateDelegate::SessionState TestSessionStateDelegate::GetSessionState() in GetSessionState()
|
/external/chromium_org/ash/shell/ |
D | shell_delegate_impl.cc | 114 virtual SessionState GetSessionState() const OVERRIDE { in GetSessionState()
|
/external/chromium_org/ash/shelf/ |
D | shelf_layout_manager.h | 184 SessionStateDelegate::SessionState state) OVERRIDE;
|
D | shelf_layout_manager.cc | 1149 SessionStateDelegate::SessionState state) { in SessionStateChanged()
|