Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dsession_model_associator.cc251 sync_api::WriteNode tab_node(trans); in WriteTabContentsToSyncModel() local
252 if (!tab_node.InitByIdLookup(sync_id)) { in WriteTabContentsToSyncModel()
297 tab_node.SetSessionSpecifics(session_s); in WriteTabContentsToSyncModel()
747 sync_api::WriteNode tab_node(&trans); in GetFreeTabNode() local
748 if (!tab_node.InitUniqueByCreation(syncable::SESSIONS, root, in GetFreeTabNode()
753 tab_node.SetTitle(UTF8ToWide(tab_node_tag)); in GetFreeTabNode()
759 VLOG(1) << "Adding sync node " << tab_node.GetId() << " to tab syncid pool"; in GetFreeTabNode()
760 return tab_node.GetId(); in GetFreeTabNode()
960 sync_api::WriteNode tab_node(trans); in WriteSessionTabToSyncModel() local
961 if (!tab_node.InitByIdLookup(sync_id)) { in WriteSessionTabToSyncModel()
[all …]