Searched refs:max_used_tab_node_id_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/sessions/
H A Dtab_node_pool.cc22 : max_used_tab_node_id_(kInvalidTabNodeID) {}
40 if (max_used_tab_node_id_ < tab_node_id)
41 max_used_tab_node_id_ = tab_node_id;
67 int tab_node_id = ++max_used_tab_node_id_;
172 max_used_tab_node_id_ = kInvalidTabNodeID;
H A Dtab_node_pool.h153 // be created with max_used_tab_node_id_ + 1.
154 int max_used_tab_node_id_; member in class:browser_sync::TabNodePool
H A Dtab_node_pool_unittest.cc19 int GetMaxUsedTabNodeId() const { return pool_.max_used_tab_node_id_; }
47 // Freeing a tab node does not change max_used_tab_node_id_.

Completed in 81 milliseconds