Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/sessions/
Dtab_node_pool.h125 void SetMachineTag(const std::string& machine_tag);
Dtab_node_pool.cc184 void TabNodePool::SetMachineTag(const std::string& machine_tag) { in SetMachineTag() function in browser_sync::TabNodePool
Dtab_node_pool_unittest.cc17 SyncTabNodePoolTest() { pool_.SetMachineTag("tag"); } in SyncTabNodePoolTest()
Dsessions_sync_manager.cc690 local_tab_pool_.SetMachineTag(current_machine_tag_); in InitializeCurrentMachineTag()