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

  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 170 gfx::Point mouse_loc = aura::Env::GetInstance()->last_mouse_location(); variable
174 screen_position_client->ConvertPointFromScreen(root_window_, &mouse_loc);
175 xbutton->x = mouse_loc.x();
176 xbutton->y = mouse_loc.y();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 348 gfx::Point mouse_loc; local
349 views::View::ConvertPointToScreen(bb_view_, &mouse_loc);
1034 gfx::Point mouse_loc; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 322 gfx::Point mouse_loc; local
323 views::View::ConvertPointToScreen(bb_view_.get(), &mouse_loc);
1061 gfx::Point mouse_loc; local
    [all...]

Completed in 91 milliseconds