Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h71 bool hasPendingComposition() { return m_pendingComposition; } in hasPendingComposition() function
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp745 …context_filter_keypress(webView->priv->imContext.get(), event) && !client->hasPendingComposition()) in webkit_web_view_key_release_event()