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

12

/external/chromium_org/win8/metro_driver/ime/
H A Dtext_store_delegate.h43 virtual RECT GetCaretBounds() = 0;
H A Dtext_service.cc395 virtual RECT GetCaretBounds() { function in class:metro_driver::__anon17435::TextServiceImpl
H A Dtext_store.cc323 result = delegate_->GetCaretBounds();
345 // Hack for PPAPI flash. PPAPI flash does not support GetCaretBounds, so
349 result = delegate_->GetCaretBounds();
/external/chromium_org/ui/base/ime/
H A Ddummy_text_input_client.cc51 gfx::Rect DummyTextInputClient::GetCaretBounds() const { function in class:ui::DummyTextInputClient
H A Dtext_input_client.h81 virtual gfx::Rect GetCaretBounds() const = 0;
H A Ddummy_text_input_client.h29 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
H A Dinput_method_auralinux.cc93 GetTextInputClient()->GetCaretBounds());
H A Dinput_method_win.cc160 const gfx::Rect dip_screen_bounds(GetTextInputClient()->GetCaretBounds());
164 // TODO(ime): see comment in TextInputClient::GetCaretBounds(), this
538 dip_rect = client->GetCaretBounds();
H A Dremote_input_method_win.cc105 bounds.push_back(client->GetCaretBounds());
H A Dinput_method_chromeos.cc183 const gfx::Rect rect = GetTextInputClient()->GetCaretBounds();
H A Dinput_method_chromeos_unittest.cc285 virtual gfx::Rect GetCaretBounds() const OVERRIDE {
H A Dremote_input_method_win_unittest.cc107 virtual gfx::Rect GetCaretBounds() const { function in class:ui::__anon16646::MockTextInputClient
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc74 gfx::Rect PrefixSelector::GetCaretBounds() const { function in class:views::PrefixSelector
76 // TextInputClient::GetCaretBounds is expected to return a value in screen
85 // in screen coordinates and GetCaretBounds returns screen coordinates.
86 *rect = GetCaretBounds();
H A Dprefix_selector.h38 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
/external/chromium_org/content/renderer/
H A Dtext_input_client_observer.cc74 rect = render_view_impl_->focused_pepper_plugin()->GetCaretBounds();
/external/chromium_org/ui/views/ime/
H A Dinput_method_base.cc88 gfx::Rect caret_bounds = client->GetCaretBounds();
H A Dinput_method_bridge.h63 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
H A Dinput_method_bridge.cc234 gfx::Rect InputMethodBridge::GetCaretBounds() const { function in class:views::InputMethodBridge
239 return client->GetCaretBounds();
/external/chromium_org/ui/app_list/views/
H A Dfolder_header_view.cc177 folder_name_view_->GetCaretBounds().width() +
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h291 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
H A Dtextfield.cc996 return GetCaretBounds().bottom_right();
1423 gfx::Rect Textfield::GetCaretBounds() const { function in class:views::Textfield
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h256 virtual gfx::Rect GetCaretBounds() const OVERRIDE;
H A Drender_widget_host_view_aura.cc1532 gfx::Rect RenderWidgetHostViewAura::GetCaretBounds() const { function in class:content::RenderWidgetHostViewAura
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h219 gfx::Rect GetCaretBounds() const;
H A Dpepper_plugin_instance_impl.cc1102 gfx::Rect PepperPluginInstanceImpl::GetCaretBounds() const { function in class:content::PepperPluginInstanceImpl

Completed in 3518 milliseconds

12