Home
last modified time | relevance | path

Searched refs:GetCaretBounds (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/ui/views/controls/
Dprefix_selector.cc74 gfx::Rect PrefixSelector::GetCaretBounds() const { in GetCaretBounds() function in views::PrefixSelector
86 *rect = GetCaretBounds(); in GetCompositionCharacterBounds()
Dprefix_selector.h38 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
/external/chromium_org/win8/metro_driver/ime/
Dtext_store_delegate.h43 virtual RECT GetCaretBounds() = 0;
Dtext_store.cc323 result = delegate_->GetCaretBounds(); in GetTextExt()
349 result = delegate_->GetCaretBounds(); in GetTextExt()
Dtext_service.cc395 virtual RECT GetCaretBounds() { in GetCaretBounds() function in metro_driver::__anone2a3e16b0111::TextServiceImpl
/external/chromium_org/ui/base/ime/
Ddummy_text_input_client.cc51 gfx::Rect DummyTextInputClient::GetCaretBounds() const { in GetCaretBounds() function in ui::DummyTextInputClient
Dtext_input_client.h81 virtual gfx::Rect GetCaretBounds() const = 0;
Ddummy_text_input_client.h29 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
Dinput_method_auralinux.cc93 GetTextInputClient()->GetCaretBounds()); in OnCaretBoundsChanged()
Dinput_method_win.cc160 const gfx::Rect dip_screen_bounds(GetTextInputClient()->GetCaretBounds()); in OnCaretBoundsChanged()
538 dip_rect = client->GetCaretBounds(); in OnQueryCharPosition()
Dremote_input_method_win.cc105 bounds.push_back(client->GetCaretBounds()); in GetCompositionCharacterBounds()
Dinput_method_chromeos.cc183 const gfx::Rect rect = GetTextInputClient()->GetCaretBounds(); in OnCaretBoundsChanged()
Dremote_input_method_win_unittest.cc107 virtual gfx::Rect GetCaretBounds() const { in GetCaretBounds() function in ui::__anona156f65e0111::MockTextInputClient
Dinput_method_chromeos_unittest.cc285 virtual gfx::Rect GetCaretBounds() const OVERRIDE { in GetCaretBounds() function in ui::InputMethodChromeOSTest
/external/chromium_org/ui/views/ime/
Dinput_method_bridge.cc234 gfx::Rect InputMethodBridge::GetCaretBounds() const { in GetCaretBounds() function in views::InputMethodBridge
239 return client->GetCaretBounds(); in GetCaretBounds()
Dinput_method_base.cc88 gfx::Rect caret_bounds = client->GetCaretBounds(); in GetCaretBoundsInWidget()
Dinput_method_bridge.h63 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
/external/chromium_org/content/renderer/
Dtext_input_client_observer.cc74 rect = render_view_impl_->focused_pepper_plugin()->GetCaretBounds(); in OnFirstRectForCharacterRange()
/external/chromium_org/ui/app_list/views/
Dfolder_header_view.cc177 folder_name_view_->GetCaretBounds().width() + in Layout()
/external/chromium_org/ui/views/controls/textfield/
Dtextfield.h291 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
Dtextfield.cc996 return GetCaretBounds().bottom_right(); in GetKeyboardContextMenuLocation()
1423 gfx::Rect Textfield::GetCaretBounds() const { in GetCaretBounds() function in views::Textfield
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.h256 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
Drender_widget_host_view_aura.cc1532 gfx::Rect RenderWidgetHostViewAura::GetCaretBounds() const { in GetCaretBounds() function in content::RenderWidgetHostViewAura
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.h219 gfx::Rect GetCaretBounds() const;
Dpepper_plugin_instance_impl.cc1102 gfx::Rect PepperPluginInstanceImpl::GetCaretBounds() const { in GetCaretBounds() function in content::PepperPluginInstanceImpl

12