HomeSort by relevance Sort by last modified time
    Searched full:caret_rect (Results 1 - 12 of 12) 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 157 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 316 gfx::Rect caret_rect(10, 11, 0, 10);
323 params.anchor_rect = params.focus_rect = caret_rect;
330 EXPECT_EQ(caret_rect, gfx::Rect(NSRectToCGRect(rect)));
347 caret_rect = gfx::Rect(20, 11, 0, 10);
349 params.anchor_rect = params.focus_rect = caret_rect;
356 EXPECT_EQ(caret_rect, gfx::Rect(NSRectToCGRect(rect)));
375 params.anchor_rect = caret_rect;
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 611 gfx::Rect caret_rect; local
612 if (!delegate_->GetIMEStatus(&input_type, &caret_rect))
615 Send(new PluginHostMsg_NotifyIMEStatus(route_id_, input_type, 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_org/content/child/
plugin_messages.h 314 gfx::Rect /* caret_rect */)
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 197 void OnNotifyIMEStatus(const int input_mode, const gfx::Rect& caret_rect);
webplugin_delegate_proxy.cc 916 const gfx::Rect& caret_rect) {
    [all...]
  /external/chromium_org/ui/base/ime/
input_method_win.cc 171 gfx::Rect caret_rect(gfx::Point(window_point.x, window_point.y),
173 imm32_manager_.UpdateCaretRect(attached_window, caret_rect);

Completed in 524 milliseconds