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

  /external/webkit/Source/WebKit/gtk/tests/
testkeyevents.c 190 GtkIMContext* imContext = 0;
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/WebKit2/UIProcess/gtk/
WebViewWidget.cpp 43 GtkIMContext* imContext;
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);
192 if (imContext)
193 gtk_im_context_focus_out(imContext);
376 return webViewWidget->priv->imContext;
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 241 // The IMContext may signal more than one completed composition in a row,
258 gtk_im_context_focus_in(priv->imContext.get());
260 gtk_im_context_focus_out(priv->imContext.get());
264 hildon_gtk_im_context_show(priv->imContext.get());
266 hildon_gtk_im_context_hide(priv->imContext.get());
464 gtk_im_context_reset(priv->imContext.get());
803 // 1. The IMContext instructed us to filter and we have no pending composition.
804 // 2. The IMContext did not instruct us to filter, but the keystroke caused a
810 if ((gtk_im_context_filter_keypress(priv->imContext.get(), event->keyEvent()->gdkEventKey()) && !m_pendingComposition)
830 gtk_im_context_get_preedit_string(priv->imContext.get(), &newPreedit.outPtr(), 0, 0)
    [all...]
ContextMenuClientGtk.cpp 66 gtk_im_multicontext_append_menuitems(GTK_IM_MULTICONTEXT(priv->imContext.get()), GTK_MENU_SHELL(imContextMenu));
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h 68 GRefPtr<GtkIMContext> imContext;
webkitwebview.cpp 745 if (gtk_im_context_filter_keypress(webView->priv->imContext.get(), event) && !client->hasPendingComposition())
855 hildon_gtk_im_context_filter_event(priv->imContext.get(), (GdkEvent*)event);
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 173 milliseconds