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

/external/chromium_org/ui/base/ime/
H A Ddummy_input_method.cc78 bool DummyInputMethod::CanComposeInline() const { function in class:ui::DummyInputMethod
H A Ddummy_text_input_client.cc44 bool DummyTextInputClient::CanComposeInline() const { function in class:ui::DummyTextInputClient
H A Dinput_method_base.cc78 bool InputMethodBase::CanComposeInline() const { function in class:ui::InputMethodBase
80 return client ? client->CanComposeInline() : true;
H A Dmock_input_method.cc100 bool MockInputMethod::CanComposeInline() const { function in class:ui::MockInputMethod
/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/ui/views/controls/textfield/
H A Dnative_textfield_views.cc983 bool NativeTextfieldViews::CanComposeInline() const { function in class:views::NativeTextfieldViews
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2302 bool RenderWidgetHostViewAura::CanComposeInline() const { function in class:content::RenderWidgetHostViewAura
H A Drender_widget_host_view_win.cc1061 bool RenderWidgetHostViewWin::CanComposeInline() const { function in class:content::RenderWidgetHostViewWin
/external/chromium_org/content/renderer/
H A Drender_widget.cc2480 bool new_can_compose_inline = CanComposeInline();
2515 bool new_can_compose_inline = CanComposeInline();
2675 bool RenderWidget::CanComposeInline() { function in class:content::RenderWidget
H A Drender_view_impl.cc5895 bool RenderViewImpl::CanComposeInline() { function in class:content::RenderViewImpl

Completed in 847 milliseconds