Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_session_tracker.cc91 const std::string& session_tag, std::set<int>* tab_node_ids) { in LookupTabNodeIds() argument
92 tab_node_ids->clear(); in LookupTabNodeIds()
101 tab_node_ids->insert(tab_iter->second.tab_node_id); in LookupTabNodeIds()
Dsynced_session_tracker.h127 std::set<int>* tab_node_ids);