HomeSort by relevance Sort by last modified time
    Searched defs:composition (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.cpp 35 #include "core/html/ime/Composition.h"
56 Composition* InputMethodContext::composition() const function in class:WebCore::InputMethodContext
58 // FIXME: Implement this. This should lazily update the composition object
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h 80 EditCommandComposition* composition() { return m_composition.get(); } function in class:WebCore::CompositeEditCommand
Editor.cpp 745 EditCommandComposition* composition = cmd->composition(); local
746 ASSERT(composition);
751 dispatchEditableContentChangedEvents(composition->startingRootEditableElement(), composition->endingRootEditableElement());
    [all...]
  /external/chromium_org/ui/base/ime/
input_method_imm32.cc 180 // Reset the composition status and create IME windows.
199 // Retrieve the result string and its attributes of the ongoing composition
201 ui::CompositionText composition; local
202 if (imm32_manager_.GetResult(window_handle, lparam, &composition.text)) {
204 GetTextInputClient()->InsertText(composition.text);
206 // Fall though and try reading the composition string.
208 // GCS_COMPSTR, which means an ongoing composition has been finished
209 // by the start of another composition.
211 // Retrieve the composition string and its attributes of the ongoing
212 // composition and send it to a renderer process
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model_unittest.cc 827 ui::CompositionText composition; local
828 composition.text = ASCIIToUTF16("678");
829 composition.underlines.push_back(ui::CompositionUnderline(0, 3, 0, false));
831 // Cursor should be at the end of composition when characters are just typed.
832 composition.selection = ui::Range(3, 3);
833 model.SetCompositionText(composition);
837 // Cancel composition
841 // Restart composition with targeting "67" in "678".
842 composition.selection = ui::Range(0, 2);
843 composition.underlines.clear()
1442 ui::CompositionText composition; local
    [all...]
native_textfield_views_unittest.cc 1199 ui::CompositionText composition; local
1746 ui::CompositionText composition; local
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 1157 ui::CompositionText composition; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 1667 ui::CompositionText composition; local
    [all...]

Completed in 541 milliseconds