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

  /external/chromium_org/chrome/browser/sync/sessions/
tab_node_pool.cc 22 : 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;
tab_node_pool.h 153 // be created with max_used_tab_node_id_ + 1.
154 int max_used_tab_node_id_; member in class:browser_sync::TabNodePool
tab_node_pool_unittest.cc 19 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 47 milliseconds