Searched defs:remove_details (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/
H A Dview_unittest.cc2178 const ViewHierarchyChangedDetails& remove_details() const { function in class:views::ObserverView
2290 EXPECT_EQ(&v1, v1.remove_details().parent);
2291 EXPECT_EQ(v2.get(), v1.remove_details().child);
2292 EXPECT_EQ(NULL, v1.remove_details().move_view);
2296 EXPECT_EQ(&v1, v2->remove_details().parent);
2297 EXPECT_EQ(v2.get(), v2->remove_details().child);
2298 EXPECT_EQ(NULL, v2->remove_details().move_view);
2302 EXPECT_EQ(&v1, v3->remove_details().parent);
2303 EXPECT_EQ(v3, v3->remove_details().child);
2304 EXPECT_EQ(NULL, v3->remove_details()
[all...]

Completed in 584 milliseconds