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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.cc 32 gtk_context_(NULL),
58 gtk_context_ = NULL;
77 if (!gtk_context_)
89 gtk_im_context_set_client_window(gtk_context_, event->key.window);
101 gtk_im_context_set_cursor_location(gtk_context_, &rect);
105 const gboolean handled = gtk_im_context_filter_keypress(gtk_context_,
116 gtk_context_ = NULL;
129 gtk_context_ = gtk_context_simple_;
132 gtk_context_ = gtk_multicontext_;
134 gtk_im_context_focus_in(gtk_context_);
    [all...]
x11_input_method_context_impl_gtk2.h 82 GtkIMContext* gtk_context_; member in class:libgtk2ui::X11InputMethodContextImplGtk2

Completed in 45 milliseconds