Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:setComposition

2174 void WebPageProxy::setComposition(const String& compositionString, Vector<WebCore::CompositionUnderline>& underlines, int cursorPosition)
2176 process()->send(Messages::WebPage::SetComposition(compositionString, underlines, cursorPosition), m_pageID);