Searched refs:GetCompositionCharacterBounds (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Dtext_input_client.h84 virtual bool GetCompositionCharacterBounds(uint32 index, gfx::Rect* rect) = 0;
H A Dinput_method_win.cc315 if (!client->GetCompositionCharacterBounds(char_positon->dwCharPos,
H A Dinput_method_ibus.cc274 if (!GetTextInputClient()->GetCompositionCharacterBounds(0,
H A Dinput_method_ibus_unittest.cc414 virtual bool GetCompositionCharacterBounds(uint32 index,
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.h39 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Dprefix_selector.cc82 bool PrefixSelector::GetCompositionCharacterBounds(uint32 index, function in class:views::PrefixSelector
84 // TextInputClient::GetCompositionCharacterBounds is expected to fill |rect|
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc168 bool InputMethodBridge::GetCompositionCharacterBounds(uint32 index, function in class:views::InputMethodBridge
175 return client->GetCompositionCharacterBounds(index, rect);
H A Dinput_method_bridge.h64 virtual bool GetCompositionCharacterBounds(uint32 index,
/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store.cc306 if (text_input_client_->GetCompositionCharacterBounds(0, &tmp_rect)) {
314 } else if (text_input_client_->GetCompositionCharacterBounds(start_pos - 1,
324 if (text_input_client_->GetCompositionCharacterBounds(start_pos,
330 if (text_input_client_->GetCompositionCharacterBounds(end_pos - 1,
H A Dtsf_text_store_unittest.cc34 MOCK_METHOD2(GetCompositionCharacterBounds, bool(uint32, gfx::Rect*));
1105 // GetCompositionCharacterBounds.
1112 bool GetCompositionCharacterBounds(uint32 index, gfx::Rect* rect) { function in class:ui::GetTextExtTestCallback
1136 EXPECT_CALL(text_input_client_, GetCompositionCharacterBounds(_, _))
1139 &GetTextExtTestCallback::GetCompositionCharacterBounds));
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_unittest.cc132 virtual bool GetCompositionCharacterBounds(uint32 index,
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc1765 view()->GetCompositionCharacterBounds(&bounds);
1776 view()->GetCompositionCharacterBounds(&bounds);
1789 view()->GetCompositionCharacterBounds(&bounds);
1807 view()->GetCompositionCharacterBounds(&bounds);
H A Drender_widget.h446 virtual void GetCompositionCharacterBounds(
H A Drender_widget.cc2319 GetCompositionCharacterBounds(&character_bounds);
2329 void RenderWidget::GetCompositionCharacterBounds( function in class:content::RenderWidget
H A Drender_view_impl.h802 virtual void GetCompositionCharacterBounds(
H A Drender_view_impl.cc6071 void RenderViewImpl::GetCompositionCharacterBounds( function in class:content::RenderViewImpl
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views.h191 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Dnative_textfield_views_unittest.cc1752 EXPECT_FALSE(client->GetCompositionCharacterBounds(0, &rect));
1774 EXPECT_TRUE(client->GetCompositionCharacterBounds(i, &actual_rect))
1780 EXPECT_FALSE(client->GetCompositionCharacterBounds(char_count, &rect));
1781 EXPECT_FALSE(client->GetCompositionCharacterBounds(char_count + 1, &rect));
1782 EXPECT_FALSE(client->GetCompositionCharacterBounds(char_count + 100, &rect));
H A Dnative_textfield_views.cc981 bool NativeTextfieldViews::GetCompositionCharacterBounds(uint32 index, function in class:views::NativeTextfieldViews
1000 // TextInputClient::GetCompositionCharacterBounds is expected to fill |rect|
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h265 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Drender_widget_host_view_win.h277 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Drender_widget_host_view_win.cc1074 bool RenderWidgetHostViewWin::GetCompositionCharacterBounds( function in class:content::RenderWidgetHostViewWin
H A Drender_widget_host_view_aura.cc2221 bool RenderWidgetHostViewAura::GetCompositionCharacterBounds(uint32 index, function in class:content::RenderWidgetHostViewAura

Completed in 6158 milliseconds