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

  /external/chromium_org/ui/views/
rect_based_targeting_utils.cc 27 gfx::Point center_point = rect.CenterPoint(); local
28 int dx = center_point.x() - point.x();
29 int dy = center_point.y() - point.y();
view_targeter_unittest.cc 268 gfx::Point center_point(bounding_box.CenterPoint());
271 GestureEventForTest tap(details, center_point.x(), center_point.y());
274 GestureEventForTest scroll_begin(details, center_point.x(), center_point.y());
277 GestureEventForTest end(details, center_point.x(), center_point.y());
329 tap = GestureEventForTest(details, center_point.x(), center_point.y());
333 GestureEventForTest(details, center_point.x(), center_point.y())
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
password_generation_popup_view_browsertest.cc 67 gfx::Point center_point = local
70 GetViewTester()->SimulateMouseMovementAt(center_point);
  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 92 SkPoint center_point; local
93 center_point.iset(location_.x(), location_.y());
101 center_point, SkIntToScalar(radius), colors, NULL, 2,
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate_unittest.cc 52 const gfx::Point center_point = work_area.CenterPoint(); local
58 if (center_point.x() < point.x())
59 return (center_point.y() < point.y()) ? BOTTOM_RIGHT : TOP_RIGHT;
61 return (center_point.y() < point.y()) ? BOTTOM_LEFT : TOP_LEFT;
web_notification_tray_unittest.cc 496 gfx::Point center_point = tray->GetBoundsInScreen().CenterPoint(); local
498 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, center_point, touch_id,
504 ui::TouchEvent release(ui::ET_TOUCH_RELEASED, center_point, touch_id,
511 generator.GestureTapAt(center_point);
530 gfx::Point center_point = bounds.CenterPoint(); local
532 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, center_point, touch_id,
538 gfx::Point out_of_bounds(bounds.x() - 1, center_point.y());
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 96 gfx::Point center_point = rect.CenterPoint(); local
99 if (query.x() > center_point.x())
104 if (query.y() > center_point.y())
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view.cc 390 gfx::Point center_point = button->GetLocalBounds().CenterPoint(); local
391 views::View::ConvertPointToTarget(button, this, &center_point);
393 pow(static_cast<double>(position.x() - center_point.x()), 2) +
394 pow(static_cast<double>(position.y() - center_point.y()), 2));
  /external/chromium_org/ui/gfx/
canvas.h 255 void DrawCircle(const Point& center_point,
canvas.cc 290 void Canvas::DrawCircle(const Point& center_point,
293 canvas_->drawCircle(SkIntToScalar(center_point.x()),
294 SkIntToScalar(center_point.y()), SkIntToScalar(radius), paint);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 1133 SkPoint center_point; local
    [all...]

Completed in 602 milliseconds