Searched defs:GetCompositionCharacterBounds (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/controls/
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);
/external/chromium_org/ui/base/ime/win/
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/views/controls/textfield/
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/renderer/
H A Drender_widget.cc2319 GetCompositionCharacterBounds(&character_bounds);
2329 void RenderWidget::GetCompositionCharacterBounds( function in class:content::RenderWidget
H A Drender_view_impl.cc6071 void RenderViewImpl::GetCompositionCharacterBounds( function in class:content::RenderViewImpl
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2221 bool RenderWidgetHostViewAura::GetCompositionCharacterBounds(uint32 index, function in class:content::RenderWidgetHostViewAura
H A Drender_widget_host_view_win.cc1074 bool RenderWidgetHostViewWin::GetCompositionCharacterBounds( function in class:content::RenderWidgetHostViewWin

Completed in 334 milliseconds