Searched refs:handleCommitCallback (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkInputMethodFilter.cpp37 static void handleCommitCallback(GtkIMContext*, const char* compositionString, GtkInputMethodFilter* filter) function in namespace:WebCore
108 g_signal_connect(m_context.get(), "commit", G_CALLBACK(handleCommitCallback), this);
116 g_signal_handlers_disconnect_by_func(m_context.get(), reinterpret_cast<void*>(handleCommitCallback), this);

Completed in 78 milliseconds