Searched defs:CanComposeInline (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Ddummy_input_method.cc74 bool DummyInputMethod::CanComposeInline() const { function in class:ui::DummyInputMethod
H A Dinput_method_base.cc83 bool InputMethodBase::CanComposeInline() const { function in class:ui::InputMethodBase
85 return client ? client->CanComposeInline() : true;
H A Dmock_input_method.cc105 bool MockInputMethod::CanComposeInline() const { function in class:ui::MockInputMethod
H A Ddummy_text_input_client.cc47 bool DummyTextInputClient::CanComposeInline() const { function in class:ui::DummyTextInputClient
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc70 bool PrefixSelector::CanComposeInline() const { function in class:views::PrefixSelector
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc229 bool InputMethodBridge::CanComposeInline() const { function in class:views::InputMethodBridge
231 return client ? client->CanComposeInline() : true;
/external/chromium_org/content/renderer/
H A Drender_widget.cc1765 bool new_can_compose_inline = CanComposeInline();
1800 bool new_can_compose_inline = CanComposeInline();
1999 bool RenderWidget::CanComposeInline() { function in class:content::RenderWidget
H A Drender_view_impl.cc3785 bool RenderViewImpl::CanComposeInline() { function in class:content::RenderViewImpl
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1419 bool Textfield::CanComposeInline() const { function in class:views::Textfield
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1488 bool RenderWidgetHostViewAura::CanComposeInline() const { function in class:content::RenderWidgetHostViewAura

Completed in 222 milliseconds