HomeSort by relevance Sort by last modified time
    Searched full:sessions (Results 1 - 25 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/sessions/
test_util.h 11 #include "chrome/browser/sync/sessions/sync_session.h"
16 namespace sessions { namespace in namespace:browser_sync
19 void SimulateHasMoreToSync(sessions::SyncSession* session,
21 void SimulateDownloadUpdatesFailed(sessions::SyncSession* session,
23 void SimulateCommitFailed(sessions::SyncSession* session,
25 void SimulateSuccess(sessions::SyncSession* session,
27 void SimulateThrottledImpl(sessions::SyncSession* session,
29 void SimulatePollIntervalUpdateImpl(sessions::SyncSession* session,
41 } // namespace sessions
test_util.cc 5 #include "chrome/browser/sync/sessions/test_util.h"
8 namespace sessions { namespace in namespace:browser_sync
11 void SimulateHasMoreToSync(sessions::SyncSession* session,
17 void SimulateDownloadUpdatesFailed(sessions::SyncSession* session,
25 void SimulateCommitFailed(sessions::SyncSession* session,
36 void SimulateSuccess(sessions::SyncSession* session,
45 void SimulateThrottledImpl(sessions::SyncSession* session,
50 void SimulatePollIntervalUpdateImpl(sessions::SyncSession* session,
56 } // namespace sessions
sync_session_context.cc 5 #include "chrome/browser/sync/sessions/sync_session_context.h"
8 #include "chrome/browser/sync/sessions/session_state.h"
12 namespace sessions { namespace in namespace:browser_sync
39 } // namespace sessions
  /external/chromium/chrome/browser/sync/engine/
build_and_process_conflict_sets_command.h 28 namespace sessions { namespace in namespace:browser_sync
39 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
42 bool BuildAndProcessConflictSets(sessions::SyncSession* session);
46 Cryptographer* cryptographer, sessions::StatusController* status,
54 sessions::StatusController* status);
56 sessions::ConflictProgress* conflict_progress);
60 sessions::ConflictProgress* conflict_progress);
63 sessions::ConflictProgress* conflict_progress);
66 sessions::ConflictProgress* conflict_progress);
69 sessions::ConflictProgress* conflict_progress)
    [all...]
model_changing_syncer_command.cc 9 #include "chrome/browser/sync/sessions/status_controller.h"
10 #include "chrome/browser/sync/sessions/sync_session.h"
14 void ModelChangingSyncerCommand::ExecuteImpl(sessions::SyncSession* session) {
24 sessions::StatusController* status = work_session_->status_controller();
25 sessions::ScopedModelSafeGroupRestriction r(status, group);
33 sessions::SyncSession* session) {
resolve_conflicts_command.cc 8 #include "chrome/browser/sync/sessions/sync_session.h"
17 sessions::SyncSession* session) {
27 sessions::StatusController* status = session->status_controller();
syncer_end_command.cc 8 #include "chrome/browser/sync/sessions/sync_session.h"
17 void SyncerEndCommand::ExecuteImpl(sessions::SyncSession* session) {
21 sessions::SyncSessionSnapshot snapshot(session->TakeSnapshot());
build_commit_command.h 21 virtual void ExecuteImpl(sessions::SyncSession* session);
24 void AddExtensionsActivityToMessage(sessions::SyncSession* session,
syncer_command.h 13 namespace sessions { namespace in namespace:browser_sync
35 void Execute(sessions::SyncSession* session);
38 virtual void ExecuteImpl(sessions::SyncSession* session) = 0;
40 void SendNotifications(sessions::SyncSession* session);
get_commit_ids_command.h 14 #include "chrome/browser/sync/sessions/ordered_commit_set.h"
15 #include "chrome/browser/sync/sessions/sync_session.h"
30 virtual void ExecuteImpl(sessions::SyncSession* session);
46 sessions::OrderedCommitSet* commit_set)
104 sessions::OrderedCommitSet* commit_set_;
118 bool AddItem(syncable::Entry* item, sessions::OrderedCommitSet* result);
122 sessions::OrderedCommitSet* result);
137 scoped_ptr<sessions::OrderedCommitSet> ordered_commit_set_;
post_commit_message_command.h 19 virtual void ExecuteImpl(sessions::SyncSession* session);
store_timestamps_command.cc 7 #include "chrome/browser/sync/sessions/status_controller.h"
8 #include "chrome/browser/sync/sessions/sync_session.h"
18 void StoreTimestampsCommand::ExecuteImpl(sessions::SyncSession* session) {
30 sessions::StatusController* status = session->status_controller();
syncer_command.cc 8 #include "chrome/browser/sync/sessions/sync_session.h"
13 using sessions::SyncSession;
33 const sessions::SyncSessionSnapshot& snapshot(session->TakeSnapshot());
model_changing_syncer_command.h 12 namespace sessions { namespace in namespace:browser_sync
32 virtual void ExecuteImpl(sessions::SyncSession* session);
45 virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session);
51 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session) = 0;
58 sessions::SyncSession* work_session_;
syncer_thread2_unittest.cc 10 #include "chrome/browser/sync/sessions/test_util.h"
28 using sessions::SyncSession;
29 using sessions::SyncSessionContext;
30 using sessions::SyncSessionSnapshot;
36 MOCK_METHOD3(SyncShare, void(sessions::SyncSession*, SyncerStep,
210 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
228 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
250 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
277 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed),
279 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess)
    [all...]
verify_updates_command_unittest.cc 7 #include "chrome/browser/sync/sessions/sync_session.h"
17 using sessions::SyncSession;
18 using sessions::StatusController;
94 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_UI);
98 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_DB);
102 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE);
apply_updates_command.cc 8 #include "chrome/browser/sync/sessions/sync_session.h"
14 using sessions::SyncSession;
42 sessions::StatusController* status(session->status_controller());
  /external/openssh/regress/
putty-kex.sh 16 cp ${OBJ}/.putty/sessions/localhost_proxy \
17 ${OBJ}/.putty/sessions/kex_$k
18 echo "KEX=$k" >> ${OBJ}/.putty/sessions/kex_$k
putty-ciphers.sh 16 cp ${OBJ}/.putty/sessions/localhost_proxy \
17 ${OBJ}/.putty/sessions/cipher_$c
18 echo "Cipher=$c" >> ${OBJ}/.putty/sessions/cipher_$c
  /external/chromium/chrome/browser/sessions/
session_id.cc 5 #include "chrome/browser/sessions/session_id.h"
session_service_test_helper.cc 5 #include "chrome/browser/sessions/session_service_test_helper.h"
8 #include "chrome/browser/sessions/session_backend.h"
9 #include "chrome/browser/sessions/session_id.h"
10 #include "chrome/browser/sessions/session_service.h"
11 #include "chrome/browser/sessions/session_types.h"
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java 46 /** Identifies OpenSSL sessions. */
49 private final Map<ByteArray, SSLSession> sessions field in class:AbstractSessionContext
75 * Returns the collection of sessions ordered from oldest to newest
78 synchronized (sessions) {
79 SSLSession[] array = sessions.values().toArray(
80 new SSLSession[sessions.size()]);
126 synchronized (sessions) {
127 int size = sessions.size();
130 Iterator<SSLSession> i = sessions.values().iterator();
147 synchronized (sessions) {
    [all...]
ServerSessionContext.java 22 * Caches server sessions. Indexes by session ID. Users typically look up
23 * sessions using the ID provided by an SSL client.
32 // TODO make sure SSL_CTX does not automaticaly clear sessions we want it to cache
42 // sure you don't reuse sessions externalized with i2d_SSL_SESSION
43 // between apps. However our sessions are either in memory or
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.h 16 #include "chrome/browser/sessions/session_id.h"
17 #include "chrome/browser/sessions/session_types.h"
21 // Class to manage foreign sessions. The tracker will own all ForeignSession
29 // Fill a preallocated vector with all foreign sessions we're tracking.
30 // Returns true if we had foreign sessions to fill it with, false otherwise.
31 bool LookupAllForeignSessions(std::vector<const ForeignSession*>* sessions);
65 // orphaned tabs (thos which can't be reached by traversing foreign sessions).
98 // Map of foreign sessions, accessed by the foreign client id.
foreign_session_tracker.cc 19 std::vector<const ForeignSession*>* sessions) {
20 DCHECK(sessions);
21 // Fill vector of sessions from our foreign session map.
24 // Only include sessions with open tabs.
29 sessions->push_back(foreign_session);
33 return !sessions->empty();

Completed in 286 milliseconds

1 2 3 4 5 6 7 8 91011>>