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

  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 124 caret_rect_(-1, -1, 0, 0),
214 int x = caret_rect_.x();
215 int y = caret_rect_.y();
237 ::SetCaretPos(x, y + caret_rect_.height());
264 {x, y, x + caret_rect_.width(), y + caret_rect_.height()}};
270 if (caret_rect_.x() >= 0 && caret_rect_.y() >= 0) {
463 if (caret_rect_ != caret_rect) {
464 caret_rect_ = caret_rect
    [all...]
imm32_manager.h 320 gfx::Rect caret_rect_; member in class:ui::IMM32Manager
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.h 88 gfx::Rect caret_rect_; member in class:chromeos::TextInputTestHelper
textinput_test_helper.cc 51 return caret_rect_;
141 while (expected_caret_rect != caret_rect_ ||
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.h 175 gfx::Rect caret_rect_; member in class:content::WebPluginIMEWin
webplugin_ime_win.cc 152 *caret_rect = caret_rect_;
301 instance->caret_rect_ != caret_rect) {
302 instance->caret_rect_ = caret_rect;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h 598 gfx::Rect caret_rect_; member in class:content::RenderWidgetHostViewMac
render_widget_host_view_win.cc 714 caret_rect_ = gfx::UnionRects(params.anchor_rect, params.focus_rect);
715 imm32_manager_->UpdateCaretRect(m_hWnd, caret_rect_);
    [all...]
render_widget_host_view_win.h 584 gfx::Rect caret_rect_; member in class:content::RenderWidgetHostViewWin

Completed in 52 milliseconds