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

  /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.
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/
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,
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/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...]
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/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/ui/webui/options/
sync_setup_handler.cc 115 config->data_types.insert(syncable::SESSIONS);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 166 milliseconds