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

/external/chromium_org/win8/metro_driver/ime/
H A Dtext_store_delegate.h50 virtual bool GetCompositionCharacterBounds(uint32 index, RECT* rect) = 0;
H A Dtext_store.cc319 if (delegate_->GetCompositionCharacterBounds(0, &tmp_rect)) {
327 } else if (delegate_->GetCompositionCharacterBounds(start_pos - 1,
335 if (delegate_->GetCompositionCharacterBounds(start_pos, &tmp_rect)) {
337 if (delegate_->GetCompositionCharacterBounds(end_pos - 1, &tmp_rect)) {
H A Dtext_service.cc415 virtual bool GetCompositionCharacterBounds(uint32 index,
/external/chromium_org/ui/base/ime/
H A Ddummy_text_input_client.cc55 bool DummyTextInputClient::GetCompositionCharacterBounds( function in class:ui::DummyTextInputClient
H A Dtext_input_client.h92 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Ddummy_text_input_client.h30 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Dremote_input_method_win.cc83 std::vector<gfx::Rect> GetCompositionCharacterBounds( function in namespace:ui::__anon16645
94 if (!client->GetCompositionCharacterBounds(i, &rect))
103 // GetCompositionCharacterBounds at all. crbug.com/133472
157 composition_character_bounds_ = GetCompositionCharacterBounds(client);
228 composition_character_bounds_ = GetCompositionCharacterBounds(client);
H A Dinput_method_chromeos.cc186 if (!GetTextInputClient()->GetCompositionCharacterBounds(0,
H A Dinput_method_win.cc529 if (!client->GetCompositionCharacterBounds(char_positon->dwCharPos,
H A Dinput_method_chromeos_unittest.cc288 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Dremote_input_method_win_unittest.cc110 virtual bool GetCompositionCharacterBounds(uint32 index,
497 // TextInputClient::GetCompositionCharacterBounds failed.
/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.h64 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Dinput_method_bridge.cc242 bool InputMethodBridge::GetCompositionCharacterBounds(uint32 index, function in class:views::InputMethodBridge
249 return client->GetCompositionCharacterBounds(index, rect);
/external/chromium_org/content/renderer/
H A Drender_widget.h479 virtual void GetCompositionCharacterBounds(
H A Drender_view_browsertest.cc1943 view()->GetCompositionCharacterBounds(&bounds);
1954 view()->GetCompositionCharacterBounds(&bounds);
1968 view()->GetCompositionCharacterBounds(&bounds);
1986 view()->GetCompositionCharacterBounds(&bounds);
H A Drender_widget.cc1941 GetCompositionCharacterBounds(&character_bounds);
1951 void RenderWidget::GetCompositionCharacterBounds( function in class:content::RenderWidget
H A Drender_view_impl.h535 virtual void GetCompositionCharacterBounds(
H A Drender_view_impl.cc3739 void RenderViewImpl::GetCompositionCharacterBounds( function in class:content::RenderViewImpl
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h292 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Dtextfield_unittest.cc1741 EXPECT_TRUE(client->GetCompositionCharacterBounds(i, &character));
1748 EXPECT_FALSE(client->GetCompositionCharacterBounds(char_count, &rect));
1749 EXPECT_FALSE(client->GetCompositionCharacterBounds(char_count + 1, &rect));
1750 EXPECT_FALSE(client->GetCompositionCharacterBounds(char_count + 100, &rect));
1775 // Make sure GetCompositionCharacterBounds never fails for index.
1779 EXPECT_TRUE(client->GetCompositionCharacterBounds(i, &rects[i]));
H A Dtextfield.cc1429 bool Textfield::GetCompositionCharacterBounds(uint32 index, function in class:views::Textfield
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h257 virtual bool GetCompositionCharacterBounds(uint32 index,
H A Drender_widget_host_view_aura.cc1538 bool RenderWidgetHostViewAura::GetCompositionCharacterBounds( function in class:content::RenderWidgetHostViewAura

Completed in 443 milliseconds