HomeSort by relevance Sort by last modified time
    Searched refs:SESSIONS (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/sync/sessions/
nudge_tracker_unittest.cc 8 #include "sync/sessions/nudge_tracker.h"
27 namespace sessions { namespace in namespace:syncer
264 EXPECT_EQ(0, ProtoRefreshRequestedCount(SESSIONS));
267 nudge_tracker_.RecordLocalRefreshRequest(ModelTypeSet(SESSIONS));
268 EXPECT_EQ(1, ProtoRefreshRequestedCount(SESSIONS));
272 EXPECT_EQ(0, ProtoRefreshRequestedCount(SESSIONS));
280 nudge_tracker_.RecordLocalChange(ModelTypeSet(SESSIONS));
286 nudge_tracker_.RecordLocalRefreshRequest(ModelTypeSet(SESSIONS));
305 nudge_tracker_.RecordLocalChange(ModelTypeSet(SESSIONS));
311 nudge_tracker_.RecordLocalRefreshRequest(ModelTypeSet(SESSIONS));
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 59 // SESSIONS is lumped together with PROXY_TABS and
63 if (it.Get() == syncer::AUTOFILL_PROFILE || it.Get() == syncer::SESSIONS) {
79 syncer::SESSIONS));
120 // SESSIONS is lumped together with PROXY_TABS and TYPED_URLS.
126 it.Get() == syncer::SESSIONS ||
146 // SESSIONS should be enabled only if PROXY_TABS is.
148 DoesTopLevelNodeExist(user_share, syncer::SESSIONS));
150 // SESSIONS should be enabled only if TYPED_URLS is.
152 DoesTopLevelNodeExist(user_share, syncer::SESSIONS));
  /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...]
nigori_util_unittest.cc 29 encrypted_types.erase(syncable::SESSIONS);
model_type.h 69 SESSIONS,
nigori_util.cc 54 encrypted_types.insert(SESSIONS);
70 nigori->set_encrypt_sessions(types.count(SESSIONS) > 0);
  /external/chromium/chrome/browser/sync/glue/
session_data_type_controller.cc 28 return syncable::SESSIONS;
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.
  /external/chromium_org/chrome/browser/sync/glue/
