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

  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.h 29 typedef struct _GtkIMContext GtkIMContext;
32 // This class is a convenience wrapper for GtkIMContext.
33 // It creates and manages two GtkIMContext instances, one is GtkIMMulticontext,
37 // This class is in charge of dispatching key events to these two GtkIMContext
107 // Signal handlers of GtkIMContext object.
108 static void HandleCommitThunk(GtkIMContext* context, gchar* text,
110 static void HandlePreeditStartThunk(GtkIMContext* context,
112 static void HandlePreeditChangedThunk(GtkIMContext* context,
114 static void HandlePreeditEndThunk(GtkIMContext* context,
126 // The GtkIMContext object
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h 16 typedef struct _GtkIMContext GtkIMContext;
21 // and uses GtkIMContext(gtk-immodule) as a bridge from/to underlying IMEs.
40 // GtkIMContext event handlers. They are shared among |gtk_context_simple_|
43 GtkIMContext*, gchar*);
45 GtkIMContext*);
47 GtkIMContext*);
49 GtkIMContext*);
56 GtkIMContext* gtk_context_simple_;
58 GtkIMContext* gtk_multicontext_;
62 GtkIMContext* gtk_context_
    [all...]
  /external/chromium_org/content/browser/renderer_host/
gtk_im_context_wrapper.h 19 typedef struct _GtkIMContext GtkIMContext;
30 // This class is a convenience wrapper for GtkIMContext.
31 // It creates and manages two GtkIMContext instances, one is GtkIMMulticontext,
35 // This class is in charge of dispatching key events to these two GtkIMContext
92 gboolean HandleRetrieveSurrounding(GtkIMContext* context);
106 // Signal handlers of GtkIMContext object.
107 static void HandleCommitThunk(GtkIMContext* context, gchar* text,
109 static void HandlePreeditStartThunk(GtkIMContext* context,
111 static void HandlePreeditChangedThunk(GtkIMContext* context,
113 static void HandlePreeditEndThunk(GtkIMContext* context
    [all...]

Completed in 39 milliseconds