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

12 3

  /external/chromium/chrome/browser/sync/sessions/
sync_session_unittest.cc 5 #include "chrome/browser/sync/sessions/sync_session.h"
21 namespace sessions { namespace in namespace:browser_sync
127 sessions::ScopedSetSessionWriteTransaction set_trans(session.get(), &trans);
351 update[syncable::SESSIONS] = payload2; // New.
359 EXPECT_EQ(payload2, original[syncable::SESSIONS]);
364 } // namespace sessions
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 30 "Server did not create the top-level sessions node. We "
77 // The sync model has user created nodes iff the sessions folder has
92 if (!node.InitByClientTagLookup(syncable::SESSIONS, tag))
381 // TODO(zea): we will need this once we support deleting foreign sessions.
393 // Read any available foreign sessions and load any session data we may have.
413 if (!write_node.InitUniqueByCreation(syncable::SESSIONS, root,
415 LOG(ERROR) << "Failed to create sessions header sync node.";
469 // Iterate through the nodes and associate any foreign sessions.
748 if (!tab_node.InitUniqueByCreation(syncable::SESSIONS, root,
774 std::vector<const ForeignSession*>* sessions) {
    [all...]
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...]
data_type_manager_impl.cc 35 syncable::SESSIONS,
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 198 if (data_type_controllers_.find(syncable::SESSIONS) ==
200 data_type_controllers_.find(syncable::SESSIONS)->second->state() !=
206 syncable::SESSIONS)->second.get())->GetModelAssociator();
461 case syncable::SESSIONS:
    [all...]
sync_setup_flow.cc 130 registered_types.count(syncable::SESSIONS) > 0);
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.h 20 #include "chrome/browser/sessions/session_id.h"
21 #include "chrome/browser/sessions/session_service.h"
22 #include "chrome/browser/sessions/session_types.h"
54 // Contains all logic for associating the Chrome sessions model and
55 // the sync sessions model.
87 // Resync local window information. Updates the local sessions header node
142 // Attempts to asynchronously refresh the sessions sync data. If new data is
152 // Triggers garbage collection of stale sessions (as defined by
157 // Set the threshold of inactivity (in days) at which we consider sessions
171 static syncer::ModelType model_type() { return syncer::SESSIONS; }
    [all...]
model_association_manager.cc 52 syncer::SESSIONS,
sync_backend_host_impl_unittest.cc 158 enabled_types_.Put(syncer::SESSIONS);
644 syncer::ModelTypeSet set2 = syncer::ModelTypeSet(syncer::SESSIONS);
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc 54 datatypes.push_back(syncer::SESSIONS);
profile_sync_service.cc 374 // If we're using sessions V2, there's no model associator.
380 syncer::SESSIONS)->second.get())->GetModelAssociator();
384 return data_type_controllers_.find(syncer::SESSIONS) !=
386 data_type_controllers_.find(syncer::SESSIONS)->second->state() ==
    [all...]
profile_sync_components_factory_impl.cc 446 case syncer::SESSIONS: {
profile_sync_service_android.cc 366 if (types.Has(syncer::SESSIONS)) {
  /external/chromium_org/chrome/browser/sync/sessions2/
tab_node_pool2.cc 122 syncer::SESSIONS)));
sessions_sync_manager_unittest.cc 9 #include "chrome/browser/sessions/session_id.h"
10 #include "chrome/browser/sessions/session_tab_helper.h"
11 #include "chrome/browser/sessions/session_types.h"
19 #include "components/sessions/serialized_navigation_entry_test_helper.h"
30 using sessions::SerializedNavigationEntry;
31 using sessions::SerializedNavigationEntryTestHelper;
164 syncer::SESSIONS, initial_data,
178 syncer::SESSIONS));
565 syncer::SESSIONS, in,
788 // Tests that this SyncSessionManager knows how to delete foreign sessions
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 5 #include "chrome/browser/extensions/api/sessions/sessions_api.h"
16 #include "chrome/browser/extensions/api/sessions/session_id.h"
25 #include "chrome/browser/sessions/session_restore.h"
26 #include "chrome/browser/sessions/tab_restore_service_delegate.h"
27 #include "chrome/browser/sessions/tab_restore_service_factory.h"
44 namespace GetRecentlyClosed = api::sessions::GetRecentlyClosed;
45 namespace GetDevices = api::sessions::GetDevices;
46 namespace Restore = api::sessions::Restore;
51 "There are no recently closed sessions.";
55 const char kSessionSyncError[] = "Synced sessions are not available."
364 std::vector<const browser_sync::SyncedSession*> sessions; local
    [all...]
sessions_apitest.cc 5 #include "chrome/browser/extensions/api/sessions/sessions_api.h"
30 // If more sessions are added to session tags, num sessions should be updated.
120 preferred_types.Put(syncer::SESSIONS);
141 "\"permissions\": [\"sessions\", \"tabs\"]}"));
183 ListValue* sessions = NULL; local
187 EXPECT_TRUE(device->GetList("sessions", &sessions));
188 EXPECT_EQ(0u, sessions->GetSize());
204 ListValue* sessions = NULL local
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 115 config->data_types.insert(syncable::SESSIONS);
  /external/chromium_org/sync/internal_api/
base_node.cc 312 DCHECK_EQ(GetModelType(), SESSIONS);
sync_manager_impl_unittest.cc 59 #include "sync/sessions/sync_session.h"
90 using sessions::SyncSessionSnapshot;
874 (*out)[SESSIONS] = GROUP_PASSIVE;
    [all...]
sync_manager_impl.cc 56 using sessions::SyncSessionContext;
125 case SESSIONS:
154 case SESSIONS:
    [all...]
  /external/chromium_org/sync/tools/
sync_client.cc 300 model_types.Put(SESSIONS);
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 55 #include "chrome/browser/sync/sessions/sync_session.h"
56 #include "chrome/browser/sync/sessions/sync_session_context.h"
86 using browser_sync::sessions::SyncSessionContext;
422 DCHECK_EQ(syncable::SESSIONS, GetModelType());
598 DCHECK_EQ(syncable::SESSIONS, GetModelType());
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.cc     [all...]
search_provider_unittest.cc     [all...]

Completed in 330 milliseconds

12 3