HomeSort by relevance Sort by last modified time
    Searched refs:tab_node_id (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 240 // - 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);
session_model_associator.cc 745 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);
    [all...]

Completed in 16 milliseconds