Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp239 void EditorClient::updatePendingComposition(const gchar* newComposition) in updatePendingComposition() argument
244 m_pendingComposition.set(g_strdup(newComposition)); in updatePendingComposition()
246 m_pendingComposition.set(g_strconcat(m_pendingComposition.get(), newComposition, NULL)); in updatePendingComposition()