session_model_associator.h | 265 inline bool empty() const { return tab_pool_fp_ == -1; } 269 return tab_pool_fp_ == static_cast<int64>(tab_syncid_pool_.size())-1; 282 // To get the next free node, use tab_syncid_pool_[tab_pool_fp_--]. 283 int64 tab_pool_fp_; member in class:browser_sync::SessionModelAssociator::TabNodePool
|