Searched refs:tab_node (Results 1 – 1 of 1) sorted by relevance
251 sync_api::WriteNode tab_node(trans); in WriteTabContentsToSyncModel() local252 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() local748 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() local961 if (!tab_node.InitByIdLookup(sync_id)) { in WriteSessionTabToSyncModel()[all …]