Searched defs:hInputContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp1120 void WebView::prepareCandidateWindow(HIMC hInputContext) argument
1132 Ime::ImmSetCandidateWindow(hInputContext, &form);
1137 HIMC hInputContext = getIMMContext(); local
1138 if (!hInputContext)
1140 Ime::ImmNotifyIME(hInputContext, NI_COMPOSITIONSTR, CPS_CANCEL, 0);
1141 Ime::ImmReleaseContext(m_window, hInputContext);
1160 HIMC hInputContext = getIMMContext(); local
1161 if (!hInputContext)
1163 prepareCandidateWindow(hInputContext);
1164 Ime::ImmReleaseContext(m_window, hInputContext);
1168 getCompositionString(HIMC hInputContext, DWORD type, String& result) argument
1255 HIMC hInputContext = getIMMContext(); local
[all...]

Completed in 1738 milliseconds