HomeSort by relevance Sort by last modified time
    Searched refs:GtkIMContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h 21 typedef struct _GtkIMContext GtkIMContext;
26 // and uses GtkIMContext(gtk-immodule) as a bridge from/to underlying IMEs.
60 // GtkIMContext event handlers. They are shared among |gtk_context_simple_|
63 GtkIMContext*, gchar*);
65 GtkIMContext*);
67 GtkIMContext*);
69 GtkIMContext*);
76 GtkIMContext* gtk_context_simple_;
78 GtkIMContext* gtk_multicontext_;
82 GtkIMContext* gtk_context_
    [all...]
x11_input_method_context_impl_gtk2.cc 41 GtkIMContext* contexts[] = {gtk_context_simple_, gtk_multicontext_};
297 // GtkIMContext event handlers.
299 void X11InputMethodContextImplGtk2::OnCommit(GtkIMContext* context,
316 void X11InputMethodContextImplGtk2::OnPreeditChanged(GtkIMContext* context) {
333 void X11InputMethodContextImplGtk2::OnPreeditEnd(GtkIMContext* context) {
340 void X11InputMethodContextImplGtk2::OnPreeditStart(GtkIMContext* context) {

Completed in 199 milliseconds