Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebViewWidget.cpp111 WebViewWidget* webViewWidget = WEB_VIEW_WIDGET(gobject); in webViewWidgetDispose() local
112 WebViewWidgetPrivate* priv = webViewWidget->priv; in webViewWidgetDispose()
122 static void webViewWidgetInit(WebViewWidget* webViewWidget) in webViewWidgetInit() argument
124 …WebViewWidgetPrivate* priv = G_TYPE_INSTANCE_GET_PRIVATE(webViewWidget, WEB_VIEW_TYPE_WIDGET, WebV… in webViewWidgetInit()
125 webViewWidget->priv = priv; in webViewWidgetInit()
127 gtk_widget_set_can_focus(GTK_WIDGET(webViewWidget), TRUE); in webViewWidgetInit()
173 WebViewWidget* webViewWidget = WEB_VIEW_WIDGET(widget); in webViewFocusInEvent() local
174 WebView* webView = webViewWidgetGetWebViewInstance(webViewWidget); in webViewFocusInEvent()
178 gtk_im_context_focus_in(webViewWidgetGetIMContext(webViewWidget)); in webViewFocusInEvent()
187 WebViewWidget* webViewWidget = WEB_VIEW_WIDGET(widget); in webViewFocusOutEvent() local
[all …]
DWebView.cpp251 WebViewWidget* webViewWidget = WEB_VIEW_WIDGET(m_viewWidget); in WebView() local
252 webViewWidgetSetWebViewInstance(webViewWidget, this); in WebView()