/external/chromium/chrome/browser/sync/syncable/ |
model_type.cc | 54 case SESSIONS: 104 case SESSIONS: 182 return SESSIONS; 205 case SESSIONS: 206 return "Sessions"; 260 else if (model_type_string == "Sessions") 261 return SESSIONS; 331 case SESSIONS: 388 case SESSIONS: { 449 case SESSIONS [all...] |
/external/chromium/chrome/browser/sync/glue/ |
session_change_processor.h | 10 #include "chrome/browser/sessions/session_backend.h" 11 #include "chrome/browser/sessions/session_service.h"
|
session_model_associator.h | 21 #include "chrome/browser/sessions/session_id.h" 22 #include "chrome/browser/sessions/session_service.h" 23 #include "chrome/browser/sessions/session_types.h" 49 // Contains all logic for associating the Chrome sessions model and 50 // the sync sessions model. 91 // Resync local window information. Updates the local sessions header node 145 // Builds a list of all foreign sessions. 147 bool GetAllForeignSessions(std::vector<const ForeignSession*>* sessions); 176 static syncable::ModelType model_type() { return syncable::SESSIONS; } 231 // previous sessions, not for freeing tab nodes we created throug [all...] |
session_change_processor.cc | 166 "Sessions root node lookup failed."); 182 DCHECK_EQ(node.GetModelType(), syncable::SESSIONS); 199 DCHECK(syncable::SESSIONS == sync_node.GetModelType()); 217 // Notify foreign session handlers that there are new sessions.
|
session_data_type_controller.cc | 28 return syncable::SESSIONS;
|
session_model_associator_unittest.cc | 10 #include "chrome/browser/sessions/session_types.h" 151 // The sessions don't have valid windows, lookup should not succeed. 152 std::vector<const ForeignSession*> sessions; local 153 ASSERT_FALSE(tracker.LookupAllForeignSessions(&sessions));
|
/external/chromium/chrome/browser/ui/webui/ |
foreign_session_handler.h | 11 #include "chrome/browser/sessions/session_service.h" 45 // Determines whether foreign sessions should be obtained from the sync model.
|
foreign_session_handler.cc | 15 #include "chrome/browser/sessions/session_restore.h" 77 // syncing sessions. 90 std::vector<const ForeignSession*> sessions; local 98 if (!associator->GetAllForeignSessions(&sessions)) { 106 sessions.begin(); i != sessions.end() &&
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
SSLClientSessionCache.java | 23 * {@link javax.net.ssl.SSLSessionContext} to share client-side SSL sessions 25 * persist and reuse sessions across restarts.
|
/frameworks/base/docs/html/design/videos/ |
index.jd | 4 <p>The Android Design Team was pleased to present five fantastic design-oriented sessions at Google I/O 2012. Visit these pages to view the videos and presentations from the conference.</p> 11 <h3 id="design-for-success"><a href="https://developers.google.com/events/io/sessions/gooio2012/112/">Android Design for Success</a></h3> 23 <h3 id="design-for-engineers"><a href="https://developers.google.com/events/io/sessions/gooio2012/1204/">Android Design for Engineers</a></h3> 35 <h3 id="navigation-in-android"><a href="https://developers.google.com/events/io/sessions/gooio2012/114/">Navigation in Android</a></h3> 47 <h3 id="now-what"><a href="https://developers.google.com/events/io/sessions/gooio2012/115/">So You've Read the Design Guide; Now What?</a></h3> 59 <h3 id="playing-with-patterns"><a href="https://developers.google.com/events/io/sessions/gooio2012/131/">Playing with Patterns</a></h3>
|
/external/chromium/chrome/browser/sync/engine/ |
apply_updates_command_unittest.cc | 13 #include "chrome/browser/sync/sessions/sync_session.h" 24 using sessions::SyncSession; 144 sessions::StatusController* status = session()->status_controller(); 146 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE); 167 sessions::StatusController* status = session()->status_controller(); 168 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE); 184 sessions::StatusController* status = session()->status_controller(); 185 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE); 206 sessions::StatusController* status = session()->status_controller(); 207 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE) [all...] |
syncer.cc | 51 using sessions::ScopedSessionContextConflictResolver; 52 using sessions::StatusController; 53 using sessions::SyncSession; 54 using sessions::ConflictProgress; 74 void Syncer::SyncShare(sessions::SyncSession* session) { 80 const sessions::SyncSourceInfo& source(session->source()); 90 void Syncer::SyncShare(sessions::SyncSession* session, 188 sessions::ScopedSetSessionWriteTransaction set_trans(session, &trans); 290 void Syncer::ProcessClientCommand(sessions::SyncSession* session) {
|
process_updates_command.cc | 14 #include "chrome/browser/sync/sessions/sync_session.h" 22 using sessions::SyncSession; 23 using sessions::StatusController; 47 const sessions::UpdateProgress& progress(status->update_progress()); 48 vector<sessions::VerifiedUpdate>::const_iterator it;
|
update_applicator.cc | 11 #include "chrome/browser/sync/sessions/session_state.h" 117 sessions::ConflictProgress* conflict_progress, 118 sessions::UpdateProgress* update_progress) {
|
all_status.cc | 13 #include "chrome/browser/sync/sessions/session_state.h" 48 const sessions::SyncSessionSnapshot* snapshot = event.snapshot; 60 const sessions::ErrorCounters& errors(snapshot->errors); 72 // counter preserve its value across sessions. http://crbug.com/26339
|
store_timestamps_command.h | 32 virtual void ExecuteImpl(sessions::SyncSession* session);
|
syncer.h | 20 #include "chrome/browser/sync/sessions/sync_session.h" 91 virtual void SyncShare(sessions::SyncSession* session); 95 virtual void SyncShare(sessions::SyncSession* session, 101 void ProcessClientCommand(sessions::SyncSession* session);
|
/external/qemu/ |
shaper.c | 385 Session sessions; member in struct:NetDelayRec_ 400 Session* pnode = &delay->sessions; 431 for (session = delay->sessions; session != NULL; session = session->next) 464 delay->sessions = NULL; 482 /* when changing the latency, accept all sessions */ 483 while (delay->sessions) { 484 Session session = delay->sessions; 485 delay->sessions = session->next; 552 session->next = delay->sessions; 553 delay->sessions = session [all...] |
/external/chromium/chrome/browser/sync/ |
js_sync_manager_observer_unittest.cc | 14 #include "chrome/browser/sync/sessions/session_state.h" 82 sessions::SyncSessionSnapshot snapshot(sessions::SyncerStatus(), 83 sessions::ErrorCounters(), 93 sessions::SyncSourceInfo());
|
test_profile_sync_service.cc | 12 #include "chrome/browser/sync/sessions/session_state.h" 18 using browser_sync::sessions::ErrorCounters; 19 using browser_sync::sessions::SyncSourceInfo; 20 using browser_sync::sessions::SyncerStatus; 21 using browser_sync::sessions::SyncSessionSnapshot;
|
js_sync_manager_observer.h | 34 const sessions::SyncSessionSnapshot* snapshot);
|
/external/chromium/chrome/browser/sync/sessions/ |
ordered_commit_set.cc | 5 #include "chrome/browser/sync/sessions/ordered_commit_set.h" 12 namespace sessions { namespace in namespace:browser_sync 101 } // namespace sessions
|
session_state_unittest.cc | 5 #include "chrome/browser/sync/sessions/session_state.h" 16 namespace sessions { namespace in namespace:browser_sync 178 } // namespace sessions
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
pkcs11_internal.h | 108 /* Mutex to protect the table of secondary sessions */ 111 /* Table of secondary sessions */ 127 /* A node of the table of secondary sessions */
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLServerSocket.java | 216 * Sets whether new SSL sessions may be established for new connections. 219 * {@code true} if new SSL sessions may be established, 220 * {@code false} if existing SSL sessions must be reused. 225 * Returns whether new SSL sessions may be established for new connections. 227 * @return {@code true} if new SSL sessions may be established, 228 * {@code false} if existing SSL sessions must be reused.
|