Home
last modified time | relevance | path

Searched refs:SessionHeader (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_session.cc22 sync_pb::SessionHeader SyncedSession::ToSessionHeader() const { in ToSessionHeader()
23 sync_pb::SessionHeader header; in ToSessionHeader()
Dsession_sync_test_helper.cc27 sync_pb::SessionHeader* header = meta->mutable_header(); in BuildSessionSpecifics()
37 sync_pb::SessionHeader* header = meta->mutable_header(); in AddWindowSpecifics()
Dsynced_session.h85 sync_pb::SessionHeader ToSessionHeader() const;
/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager.h40 class SessionHeader; variable
251 const sync_pb::SessionHeader& header_specifics,
331 static bool IsValidSessionHeader(const sync_pb::SessionHeader& header);
Dsessions_sync_manager.cc125 sync_pb::SessionHeader* header_s = base_specifics->mutable_header(); in MergeDataAndStartSyncing()
159 sync_pb::SessionHeader* header_s = specifics.mutable_header(); in AssociateWindows()
348 const sync_pb::SessionHeader& header) { in IsValidSessionHeader()
434 sync_pb::SessionHeader* header_specifics = in GetAllSyncData()
623 const sync_pb::SessionHeader& header = specifics.header(); in UpdateTrackerWithForeignSession()
695 const sync_pb::SessionHeader& header_specifics, in PopulateSessionHeaderFromSpecifics()
Dsessions_sync_manager_unittest.cc324 sync_pb::SessionHeader header_s; in TEST_F()
776 const sync_pb::SessionHeader& header_s = specifics.header(); in TEST_F()
789 const sync_pb::SessionHeader& header_s2 = specifics2.header(); in TEST_F()
998 const sync_pb::SessionHeader& header_s = specifics.header(); in TEST_F()
1025 const sync_pb::SessionHeader& header_s2 = specifics2.header(); in TEST_F()
1319 const sync_pb::SessionHeader& session_header = in TEST_F()
1465 const sync_pb::SessionHeader& header_s = specifics.header(); in TEST_F()
1552 const sync_pb::SessionHeader& session_header = header.session().header(); in TEST_F()
1604 const sync_pb::SessionHeader& header_s = specifics.header(); in TEST_F()
1634 const sync_pb::SessionHeader& header_s2 = specifics2.header(); in TEST_F()
/external/chromium_org/sync/protocol/
Dproto_value_conversions.h60 class SessionHeader; variable
112 const sync_pb::SessionHeader& session_header);
Dsession_specifics.proto22 optional SessionHeader header = 2;
30 message SessionHeader { message
Dproto_value_conversions.cc160 const sync_pb::SessionHeader& proto) { in SessionHeaderToValue()
/external/chromium_org/chrome/browser/ui/toolbar/
Drecent_tabs_builder_test_helper.cc263 sync_pb::SessionHeader* header = meta->mutable_header(); in BuildSessionSpecifics()
272 sync_pb::SessionHeader* header = meta->mutable_header(); in BuildWindowSpecifics()
/external/chromium_org/chrome/browser/extensions/api/sessions/
Dsessions_apitest.cc47 sync_pb::SessionHeader* header = meta->mutable_header(); in BuildSessionSpecifics()
55 sync_pb::SessionHeader* header = meta->mutable_header(); in BuildWindowSpecifics()