Searched refs:window_point (Results 1 – 4 of 4) sorted by relevance
110 POINT window_point = { screen_bounds.x(), screen_bounds.y() }; in OnCaretBoundsChanged() local111 ScreenToClient(attached_window, &window_point); in OnCaretBoundsChanged()112 gfx::Rect caret_rect(gfx::Point(window_point.x, window_point.y), in OnCaretBoundsChanged()
170 gfx::Point window_point = screen_point; in SendMouseMoveNotifyWhenDone() local177 &window_point); in SendMouseMoveNotifyWhenDone()183 xmotion->x = window_point.x(); in SendMouseMoveNotifyWhenDone()184 xmotion->y = window_point.y(); in SendMouseMoveNotifyWhenDone()
541 gfx::Point window_point(point + GetMirroredPosition().OffsetFromOrigin()); in OffsetPointForToolbarBackgroundImage() local542 window_point.Offset(frame_->GetThemeBackgroundXInset(), in OffsetPointForToolbarBackgroundImage()544 return window_point; in OffsetPointForToolbarBackgroundImage()
412 gfx::Point window_point(point.Add(GetMirroredPosition())); in OffsetPointForToolbarBackgroundImage() local413 window_point.Offset(0, -frame_->GetHorizontalTabStripVerticalOffset(false)); in OffsetPointForToolbarBackgroundImage()414 return window_point; in OffsetPointForToolbarBackgroundImage()