Searched defs:tab_node_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dsession_model_associator.h240 // - a tab_node_id: the id for a particular sync tab node. This is used
242 // tab_tag = StringPrintf("%s_%ui", local_session_tag, tab_node_id);
243 // tab_node_id and sync_id are both unique to a particular sync node. The
244 // difference is that tab_node_id is controlled by the model associator and
306 // Build a sync tag from tab_node_id.
309 size_t tab_node_id) {
311 machine_tag.c_str(), tab_node_id);
307 TabIdToTag( const std::string machine_tag, size_t tab_node_id) argument
H A Dsession_model_associator.cc745 size_t tab_node_id = tab_syncid_pool_.size(); local
746 std::string tab_node_tag = TabIdToTag(machine_tag_, tab_node_id);
758 tab_syncid_pool_.resize(tab_node_id + 1);

Completed in 58 milliseconds