Searched defs:imContext (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
H A Dtestkeyevents.c190 GtkIMContext* imContext = 0; local
191 g_object_get(webView, "im-context", &imContext, NULL);
192 g_assert(imContext);
198 g_signal_emit_by_name(imContext, "commit", "a");
200 g_signal_emit_by_name(imContext, "commit", "b");
202 g_signal_emit_by_name(imContext, "commit", "c");
205 g_object_unref(imContext);
261 GtkIMContext* imContext = 0;
262 g_object_get(webView, "im-context", &imContext, NULL);
263 g_assert(imContext);
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebviewprivate.h68 GRefPtr<GtkIMContext> imContext; member in struct:_WebKitWebViewPrivate
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebViewWidget.cpp43 GtkIMContext* imContext; member in struct:_WebViewWidgetPrivate
101 gtk_im_context_set_client_window(priv->imContext, window);
114 if (priv->imContext) {
115 g_object_unref(priv->imContext);
116 priv->imContext = 0;
128 priv->imContext = gtk_im_multicontext_new();
191 GtkIMContext* imContext = webViewWidgetGetIMContext(webViewWidget); local
192 if (imContext)
193 gtk_im_context_focus_out(imContext);
376 return webViewWidget->priv->imContext;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 89 milliseconds