Searched refs:view4 (Results 1 – 2 of 2) sorted by relevance
122 StringView view4("Hell"); // Shorter, but first char is smaller. in TEST() local123 EXPECT_FALSE(view1 == view4); in TEST()124 EXPECT_TRUE(view1 != view4); in TEST()125 EXPECT_FALSE(view1 < view4); in TEST()126 EXPECT_FALSE(view1 <= view4); in TEST()127 EXPECT_TRUE(view1 > view4); in TEST()128 EXPECT_TRUE(view1 >= view4); in TEST()
337 views::View* view4 = new views::View; in TEST_F() local338 view4->SetFocusable(true); in TEST_F()339 pane2->AddChildView(view4); in TEST_F()