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

  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.cc 62 context_simple_(gtk_im_context_simple_new()),
73 DCHECK(context_simple_);
75 // context_ and context_simple_ share the same callback handlers.
78 // context_simple_ is for supporting dead/compose keys when input method is
89 g_signal_connect(context_simple_, "preedit_start",
91 g_signal_connect(context_simple_, "preedit_end",
93 g_signal_connect(context_simple_, "preedit_changed",
95 g_signal_connect(context_simple_, "commit",
113 if (context_simple_)
114 g_object_unref(context_simple_);
    [all...]
gtk_im_context_wrapper.h 142 GtkIMContext* context_simple_; member in class:GtkIMContextWrapper
  /external/chromium_org/content/browser/renderer_host/
gtk_im_context_wrapper.cc 54 context_simple_(gtk_im_context_simple_new()),
65 DCHECK(context_simple_);
67 // context_ and context_simple_ share the same callback handlers.
70 // context_simple_ is for supporting dead/compose keys when input method is
83 g_signal_connect(context_simple_, "preedit-start",
85 g_signal_connect(context_simple_, "preedit-end",
87 g_signal_connect(context_simple_, "preedit-changed",
89 g_signal_connect(context_simple_, "commit",
91 g_signal_connect(context_simple_, "retrieve-surrounding",
109 if (context_simple_)
    [all...]
gtk_im_context_wrapper.h 143 GtkIMContext* context_simple_; member in class:content::GtkIMContextWrapper

Completed in 2266 milliseconds