HomeSort by relevance Sort by last modified time
    Searched refs:composition (Results 26 - 36 of 36) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h 80 EditCommandComposition* composition() { return m_composition.get(); } function in class:WebCore::CompositeEditCommand
TypingCommand.cpp 155 void TypingCommand::insertText(Document* document, const String& text, Options options, TextCompositionType composition)
165 insertText(document, text, frame->selection()->selection(), options, composition);
Editor.cpp 745 EditCommandComposition* composition = cmd->composition(); local
746 ASSERT(composition);
751 dispatchEditableContentChangedEvents(composition->startingRootEditableElement(), composition->endingRootEditableElement());
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 1199 ui::CompositionText composition; local
1746 ui::CompositionText composition; local
    [all...]
native_textfield_views.h 181 const ui::CompositionText& composition) OVERRIDE;
native_textfield_views.cc 864 const ui::CompositionText& composition) {
870 model_->SetCompositionText(composition);
    [all...]
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 115 const ui::CompositionText& composition) OVERRIDE {}
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 255 const ui::CompositionText& composition) OVERRIDE;
408 // Confirm existing composition text in the webpage and ask the input method
409 // to cancel its ongoing composition session.
574 // The current composition character bounds.
577 // Indicates if there is onging composition text.
render_widget_host_view_win.h 267 const ui::CompositionText& composition) OVERRIDE;
577 // The current composition character bounds.
render_widget_host_view_aura.cc 820 // vertical strip (including the non-client area) if the content composition is
821 // lagging the UI composition. So here we disable the throttling so that the UI
    [all...]
  /external/chromium_org/ui/base/ime/
input_method_ibus_unittest.cc 382 const CompositionText& composition) OVERRIDE {
383 composition_text_ = composition;
    [all...]

Completed in 399 milliseconds

12