OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imContext
(Results
1 - 5
of
5
) 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/WebKit/gtk/webkit/
webkitwebviewprivate.h
68
GRefPtr<GtkIMContext>
imContext
;
/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
...]
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
Completed in 99 milliseconds