Home
last modified time | relevance | path

Searched refs:webViewWidgetGetIMContext (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebViewWidget.cpp178 gtk_im_context_focus_in(webViewWidgetGetIMContext(webViewWidget)); in webViewFocusInEvent()
191 GtkIMContext* imContext = webViewWidgetGetIMContext(webViewWidget); in webViewFocusOutEvent()
211 if (gtk_im_context_filter_keypress(webViewWidgetGetIMContext(webViewWidget), event)) in webViewKeyReleaseEvent()
374 GtkIMContext* webViewWidgetGetIMContext(WebViewWidget* webViewWidget) in webViewWidgetGetIMContext() function
DWebViewWidget.h66 GtkIMContext* webViewWidgetGetIMContext(WebViewWidget*);