HomeSort by relevance Sort by last modified time
    Searched refs: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 30 gtk_context_simple_(NULL),
38 gtk_context_simple_ = gtk_im_context_simple_new();
41 GtkIMContext* contexts[] = {gtk_context_simple_, gtk_multicontext_};
59 if (gtk_context_simple_) {
60 g_object_unref(gtk_context_simple_);
61 gtk_context_simple_ = NULL;
117 gtk_im_context_reset(gtk_context_simple_);
119 gtk_im_context_focus_out(gtk_context_simple_);
129 gtk_context_ = gtk_context_simple_;
x11_input_method_context_impl_gtk2.h 60 // GtkIMContext event handlers. They are shared among |gtk_context_simple_|
76 GtkIMContext* gtk_context_simple_; member in class:libgtk2ui::X11InputMethodContextImplGtk2
80 // An alias to |gtk_context_simple_| or |gtk_multicontext_| depending on the

Completed in 294 milliseconds