session_data_type_controller.cc 32 return syncer::SESSIONS;
tab_node_pool.cc 20 "Server did not create the top-level sessions node. We "
74 if (root.InitByTagLookup(syncer::ModelTypeToRootTag(syncer::SESSIONS)) !=
83 tab_node.InitUniqueByCreation(syncer::SESSIONS, root, tab_node_tag);
129 if (tab_node.InitByClientTagLookup(syncer::SESSIONS, tab_node_tag) !=
175 if (tab_node.InitByClientTagLookup(syncer::SESSIONS, tab_node_tag) !=
session_change_processor.cc 44 // from all other URL's as accessing it triggers a sync refresh of Sessions.
214 if (root.InitByTagLookup(syncer::ModelTypeToRootTag(syncer::SESSIONS)) !=
217 "Sessions root node lookup failed.");
228 // sessions). Therefore we don't care if it's a tab node or meta node,
231 syncer::SESSIONS);
261 DCHECK(syncer::SESSIONS == sync_node.GetModelType());
278 // Notify foreign session handlers that there are new sessions.
318 DVLOG(1) << "Triggering sync refresh for sessions datatype.";
319 const syncer::ModelTypeSet types(syncer::SESSIONS);
session_model_associator.cc 25 #include "chrome/browser/sessions/session_id.h"
35 #include "components/sessions/serialized_navigation_entry.h"
62 using sessions::SerializedNavigationEntry;
63 using syncer::SESSIONS;
101 "Server did not create the top-level sessions node. We "
164 if (root.InitByTagLookup(syncer::ModelTypeToRootTag(syncer::SESSIONS)) !=
169 // The sync model has user created nodes iff the sessions folder has
179 if (node.InitByClientTagLookup(SESSIONS, tag) != syncer::BaseNode::INIT_OK)
215 // consume it when receiving foreign sessions, as reading it is free, but
434 syncer::SESSIONS,
1034 std::vector<const SyncedSession*> sessions; local
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions2/
session_data_type_controller2.cc 20 : UIDataTypeController(syncer::SESSIONS,
notification_service_sessions_router.cc 129 flare_.Run(syncer::SESSIONS);
sessions_sync_manager.cc 27 using sessions::SerializedNavigationEntry;
41 // from all other URL's as accessing it triggers a sync refresh of Sessions.
168 // consume it when receiving foreign sessions, as reading it is free, but
317 DVLOG(1) << "Triggering sync refresh for sessions datatype.";
318 const syncer::ModelTypeSet types(syncer::SESSIONS);
410 syncer::SESSIONS);
423 // sessions). Therefore we don't care if it's a tab node or meta node,
467 LOG(WARNING) << "Old sessions node without tab node id; can't tombstone.";
476 syncer::SESSIONS));
481 std::vector<const SyncedSession*>* sessions) {
908 std::vector<const SyncedSession*> sessions; local
    [all...]
  /external/chromium_org/sync/util/
data_type_histogram.h 69 case ::syncer::SESSIONS: \
70 PER_DATA_TYPE_MACRO("Sessions"); \
  /external/chromium_org/sync/syncable/
model_type.cc 65 case SESSIONS:
167 case SESSIONS:
292 return SESSIONS;
469 case SESSIONS:
470 return "Sessions";
542 case SESSIONS:
635 else if (model_type_string == "Sessions")
636 return SESSIONS;
729 case SESSIONS:
847 case SESSIONS
    [all...]
nigori_util.cc 262 nigori->set_encrypt_sessions(encrypted_types.Has(SESSIONS));
301 encrypted_types.Put(SESSIONS);
  /external/chromium_org/chrome/browser/sync/
sync_prefs_unittest.cc 80 registered_types.Remove(syncer::SESSIONS);
90 // Proxy tabs should not be enabled (since sessions wasn't), but history
97 // Now manually enable sessions, which should result in proxy tabs also being
159 expected_preferred_types.Put(syncer::SESSIONS);
164 expected_preferred_types.Put(syncer::SESSIONS);
sync_prefs.cc 116 // SESSIONS - all previously launched data types are treated as if they are
131 model_set.Put(syncer::SESSIONS);
320 case syncer::SESSIONS:
410 pref_groups_[syncer::TYPED_URLS].Put(syncer::SESSIONS);
415 pref_groups_[syncer::PROXY_TABS].Put(syncer::SESSIONS);
419 pref_groups_[syncer::MANAGED_USER_SETTINGS].Put(syncer::SESSIONS);
453 pref_name = GetPrefNameForDataType(syncer::SESSIONS);
profile_sync_service_session_unittest.cc 21 #include "chrome/browser/sessions/session_tab_helper.h"
259 syncer::SESSIONS, test->sync_service()->GetUserShare());
284 node.InitByClientTagLookup(syncer::SESSIONS, machine_tag));
    [all...]
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 56 case syncable::SESSIONS:
profile_sync_service_session_unittest.cc 13 #include "chrome/browser/sessions/session_service.h"
14 #include "chrome/browser/sessions/session_service_test_helper.h"
157 syncable::SESSIONS,
187 ASSERT_TRUE(node.InitByClientTagLookup(syncable::SESSIONS,
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 74 SESSIONS,
112 // Tab sync. This is a placeholder type, so that Sessions can be implicitly
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 33 #include "chrome/browser/sync/sessions/sync_session.h"
54 using browser_sync::sessions::SyncSessionSnapshot;
709 (*out)[syncable::SESSIONS] = browser_sync::GROUP_PASSIVE;
    [all...]

Completed in 215 milliseconds

1 2 3