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

  /external/chromium_org/chrome/browser/sync/sessions/
tab_node_pool.cc 39 unassociated_nodes_.insert(tab_node_id);
48 std::set<int>::iterator u_it = unassociated_nodes_.find(tab_node_id);
49 if (u_it != unassociated_nodes_.end()) {
50 unassociated_nodes_.erase(u_it);
132 return unassociated_nodes_.find(tab_node_id) != unassociated_nodes_.end();
138 std::set<int>::iterator it = unassociated_nodes_.find(tab_node_id);
139 if (it != unassociated_nodes_.end()) {
140 unassociated_nodes_.erase(it);
159 for (std::set<int>::iterator it = unassociated_nodes_.begin()
    [all...]
tab_node_pool.h 150 std::set<int> unassociated_nodes_; member in class:browser_sync::TabNodePool

Completed in 483 milliseconds