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

/external/chromium_org/ui/views/
H A Dview_unittest.cc2607 const ViewHierarchyChangedDetails& remove_details() const { function in class:views::ObserverView
2719 EXPECT_EQ(&v1, v1.remove_details().parent);
2720 EXPECT_EQ(v2.get(), v1.remove_details().child);
2721 EXPECT_EQ(NULL, v1.remove_details().move_view);
2725 EXPECT_EQ(&v1, v2->remove_details().parent);
2726 EXPECT_EQ(v2.get(), v2->remove_details().child);
2727 EXPECT_EQ(NULL, v2->remove_details().move_view);
2731 EXPECT_EQ(&v1, v3->remove_details().parent);
2732 EXPECT_EQ(v3, v3->remove_details().child);
2733 EXPECT_EQ(NULL, v3->remove_details()
[all...]

Completed in 101 milliseconds