Searched refs:GetFocusedWindowId (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dfocus_controller_unittest.cc447 int GetFocusedWindowId() { function in class:wm::FocusControllerTestBase
524 EXPECT_EQ(1, GetFocusedWindowId());
526 EXPECT_EQ(2, GetFocusedWindowId());
631 EXPECT_EQ(1, GetFocusedWindowId());
633 EXPECT_EQ(11, GetFocusedWindowId());
635 EXPECT_EQ(12, GetFocusedWindowId());
640 EXPECT_EQ(2, GetFocusedWindowId());
643 EXPECT_EQ(11, GetFocusedWindowId());
647 EXPECT_EQ(1, GetFocusedWindowId());
649 EXPECT_EQ(11, GetFocusedWindowId());
[all...]

Completed in 71 milliseconds