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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h 77 EditCommandComposition* composition() { return m_composition.get(); } function in class:WebCore::CompositeEditCommand
Editor.cpp 768 EditCommandComposition* composition = cmd->composition(); local
769 ASSERT(composition);
770 dispatchEditableContentChangedEvents(composition->startingRootEditableElement(), composition->endingRootEditableElement());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.cpp 36 #include "core/html/ime/Composition.h"
56 Composition* InputMethodContext::composition() function in class:WebCore::InputMethodContext
59 m_composition = Composition::create(this);
129 // When no underline information is available while composition exists,
130 // build a CompositionUnderline whose element is the whole composition.
  /external/chromium_org/ui/base/ime/
input_method_imm32.cc 174 // Reset the composition status and create IME windows.
193 // Retrieve the result string and its attributes of the ongoing composition
195 ui::CompositionText composition; local
196 if (imm32_manager_.GetResult(window_handle, lparam, &composition.text)) {
198 GetTextInputClient()->InsertText(composition.text);
200 // Fall though and try reading the composition string.
202 // GCS_COMPSTR, which means an ongoing composition has been finished
203 // by the start of another composition.
205 // Retrieve the composition string and its attributes of the ongoing
206 // 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 = gfx::Range(3, 3);
833 model.SetCompositionText(composition);
837 // Cancel composition
841 // Restart composition with targeting "67" in "678".
842 composition.selection = gfx::Range(0, 2);
843 composition.underlines.clear()
1442 ui::CompositionText composition; local
    [all...]
native_textfield_views_unittest.cc 1215 ui::CompositionText composition; local
1762 ui::CompositionText composition; local
1818 ui::CompositionText composition; local
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_host_browsertest.cc 987 string16 composition = UTF8ToUTF16("InputTest789"); 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 1684 ui::CompositionText composition; local
    [all...]

Completed in 228 milliseconds