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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.cc 100 gtk_context_simple_(NULL),
115 gtk_context_simple_ = gtk_im_context_simple_new();
118 GtkIMContext* contexts[] = {gtk_context_simple_, gtk_multicontext_};
136 if (gtk_context_simple_) {
137 g_object_unref(gtk_context_simple_);
138 gtk_context_simple_ = NULL;
194 gtk_im_context_reset(gtk_context_simple_);
196 gtk_im_context_focus_out(gtk_context_simple_);
222 gtk_context_ = gtk_context_simple_;
x11_input_method_context_impl_gtk2.h 40 // GtkIMContext event handlers. They are shared among |gtk_context_simple_|
56 GtkIMContext* gtk_context_simple_; member in class:libgtk2ui::X11InputMethodContextImplGtk2
60 // An alias to |gtk_context_simple_| or |gtk_multicontext_| depending on the

Completed in 23 milliseconds