HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentCursorType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/test/
mirror_window_test_api.h 31 int GetCurrentCursorType() const;
mirror_window_test_api.cc 21 int MirrorWindowTestApi::GetCurrentCursorType() const {
  /external/chromium_org/ash/display/
mirror_window_controller_unittest.cc 76 EXPECT_EQ(ui::kCursorNull, test_api.GetCurrentCursorType());
85 EXPECT_EQ(ui::kCursorNorthResize, test_api.GetCurrentCursorType());
99 EXPECT_EQ(ui::kCursorNull, test_api.GetCurrentCursorType());
133 EXPECT_EQ(ui::kCursorNorthResize, test_api.GetCurrentCursorType());
139 EXPECT_EQ(ui::kCursorNorthResize, test_api.GetCurrentCursorType());
150 EXPECT_EQ(ui::kCursorNorthResize, test_api.GetCurrentCursorType());
160 EXPECT_EQ(ui::kCursorNorthResize, test_api.GetCurrentCursorType());

Completed in 73 milliseconds