/external/chromium/chrome/browser/sync/engine/ |
cleanup_disabled_types_command.cc | 7 #include "chrome/browser/sync/sessions/sync_session.h" 8 #include "chrome/browser/sync/sessions/sync_session_context.h" 18 void CleanupDisabledTypesCommand::ExecuteImpl(sessions::SyncSession* session) {
|
clear_data_command.cc | 12 #include "chrome/browser/sync/sessions/sync_session.h" 19 using sessions::StatusController; 20 using sessions::SyncSession;
|
post_commit_message_command.cc | 11 #include "chrome/browser/sync/sessions/sync_session.h" 21 void PostCommitMessageCommand::ExecuteImpl(sessions::SyncSession* session) { 29 sessions::StatusController* status = session->status_controller();
|
apply_updates_command.h | 25 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
|
conflict_resolver.h | 29 namespace sessions { namespace in namespace:browser_sync 43 sessions::StatusController* status); 72 sessions::StatusController* status); 83 sessions::StatusController* status);
|
resolve_conflicts_command.h | 26 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
|
syncer_end_command.h | 26 virtual void ExecuteImpl(sessions::SyncSession* session);
|
process_updates_command.h | 36 virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session); 37 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
|
process_commit_response_command.h | 31 virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session); 32 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session); 44 void ProcessCommitResponse(sessions::SyncSession* session);
|
update_applicator.h | 24 namespace sessions { namespace in namespace:browser_sync 55 sessions::ConflictProgress* conflict_progress, 56 sessions::UpdateProgress* update_progress);
|
clear_data_command.h | 27 virtual void ExecuteImpl(sessions::SyncSession* session);
|
syncer_proto_util.h | 29 namespace sessions { namespace in namespace:browser_sync 48 sessions::SyncSession* session); 109 sessions::SyncSession* session); 114 sessions::SyncSession* session,
|
verify_updates_command.h | 30 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
|
syncer_thread.h | 23 #include "chrome/browser/sync/sessions/sync_session.h" 24 #include "chrome/browser/sync/sessions/sync_session_context.h" 30 class SyncerThread : public sessions::SyncSession::Delegate, 45 SyncerThread(sessions::SyncSessionContext* context, Syncer* syncer); 54 // will continue no matter what, b) the scheduled sessions already contain 128 linked_ptr<sessions::SyncSession> session, bool is_canary_job, 133 linked_ptr<sessions::SyncSession> session; 204 sessions::SyncSession* session, 274 browser_sync::sessions::SyncSession* CreateSyncSession( 275 const browser_sync::sessions::SyncSourceInfo& info) [all...] |
/external/openssh/regress/ |
putty-transfer.sh | 19 cp ${OBJ}/.putty/sessions/localhost_proxy \ 20 ${OBJ}/.putty/sessions/compression_$c 21 echo "Compression=$c" >> ${OBJ}/.putty/sessions/kex_$k
|
/external/chromium/chrome/browser/ui/webui/ |
value_helper.h | 9 #include "chrome/browser/sessions/tab_restore_service.h"
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSessionContext.java | 53 * Returns the timeout for sessions in this session context. Sessions 72 * Sets the timeout for sessions in this context. Sessions exceeding the
|
/external/chromium/chrome/browser/sync/sessions/ |
sync_session.h | 27 #include "chrome/browser/sync/sessions/ordered_commit_set.h" 28 #include "chrome/browser/sync/sessions/session_state.h" 29 #include "chrome/browser/sync/sessions/status_controller.h" 30 #include "chrome/browser/sync/sessions/sync_session_context.h" 41 namespace sessions { namespace in namespace:browser_sync 54 // Silenced intervals can be out of phase with individual sessions, so the 101 // sessions. 183 } // namespace sessions
|
sync_session.cc | 5 #include "chrome/browser/sync/sessions/sync_session.h" 10 namespace sessions { namespace in namespace:browser_sync 33 // When we coalesce sessions, the sync update source gets overwritten with the 111 } // namespace sessions
|
/external/chromium/base/win/ |
event_trace_consumer.h | 20 // from realtime or file sessions. Concrete consumers need to sublass 45 // to open as many as MAXIMUM_WAIT_OBJECTS (63) sessions at 56 // Consume all open sessions from beginning to end. 59 // Close all open sessions. 72 // Currently open sessions.
|
/external/chromium/chrome/browser/instant/ |
promo_counter.h | 18 // shown for a specified number of days or sessions (launches of chrome). 48 // Invoked if the max number of sessions has been encountered. 62 // Max number of sessions/days before the promo stops.
|
/external/chromium/chrome/browser/sessions/ |
session_command.cc | 7 #include "chrome/browser/sessions/session_command.h"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
_README.txt | 9 will clear the stored sessions, in this case simply run the
|
/external/ganymed-ssh2/ |
overview.html | 3 It allows one to connect to SSH servers from within Java programs. It supports SSH sessions
|
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
ClientSessionContextTest.java | 98 Set<SSLSession> sessions = new HashSet<SSLSession>(); local 102 sessions.add(context.getSession(id)); 106 for (SSLSession s : sessions) { 109 assertEquals(expected, sessions);
|