Home | History | Annotate | Download | only in renderer_host

Lines Matching full:commit

67   // Check if a text needs commit by forwarding a char event instead of
71 // Check if the input method returned any result, eg. preedit and commit text.
81 // Real code of "commit" signal handler.
136 // GtkIMContext object sends a "commit" signal with the CJK characters
148 // This flag is used in "commit" signal handler of the GtkIMContext object,
159 // method may fire "preedit_end" signal before "commit" signal.
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.
180 // Stores a copy of the most recent commit text received by commit signal
184 // If it's true then the next "commit" signal will be suppressed.