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

  /external/chromium_org/ash/display/
screen_position_controller_unittest.cc 26 #define MAYBE_ConvertHostPointToScreen ConvertHostPointToScreen
70 std::string ConvertHostPointToScreen(int x, int y) const {
72 GetScreenPositionController()->ConvertHostPointToScreen(
107 EXPECT_EQ("50,50", ConvertHostPointToScreen(50, 50));
109 EXPECT_EQ("250,250", ConvertHostPointToScreen(250, 250));
111 EXPECT_EQ("250,0", ConvertHostPointToScreen(50, 400));
115 EXPECT_EQ("50,50", ConvertHostPointToScreen(50, 50));
117 EXPECT_EQ("250,250", ConvertHostPointToScreen(250, 250));
119 EXPECT_EQ("50,200", ConvertHostPointToScreen(50, 400));
123 EXPECT_EQ("50,50", ConvertHostPointToScreen(50, 50))
    [all...]
screen_position_controller.cc 137 void ScreenPositionController::ConvertHostPointToScreen(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.cc 65 void DesktopScreenPositionClient::ConvertHostPointToScreen(aura::Window* window,

Completed in 57 milliseconds