HomeSort by relevance Sort by last modified time
    Searched full:top_children (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sync/syncable/
parent_child_index_unittest.cc 203 const OrderedChildSet* top_children = index_.GetChildren(GetBookmarkRootId()); local
204 ASSERT_TRUE(top_children);
205 ASSERT_EQ(top_children->size(), 3UL);
206 it = top_children->begin();
213 EXPECT_TRUE(it == top_children->end());

Completed in 50 milliseconds