Searched refs:caret_rect_ (Results 1 – 8 of 8) sorted by relevance
123 caret_rect_(-1, -1, 0, 0), in IMM32Manager()213 int x = caret_rect_.x(); in MoveImeWindow()214 int y = caret_rect_.y(); in MoveImeWindow()236 ::SetCaretPos(x, y + caret_rect_.height()); in MoveImeWindow()263 {x, y, x + caret_rect_.width(), y + caret_rect_.height()}}; in MoveImeWindow()269 if (caret_rect_.x() >= 0 && caret_rect_.y() >= 0) { in UpdateImeWindow()463 if (caret_rect_ != caret_rect) { in UpdateCaretRect()464 caret_rect_ = caret_rect; in UpdateCaretRect()
320 gfx::Rect caret_rect_; variable
152 *caret_rect = caret_rect_; in GetStatus()301 instance->caret_rect_ != caret_rect) { in ImmSetCandidateWindow()302 instance->caret_rect_ = caret_rect; in ImmSetCandidateWindow()
175 gfx::Rect caret_rect_; variable
51 return caret_rect_; in GetCaretRect()148 while (expected_caret_rect != caret_rect_ || in WaitForCaretBoundsChanged()
89 gfx::Rect caret_rect_; variable
518 gfx::Rect caret_rect_; variable
1113 caret_rect_ = params.anchor_rect;1343 *rect = NSRectFromCGRect(caret_rect_.ToCGRect());