Home
last modified time | relevance | path

Searched refs:caret_rect (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Dgtk_im_context_wrapper.h52 const gfx::Rect& caret_rect);
Dgtk_im_context_wrapper.cc229 const gfx::Rect& caret_rect) { in UpdateInputMethodState() argument
253 GdkRectangle cursor_rect(caret_rect.ToGdkRectangle()); in UpdateInputMethodState()
Drender_widget_host_view_gtk.h77 const gfx::Rect& caret_rect);
Drender_widget_host_view_views.cc288 const gfx::Rect& caret_rect) { in ImeUpdateTextInputState() argument
295 if (caret_bounds_ != caret_rect) { in ImeUpdateTextInputState()
296 caret_bounds_ = caret_rect; in ImeUpdateTextInputState()
Drender_widget_host_view_views.h63 const gfx::Rect& caret_rect) OVERRIDE;
Drender_widget_host_view_mac.h206 const gfx::Rect& caret_rect);
Drender_widget_host_view_win.h148 const gfx::Rect& caret_rect);
Drender_widget_host_view_gtk.cc730 const gfx::Rect& caret_rect) { in ImeUpdateTextInputState() argument
731 im_context_->UpdateInputMethodState(type, caret_rect); in ImeUpdateTextInputState()
Drender_widget_host_view_win.cc589 const gfx::Rect& caret_rect) { in ImeUpdateTextInputState() argument
600 ime_input_.UpdateCaretRect(m_hWnd, caret_rect); in ImeUpdateTextInputState()
Drender_widget_host_view_mac.mm461 const gfx::Rect& caret_rect) {
473 [cocoa_view_ setCaretRect:[cocoa_view_ flipRectToNSRect:caret_rect]];