HomeSort by relevance Sort by last modified time
    Searched refs:ConvertHostPointToScreen (Results 1 - 10 of 10) 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.h 23 virtual void ConvertHostPointToScreen(aura::Window* window,
screen_position_controller.cc 142 void ScreenPositionController::ConvertHostPointToScreen(
  /external/chromium_org/ui/aura/client/
screen_position_client.h 37 virtual void ConvertHostPointToScreen(Window* root_window,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.h 26 virtual void ConvertHostPointToScreen(aura::Window* window,
desktop_screen_position_client.cc 65 void DesktopScreenPositionClient::ConvertHostPointToScreen(aura::Window* window,
  /external/chromium_org/ash/host/
ash_window_tree_host_x11.cc 242 screen_position_client->ConvertHostPointToScreen(root_window,
  /external/chromium_org/athena/screen/
screen_manager_impl.cc 128 virtual void ConvertHostPointToScreen(aura::Window* window,
  /external/chromium_org/ui/views/corewm/
tooltip_controller_unittest.cc 426 virtual void ConvertHostPointToScreen(aura::Window* root_gwindow,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 87 virtual void ConvertHostPointToScreen(aura::Window* window,
    [all...]

Completed in 280 milliseconds