HomeSort by relevance Sort by last modified time
    Searched full:caret_rect (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_ime_win.cc 150 bool WebPluginIMEWin::GetStatus(int* input_type, gfx::Rect* caret_rect) {
152 *caret_rect = caret_rect_;
299 gfx::Rect caret_rect(candidate->rcArea);
301 instance->caret_rect_ != caret_rect) {
302 instance->caret_rect_ = caret_rect;
webplugin_ime_win.h 106 bool GetStatus(int* input_type, gfx::Rect* caret_rect);
webplugin_delegate_impl.h 162 bool GetIMEStatus(int* input_type, gfx::Rect* caret_rect);
webplugin_delegate_impl_win.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_unittest.mm 330 gfx::Rect caret_rect(10, 11, 0, 10);
337 params.anchor_rect = params.focus_rect = caret_rect;
344 EXPECT_EQ(caret_rect, gfx::Rect(NSRectToCGRect(rect)));
361 caret_rect = gfx::Rect(20, 11, 0, 10);
363 params.anchor_rect = params.focus_rect = caret_rect;
370 EXPECT_EQ(caret_rect, gfx::Rect(NSRectToCGRect(rect)));
389 params.anchor_rect = caret_rect;
  /external/chromium_org/ui/base/ime/
input_method_imm32.cc 112 gfx::Rect caret_rect(gfx::Point(window_point.x, window_point.y),
114 imm32_manager_.UpdateCaretRect(attached_window, caret_rect);
  /external/chromium_org/ui/base/ime/win/
imm32_manager.h 226 // * caret_rect [in] (const gfx::Rect&)
229 void UpdateCaretRect(HWND window_handle, const gfx::Rect& caret_rect);
imm32_manager.cc 459 const gfx::Rect& caret_rect) {
463 if (caret_rect_ != caret_rect) {
464 caret_rect_ = caret_rect;
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.h 52 const gfx::Rect& caret_rect);
render_widget_host_view_views.cc 288 const gfx::Rect& caret_rect) {
295 if (caret_bounds_ != caret_rect) {
296 caret_bounds_ = caret_rect;
render_widget_host_view_gtk.h 77 const gfx::Rect& caret_rect);
render_widget_host_view_views.h 63 const gfx::Rect& caret_rect) OVERRIDE;
render_widget_host_view_win.h 148 const gfx::Rect& caret_rect);
gtk_im_context_wrapper.cc 229 const gfx::Rect& caret_rect) {
253 GdkRectangle cursor_rect(caret_rect.ToGdkRectangle());
render_widget_host_view_mac.h 206 const gfx::Rect& caret_rect);
render_widget_host_view_gtk.cc 730 const gfx::Rect& caret_rect) {
731 im_context_->UpdateInputMethodState(type, caret_rect);
    [all...]
render_widget_host_view_win.cc 589 const gfx::Rect& caret_rect) {
600 ime_input_.UpdateCaretRect(m_hWnd, caret_rect);
    [all...]
render_widget_host_view_mac.mm 461 const gfx::Rect& caret_rect) {
473 [cocoa_view_ setCaretRect:[cocoa_view_ flipRectToNSRect:caret_rect]];
    [all...]
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 718 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/child/
plugin_messages.h 320 gfx::Rect /* caret_rect */)
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 196 void OnNotifyIMEStatus(const int input_mode, const gfx::Rect& caret_rect);
webplugin_delegate_proxy.cc 922 const gfx::Rect& caret_rect) {
    [all...]

Completed in 721 milliseconds