Home
last modified time | relevance | path

Searched refs:GetSessionSpecifics (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dsession_change_processor.cc183 const sync_pb::SessionSpecifics& specifics = node.GetSessionSpecifics(); in ApplyChangesFromSyncModel()
202 sync_node.GetSessionSpecifics()); in ApplyChangesFromSyncModel()
Dsession_model_associator.cc479 sync_node.GetSessionSpecifics(); in UpdateAssociationsFromSyncModel()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h235 const sync_pb::SessionSpecifics& GetSessionSpecifics() const;
Dsyncapi.cc421 const sync_pb::SessionSpecifics& BaseNode::GetSessionSpecifics() const { in GetSessionSpecifics() function in sync_api::BaseNode
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_session_unittest.cc189 const sync_pb::SessionSpecifics& specifics(node.GetSessionSpecifics()); in TEST_F()