Searched defs:caret_rect (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
H A Dgtk_im_context_wrapper.cc229 const gfx::Rect& caret_rect) {
253 GdkRectangle cursor_rect(caret_rect.ToGdkRectangle());
228 UpdateInputMethodState(WebKit::WebTextInputType type, const gfx::Rect& caret_rect) argument
H A Drender_widget_host_view_gtk.cc730 const gfx::Rect& caret_rect) {
731 im_context_->UpdateInputMethodState(type, caret_rect);
728 ImeUpdateTextInputState( WebKit::WebTextInputType type, const gfx::Rect& caret_rect) argument
H A Drender_widget_host_view_views.cc288 const gfx::Rect& caret_rect) {
295 if (caret_bounds_ != caret_rect) {
296 caret_bounds_ = caret_rect;
286 ImeUpdateTextInputState( WebKit::WebTextInputType type, const gfx::Rect& caret_rect) argument
H A Drender_widget_host_view_win.cc589 const gfx::Rect& caret_rect) {
600 ime_input_.UpdateCaretRect(m_hWnd, caret_rect);
587 ImeUpdateTextInputState( WebKit::WebTextInputType type, const gfx::Rect& caret_rect) argument
/external/chromium_org/content/child/npapi/
H A Dwebplugin_ime_win.cc150 bool WebPluginIMEWin::GetStatus(int* input_type, gfx::Rect* caret_rect) { argument
152 *caret_rect = caret_rect_;
299 gfx::Rect caret_rect(candidate->rcArea);
301 instance->caret_rect_ != caret_rect) {
302 instance->caret_rect_ = caret_rect;
H A Dwebplugin_delegate_impl_win.cc1482 gfx::Rect* caret_rect) {
1485 return plugin_ime_->GetStatus(input_type, caret_rect);
1481 GetIMEStatus(int* input_type, gfx::Rect* caret_rect) argument
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc459 const gfx::Rect& caret_rect) {
463 if (caret_rect_ != caret_rect) {
464 caret_rect_ = caret_rect;
458 UpdateCaretRect(HWND window_handle, const gfx::Rect& caret_rect) argument
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc718 gfx::Rect caret_rect; local
719 if (!delegate_->GetIMEStatus(&input_type, &caret_rect))
722 Send(new PluginHostMsg_NotifyIMEStatus(route_id_, input_type, caret_rect));
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc922 const gfx::Rect& caret_rect) {
933 bounds_params.anchor_rect = bounds_params.focus_rect = caret_rect;
921 OnNotifyIMEStatus(int input_type, const gfx::Rect& caret_rect) argument

Completed in 269 milliseconds