OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_it
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
tab_node_pool.cc
54
std::set<int>::iterator
u_it
= unassociated_nodes_.find(tab_node_id);
local
55
if (
u_it
!= unassociated_nodes_.end()) {
56
unassociated_nodes_.erase(
u_it
);
/external/chromium_org/chrome/browser/sync/sessions2/
tab_node_pool2.cc
48
std::set<int>::iterator
u_it
= unassociated_nodes_.find(tab_node_id);
local
49
if (
u_it
!= unassociated_nodes_.end()) {
50
unassociated_nodes_.erase(
u_it
);
Completed in 72 milliseconds