Home
last modified time | relevance | path

Searched refs:header_s (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_session_unittest.cc192 const sync_pb::SessionHeader& header_s = specifics.header(); in TEST_F() local
193 ASSERT_EQ(0, header_s.window_size()); in TEST_F()
264 sync_pb::SessionHeader* header_s = meta_specifics.mutable_header(); in TEST_F() local
265 sync_pb::SessionWindow* window_s = header_s->add_window(); in TEST_F()
/external/chromium/chrome/browser/sync/glue/
Dsession_model_associator.cc114 sync_pb::SessionHeader* header_s = specifics.mutable_header(); in ReassociateWindows() local
156 sync_pb::SessionWindow* header_window = header_s->add_window(); in ReassociateWindows()
867 sync_pb::SessionHeader* header_s = specifics.mutable_header(); in OnGotSession() local
868 PopulateSessionSpecificsHeader(*windows, header_s); in OnGotSession()
888 sync_pb::SessionHeader* header_s) { in PopulateSessionSpecificsHeader() argument
896 sync_pb::SessionWindow* window_s = header_s->add_window(); in PopulateSessionSpecificsHeader()
Dsession_model_associator.h368 sync_pb::SessionHeader* header_s);