/external/chromium_org/ui/base/ime/chromeos/ |
character_composer.h | 35 // Returns the preedit string. 59 // preedit_string() returns non empty string when there is a preedit string 81 // Updates preedit string in hexadecimal mode. 90 // Preedit string.
|
ibus_bridge.h | 36 // Called when the engine update preedit stroing. 122 // Called when the IME updates the preedit text. The |text| is given in
|
/external/chromium_org/ui/base/ime/ |
composition_text_util_pango.h | 18 // from given Gtk preedit data (utf-8 text, pango attributes, cursor position).
|
input_method_ibus.cc | 521 // If it's only for clearing the current preedit text, then why not just use 574 chromeos::IBusText preedit; local 575 preedit.set_text( 577 UpdatePreeditText(preedit, preedit.text().size(), 578 !preedit.text().empty());
|
/external/chromium/chrome/browser/renderer_host/ |
gtk_im_context_wrapper.h | 71 // Check if the input method returned any result, eg. preedit and commit text. 84 // Real code of "preedit-start" signal handler. 87 // Real code of "preedit-changed" signal handler. 92 // Real code of "preedit-end" signal handler. 162 // is fired with non-empty preedit text. 169 // If it's true, then preedit-changed and commit handler will backup the 170 // preedit or commit text instead of sending them down to webkit.
|
gtk_im_context_wrapper.cc | 120 // Indicates preedit-changed and commit signal handlers that we are 123 // Reset this flag so that we can know if preedit is changed after 197 // 2. preedit changed to "a" 201 // 6. preedit end 205 // Backspace is sent to webkit before commit "a" and preedit end. 422 // We do commit before preedit change, so that we can optimize some 423 // unnecessary preedit changes. 451 // Send preedit text only if it's changed. 453 // preedit text again. 511 // Ignore preedit related signals triggered by CancelComposition() method [all...] |
/external/chromium_org/content/browser/renderer_host/ |
gtk_im_context_wrapper.h | 67 // Check if the input method returned any result, eg. preedit and commit text. 80 // Real code of "preedit-start" signal handler. 83 // Real code of "preedit-changed" signal handler. 88 // Real code of "preedit-end" signal handler. 163 // is fired with non-empty preedit text. 170 // If it's true, then preedit-changed and commit handler will backup the 171 // preedit or commit text instead of sending them down to webkit.
|
gtk_im_context_wrapper.cc | 72 g_signal_connect(context_, "preedit-start", 74 g_signal_connect(context_, "preedit-end", 76 g_signal_connect(context_, "preedit-changed", 83 g_signal_connect(context_simple_, "preedit-start", 85 g_signal_connect(context_simple_, "preedit-end", 87 g_signal_connect(context_simple_, "preedit-changed", 116 // Indicates preedit-changed and commit signal handlers that we are 119 // Reset this flag so that we can know if preedit is changed after 193 // 2. preedit changed to "a" 197 // 6. preedit en [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_window_view.h | 72 // Hides the preedit text. 84 // Shows the preedit text. 90 // Updates the preedit text. 184 // The preedit area is where the preedit text is shown, if it is needed 186 // preedit drawing.
|
candidate_window_constants.h | 30 // The minimum width of preedit area. We use this value to prevent the
|
input_method_engine.h | 125 // The current preedit text, and it's cursor position.
|
candidate_window_controller_impl.cc | 264 // If it's not visible, hide the preedit text and return.
|
input_method_engine.cc | 40 // Notifies InputContextHandler that the preedit is changed.
|
candidate_window_view.cc | 588 // Add the preedit area [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
x11_input_method_context_impl_gtk2.cc | 122 g_signal_connect(contexts[i], "preedit-changed", 124 g_signal_connect(contexts[i], "preedit-end", 126 g_signal_connect(contexts[i], "preedit-start", 191 // Reset all the states of the context, not only preedit, caret but also
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_gtk.cc | 349 g_signal_connect(text_view_, "preedit-changed", 372 // preedit string and a child anchor correctly when there is no other content 373 // around the preedit string. [all...] |
autocomplete_edit_view_gtk.h | 522 // including changes to content text, selection range and preedit string. 536 // Tracking preedit state before and after a possible change. We don't need to
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
language_mozc_options.html | 104 <select id="mozc-preedit-method" class="control"
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
PinyinIME.java | 800 private void inputCommaPeriod(String preEdit, int keyChar, 803 preEdit += '\uff0c'; 805 preEdit += '\u3002'; 808 commitResultText(preEdit); [all...] |
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_view_gtk.cc | 337 g_signal_connect(text_view_, "preedit-changed", [all...] |